OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:currentpresetvalue
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
AppCompatTextViewAutoSizeHelper.java
455
final int
currentPresetValue
= presetValues[i];
457
if (
currentPresetValue
> 0
458
&& Collections.binarySearch(uniqueValidSizes,
currentPresetValue
) < 0) {
459
uniqueValidSizes.add(
currentPresetValue
);
[
all
...]
/frameworks/base/core/java/android/widget/
TextView.java
[
all
...]
Completed in 1211 milliseconds