Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/window/
H A DSizeConfigurationBuckets.java73 SparseIntArray smallest = new SparseIntArray(); in SizeConfigurationBuckets() local
281 @Nullable int[] smallest, in SizeConfigurationBuckets()
369 int[] smallest = (flg & 0x4) == 0 ? null : in.createIntArray(); in SizeConfigurationBuckets() local
/aosp14/frameworks/base/core/java/com/android/internal/database/
H A DSortCursor.java77 String smallest = ""; in SortCursor() local
159 String smallest = ""; in onMove() local
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DActionBarPolicy.java56 final int smallest = config.smallestScreenWidthDp; in getMaxActionButtons() local