Searched refs:smallest (Results 1 – 8 of 8) sorted by relevance
73 String smallest = ""; in SortCursor() local78 if (mCursor == null || current.compareToIgnoreCase(smallest) < 0) { in SortCursor()79 smallest = current; in SortCursor()155 String smallest = ""; in onMove() local162 if (smallestIdx < 0 || current.compareToIgnoreCase(smallest) < 0) { in onMove()163 smallest = current; in onMove()
145 size_t smallest = requestedSize; in acquire_buffer() local155 if (size < smallest) { in acquire_buffer()156 smallest = size; // always free the smallest buf in acquire_buffer()
58 final int smallest = configuration.smallestScreenWidthDp; in getMaxActionButtons() local60 if (smallest > 600 || widthDp > 600 || (widthDp > 960 && heightDp > 720) in getMaxActionButtons()
51 final int smallest = config.smallestScreenWidthDp; in getMaxActionButtons() local52 if (smallest > 600 || (width > 960 && height > 720) || (width > 720 && height > 960)) { in getMaxActionButtons()
91 // starting from smallest value range.
477 Returns the smallest integer not less than a value.892 Returns the smallest integer not greater than a value.
2939 SparseIntArray smallest = new SparseIntArray(); in reportSizeConfigurations() local2949 smallest.put(config.smallestScreenWidthDp, 0); in reportSizeConfigurations()2954 horizontal.copyKeys(), vertical.copyKeys(), smallest.copyKeys()); in reportSizeConfigurations()
686 * Returns the smallest integer not less than a value.1663 * Returns the smallest integer not greater than a value.