Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
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()
/frameworks/base/core/java/com/android/internal/database/
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()
/frameworks/base/core/java/com/android/internal/view/
DActionBarPolicy.java56 final int smallest = config.smallestScreenWidthDp; in getMaxActionButtons() local
57 if (smallest > 600 || (width > 960 && height > 720) || (width > 720 && height > 960)) { in getMaxActionButtons()
/frameworks/av/media/module/foundation/
DMediaBufferGroup.cpp168 size_t smallest = requestedSize; in acquire_buffer() local
182 if (size < smallest) { in acquire_buffer()
183 smallest = size; // always free the smallest buf in acquire_buffer()
/frameworks/base/packages/SystemUI/aconfig/
Daccessibility.aconfig78 …atus in magnification settings and restore the status when revisiting the same smallest screen DP."
/frameworks/base/tools/aapt2/integration-tests/DumpTest/
Dcomponents_expected.txt51 requires-smallest-width:'240'
/frameworks/base/tools/aapt2/
DConfiguration.proto158 // The smallest screen dimension, regardless of orientation, in dp.
DResources.proto458 // The smallest integer allowed for this XML attribute. Only makes sense if the format includes
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rscript364 // towards the smallest normal and vice versa (for +ve and -ve) and verify
/frameworks/rs/script_api/
Drs_math.spec477 Returns the smallest integer not less than a value.
892 Returns the smallest integer not greater than a value.
/frameworks/opt/telephony/proto/src/
Dtelephony.proto103 // starting from smallest value range.
/frameworks/rs/script_api/include/
Drs_math.rsh686 * Returns the smallest integer not less than a value.
1663 * Returns the smallest integer not greater than a value.
/frameworks/proto_logging/stats/
Datoms.proto3241 // The smallest screen size an application will see in normal operation.
3242 // This is the smallest value of both screenWidthDp and screenHeightDp