Home
last modified time | relevance | path

Searched refs:UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatTextViewAutoSizeHelper.java65 static final float UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE = -1f; field in AppCompatTextViewAutoSizeHelper
74 private float mAutoSizeStepGranularityInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE;
76 private float mAutoSizeMinTextSizeInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE;
78 private float mAutoSizeMaxTextSizeInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE;
99 float autoSizeMinTextSizeInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE; in loadFromAttributes()
100 float autoSizeMaxTextSizeInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE; in loadFromAttributes()
101 float autoSizeStepGranularityInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE; in loadFromAttributes()
112 UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE); in loadFromAttributes()
117 UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE); in loadFromAttributes()
122 UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE); in loadFromAttributes()
[all …]
DAppCompatTextHelper.java182 .UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE) { in loadFromAttributes()
/frameworks/base/core/java/android/widget/
DTextView.java749 private static final float UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE = -1f;
755 private float mAutoSizeStepGranularityInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE;
757 private float mAutoSizeMinTextSizeInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE;
759 private float mAutoSizeMaxTextSizeInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE;
990 float autoSizeMinTextSizeInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE;
991 float autoSizeMaxTextSizeInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE;
992 float autoSizeStepGranularityInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE;
1367 UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE);
1372 UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE);
1377 UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE);
[all …]