Home
last modified time | relevance | path

Searched refs:smallest (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/window/
H A DSizeConfigurationBuckets.java73 SparseIntArray smallest = new SparseIntArray(); in SizeConfigurationBuckets() local
86 smallest.put(config.smallestScreenWidthDp, 0); in SizeConfigurationBuckets()
99 mSmallest = smallest.copyKeys(); in SizeConfigurationBuckets()
281 @Nullable int[] smallest, in SizeConfigurationBuckets() argument
286 this.mSmallest = smallest; in SizeConfigurationBuckets()
369 int[] smallest = (flg & 0x4) == 0 ? null : in.createIntArray(); in SizeConfigurationBuckets() local
374 this.mSmallest = smallest; in SizeConfigurationBuckets()
/aosp14/frameworks/base/core/java/com/android/internal/database/
H A DSortCursor.java77 String smallest = ""; in SortCursor() local
82 if (mCursor == null || current.compareToIgnoreCase(smallest) < 0) { in SortCursor()
83 smallest = current; in SortCursor()
159 String smallest = ""; in onMove() local
166 if (smallestIdx < 0 || current.compareToIgnoreCase(smallest) < 0) { in onMove()
167 smallest = current; in onMove()
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DActionBarPolicy.java56 final int smallest = config.smallestScreenWidthDp; in getMaxActionButtons() local
57 if (smallest > 600 || (width > 960 && height > 720) || (width > 720 && height > 960)) { in getMaxActionButtons()
/aosp14/frameworks/base/tools/aapt2/integration-tests/DumpTest/
H A Dcomponents_expected.txt51 requires-smallest-width:'240'
/aosp14/frameworks/base/tools/aapt2/
H A DConfiguration.proto158 // The smallest screen dimension, regardless of orientation, in dp.
H A DResources.proto458 // The smallest integer allowed for this XML attribute. Only makes sense if the format includes
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DREADME.md146 * Cake: A lie; also the smallest unit of an ARC (1 cake = one-billionth of an ARC = 1 nano-ARC).