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.java71 static final float UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE = -1f; field in AppCompatTextViewAutoSizeHelper
80 private float mAutoSizeStepGranularityInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE;
82 private float mAutoSizeMinTextSizeInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE;
84 private float mAutoSizeMaxTextSizeInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE;
103 float autoSizeMinTextSizeInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE; in loadFromAttributes()
104 float autoSizeMaxTextSizeInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE; in loadFromAttributes()
105 float autoSizeStepGranularityInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE; in loadFromAttributes()
116 UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE); in loadFromAttributes()
121 UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE); in loadFromAttributes()
126 UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE); in loadFromAttributes()
[all …]
DAppCompatTextHelper.java190 .UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE) { in loadFromAttributes()
/frameworks/base/core/java/android/widget/
DTextView.java768 private static final float UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE = -1f;
774 private float mAutoSizeStepGranularityInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE;
776 private float mAutoSizeMinTextSizeInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE;
778 private float mAutoSizeMaxTextSizeInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE;
1009 float autoSizeMinTextSizeInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE;
1010 float autoSizeMaxTextSizeInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE;
1011 float autoSizeStepGranularityInPx = UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE;
1386 UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE);
1391 UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE);
1396 UNSET_AUTO_SIZE_UNIFORM_CONFIGURATION_VALUE);
[all …]