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

/frameworks/base/core/java/com/android/internal/view/
H A DActionBarPolicy.java51 final int smallest = config.smallestScreenWidthDp;
52 if (smallest > 600 || (width > 960 && height > 720) || (width > 720 && height > 960)) {
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DActionBarPolicy.java57 final int smallest = ConfigurationHelper.getSmallestScreenWidthDp(res);
59 if (smallest > 600 || widthDp > 600 || (widthDp > 960 && heightDp > 720)
/frameworks/base/core/java/com/android/internal/database/
H A DSortCursor.java73 String smallest = "";
78 if (mCursor == null || current.compareToIgnoreCase(smallest) < 0) {
79 smallest = current;
155 String smallest = "";
162 if (smallestIdx < 0 || current.compareToIgnoreCase(smallest) < 0) {
163 smallest = current;
/frameworks/av/media/libstagefright/foundation/
H A DMediaBufferGroup.cpp67 size_t smallest = requestedSize; local
73 } else if (buffer->size() < smallest) {
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java2873 int[] smallest = readIntArray(data);
2874 reportSizeConfigurations(token, horizontal, vertical, smallest);
3004 int[] smallest = null;
3007 smallest = new int[smallestSize];
3008 data.readIntArray(smallest);
3010 return smallest;
H A DActivityThread.java2754 SparseIntArray smallest = new SparseIntArray();
2764 smallest.put(config.smallestScreenWidthDp, 0);
2769 horizontal.copyKeys(), vertical.copyKeys(), smallest.copyKeys());
/frameworks/rs/api/
H A Drs_math.spec463 Returns the smallest integer not less than a value.
878 Returns the smallest integer not greater than a value.

Completed in 240 milliseconds