App Dimens
EN Singleton object that provides functions for responsive dimension management in Jetpack Compose, acting as a gateway to the Fixed and Dynamic builders.
PT Objeto singleton que fornece funções para gerenciamento de dimensões responsivas em Jetpack Compose, agindo como um gateway para os construtores Fixed e Dynamic.
Properties
EN Builds the adjusted Dp (defaults: LOWEST, multiView=true).
EN Builds the adjusted Dp from a TextUnit (Sp) (defaults: LOWEST, multiView=true).
EN Builds the adjusted Dp from a Float (defaults: LOWEST, multiView=true).
EN Builds the adjusted Dp from an Int (defaults: LOWEST, multiView=true).
EN Builds the adjusted TextUnit (Em) (defaults: LOWEST, multiView=true, ignoring font scaling).
EN Builds the adjusted TextUnit (Em) from a Float (defaults: LOWEST, multiView=true, ignoring font scaling).
EN Builds the adjusted TextUnit (Em) from an Int (defaults: LOWEST, multiView=true, ignoring font scaling).
EN Builds the adjusted Dp (defaults: HIGHEST, multiView=true).
EN Builds the adjusted Dp from a TextUnit (Sp) (defaults: HIGHEST, multiView=true).
EN Builds the adjusted Dp from a Float (defaults: HIGHEST, multiView=true).
EN Builds the adjusted Dp from an Int (defaults: HIGHEST, multiView=true).
EN Builds the adjusted TextUnit (Em) (defaults: HIGHEST, multiView=true, ignoring font scaling).
EN Builds the adjusted TextUnit (Em) from a Float (defaults: HIGHEST, multiView=true, ignoring font scaling).
EN Builds the adjusted TextUnit (Em) from an Int (defaults: HIGHEST, multiView=true, ignoring font scaling).
EN Builds the adjusted Pixel value (Float) (defaults: HIGHEST, multiView=true).
EN Builds the adjusted Pixel value (Float) from a Float (defaults: HIGHEST, multiView=true).
EN Builds the adjusted Pixel value (Float) from an Int (defaults: HIGHEST, multiView=true).
EN Builds the adjusted TextUnit (Sp) (defaults: HIGHEST, multiView=true).
EN Builds the adjusted TextUnit (Sp) from a Float (defaults: HIGHEST, multiView=true).
EN Builds the adjusted TextUnit (Sp) from an Int (defaults: HIGHEST, multiView=true).
EN Builds the adjusted Pixel value (Float) (defaults: LOWEST, multiView=true).
EN Builds the adjusted Pixel value (Float) from a Float (defaults: LOWEST, multiView=true).
EN Builds the adjusted Pixel value (Float) from an Int (defaults: LOWEST, multiView=true).
EN Builds the adjusted TextUnit (Sp) (defaults: LOWEST, multiView=true).
EN Builds the adjusted TextUnit (Sp) from a Float (defaults: LOWEST, multiView=true).
EN Builds the adjusted TextUnit (Sp) from an Int (defaults: LOWEST, multiView=true).
EN Builds the adjusted Dp (defaults: LOWEST, multiView=true).
EN Builds the adjusted Dp from a TextUnit (Sp) (defaults: LOWEST, multiView=true).
EN Builds the adjusted Dp from a Float (defaults: LOWEST, multiView=true).
EN Builds the adjusted Dp from an Int (defaults: LOWEST, multiView=true).
EN Builds the adjusted TextUnit (Em) (defaults: LOWEST, multiView=true, ignoring font scaling).
EN Builds the adjusted TextUnit (Em) from a Float (defaults: LOWEST, multiView=true, ignoring font scaling).
EN Builds the adjusted TextUnit (Em) from an Int (defaults: LOWEST, multiView=true, ignoring font scaling).
EN Builds the adjusted Dp (defaults: HIGHEST, multiView=true).
EN Builds the adjusted Dp from a TextUnit (Sp) (defaults: HIGHEST, multiView=true).
EN Builds the adjusted Dp from a Float (defaults: HIGHEST, multiView=true).
EN Builds the adjusted Dp from an Int (defaults: HIGHEST, multiView=true).
EN Builds the adjusted TextUnit (Em) (defaults: HIGHEST, multiView=true, ignoring font scaling).
EN Builds the adjusted TextUnit (Em) from a Float (defaults: HIGHEST, multiView=true, ignoring font scaling).
EN Builds the adjusted TextUnit (Em) from an Int (defaults: HIGHEST, multiView=true, ignoring font scaling).
EN Builds the adjusted Pixel value (Float) (defaults: HIGHEST, multiView=true).
EN Builds the adjusted Pixel value (Float) from a Float (defaults: HIGHEST, multiView=true).
EN Builds the adjusted Pixel value (Float) from an Int (defaults: HIGHEST, multiView=true).
EN Builds the adjusted TextUnit (Sp) (defaults: HIGHEST, multiView=true).
EN Builds the adjusted TextUnit (Sp) from a Float (defaults: HIGHEST, multiView=true).
EN Builds the adjusted TextUnit (Sp) from an Int (defaults: HIGHEST, multiView=true).
EN Builds the adjusted Pixel value (Float) (defaults: LOWEST, multiView=true).
EN Builds the adjusted Pixel value (Float) from a Float (defaults: LOWEST, multiView=true).
EN Builds the adjusted Pixel value (Float) from an Int (defaults: LOWEST, multiView=true).
EN Builds the adjusted TextUnit (Sp) (defaults: LOWEST, multiView=true).
EN Builds the adjusted TextUnit (Sp) from a Float (defaults: LOWEST, multiView=true).
EN Builds the adjusted TextUnit (Sp) from an Int (defaults: LOWEST, multiView=true).
Functions
EN Initializes the AppDimensDynamic builder from a Dp, allowing for customizations.
EN Initializes the AppDimensDynamic builder from a TextUnit (Sp), converting it to Dp first.
EN Initializes the AppDimensDynamic builder from a Float, converting it to Dp first.
EN Initializes the AppDimensDynamic builder from an Int, converting it to Dp first.
EN Converts Int to Dp and applies dimension adjustment.
EN Builds the adjusted Dp.
EN Converts TextUnit (Sp) to Dp and applies dimension adjustment.
EN Converts Float to Dp and applies dimension adjustment.
EN Converts Int to Dp, applies dimension adjustment, and returns in Em (ignoring font scaling).
EN Builds the adjusted TextUnit (Em), ignoring font scaling.
EN Applies dimension adjustment directly to the TextUnit (Em), ignoring font scaling.
EN Converts Float to Dp, applies dimension adjustment, and returns in Em (ignoring font scaling).
EN Calculates a dynamic Float value, treating the Float receiver as the percentage.
EN Calculates a dynamic dimension value based on a percentage (0.0 to 1.0) of the screen dimension.
EN Calculates a dynamic Dp value based on a percentage of the screen dimension.
EN Calculates a dynamic Dp value, treating the Float receiver as the percentage.
Calculates a dynamic TextUnit (Em) value, treating the Float receiver as the percentage and ignoring font scaling.
EN Calculates a dynamic TextUnit (Sp) value, treating the Float receiver as the percentage.
EN Calculates a dynamic TextUnit (Em) value based on a percentage of the screen dimension, ignoring font scaling.
EN Calculates a dynamic TextUnit (Sp) value based on a percentage of the screen dimension.
EN Converts Int to Dp, applies dimension adjustment, and returns in Pixels (Float).
EN Builds the adjusted Pixel value (Float).
EN Converts TextUnit (Sp) to Dp, applies dimension adjustment, and returns in Pixels (Float).
EN Converts Float to Dp, applies dimension adjustment, and returns in Pixels (Float).
EN Converts Int to Dp, applies dimension adjustment, and returns in Sp.
EN Builds the adjusted TextUnit (Sp).
EN Applies dimension adjustment directly to the TextUnit (Sp).
EN Converts Float to Dp, applies dimension adjustment, and returns in Sp.
EN Initializes the AppDimensFixed builder from a Dp, allowing for customizations.
EN Initializes the AppDimensFixed builder from a TextUnit (Sp), converting it to Dp first.
EN Initializes the AppDimensFixed builder from a Float, converting it to Dp first.
EN Initializes the AppDimensFixed builder from an Int, converting it to Dp first.
EN Builds the adjusted Dp.
EN Converts TextUnit (Sp) to Dp and applies dimension adjustment.
EN Converts Float to Dp and applies dimension adjustment.
EN Converts Int to Dp and applies dimension adjustment.
EN Builds the adjusted TextUnit (Em), ignoring font scaling.
EN Applies dimension adjustment directly to the TextUnit (Em), ignoring font scaling.
EN Converts Float to Dp, applies dimension adjustment, and returns in Em (ignoring font scaling).
EN Converts Int to Dp, applies dimension adjustment, and returns in Em (ignoring font scaling).
Builds the adjusted Pixel value (Float).
EN Converts TextUnit (Sp) to Dp, applies dimension adjustment, and returns in Pixels (Float).
EN Converts Float to Dp, applies dimension adjustment, and returns in Pixels (Float).
EN Converts Int to Dp, applies dimension adjustment, and returns in Pixels (Float).
EN Builds the adjusted TextUnit (Sp).
EN Applies dimension adjustment directly to the TextUnit (Sp).
EN Converts Float to Dp, applies dimension adjustment, and returns in Sp.
EN Converts Int to Dp, applies dimension adjustment, and returns in Sp.