Home
last modified time | relevance | path

Searched defs:unit (Results 1 – 3 of 3) sorted by relevance

/core/core/src/main/java/androidx/core/widget/
DAutoSizeableTextView.java85 int unit) throws IllegalArgumentException; in setAutoSizeTextTypeUniformWithConfiguration()
104 void setAutoSizeTextTypeUniformWithPresetSizes(int @NonNull [] presetSizes, int unit) in setAutoSizeTextTypeUniformWithPresetSizes()
DTextViewCompat.java281 int unit) throws IllegalArgumentException { in setAutoSizeTextTypeUniformWithConfiguration()
308 int @NonNull [] presetSizes, int unit) throws IllegalArgumentException { in setAutoSizeTextTypeUniformWithPresetSizes()
760 int unit, in setLineHeight()
1028 int unit) { in setAutoSizeTextTypeUniformWithConfiguration()
1034 int unit) { in setAutoSizeTextTypeUniformWithPresetSizes()
1141 int unit, in setLineHeight()
/core/core/src/main/java/androidx/core/text/util/
DLocalePreferences.java570 String unit = nf.format(1).getOutputUnit().getIdentifier(); in getResolvedTemperatureUnit() local