Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/database/
DSortCursor.java73 String smallest = ""; in SortCursor() local
78 if (mCursor == null || current.compareToIgnoreCase(smallest) < 0) { in SortCursor()
79 smallest = current; in SortCursor()
155 String smallest = ""; in onMove() local
162 if (smallestIdx < 0 || current.compareToIgnoreCase(smallest) < 0) { in onMove()
163 smallest = current; in onMove()
/frameworks/av/media/libstagefright/foundation/
DMediaBufferGroup.cpp145 size_t smallest = requestedSize; in acquire_buffer() local
155 if (size < smallest) { in acquire_buffer()
156 smallest = size; // always free the smallest buf in acquire_buffer()
/frameworks/support/v7/appcompat/src/android/support/v7/view/
DActionBarPolicy.java58 final int smallest = configuration.smallestScreenWidthDp; in getMaxActionButtons() local
60 if (smallest > 600 || widthDp > 600 || (widthDp > 960 && heightDp > 720) in getMaxActionButtons()
/frameworks/base/core/java/com/android/internal/view/
DActionBarPolicy.java51 final int smallest = config.smallestScreenWidthDp; in getMaxActionButtons() local
52 if (smallest > 600 || (width > 960 && height > 720) || (width > 720 && height > 960)) { in getMaxActionButtons()
/frameworks/opt/telephony/proto/
Dtelephony.proto91 // starting from smallest value range.
/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/base/core/java/android/app/
DActivityThread.java2939 SparseIntArray smallest = new SparseIntArray(); in reportSizeConfigurations() local
2949 smallest.put(config.smallestScreenWidthDp, 0); in reportSizeConfigurations()
2954 horizontal.copyKeys(), vertical.copyKeys(), smallest.copyKeys()); in reportSizeConfigurations()
/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.