Searched refs:smallest (Results 1 – 12 of 12) sorted by relevance
77 String smallest = ""; in SortCursor() local82 if (mCursor == null || current.compareToIgnoreCase(smallest) < 0) { in SortCursor()83 smallest = current; in SortCursor()159 String smallest = ""; in onMove() local166 if (smallestIdx < 0 || current.compareToIgnoreCase(smallest) < 0) { in onMove()167 smallest = current; in onMove()
56 final int smallest = config.smallestScreenWidthDp; in getMaxActionButtons() local57 if (smallest > 600 || (width > 960 && height > 720) || (width > 720 && height > 960)) { in getMaxActionButtons()
168 size_t smallest = requestedSize; in acquire_buffer() local182 if (size < smallest) { in acquire_buffer()183 smallest = size; // always free the smallest buf in acquire_buffer()
152 // The smallest screen dimension, regardless of orientation, in dp.
415 // The smallest integer allowed for this XML attribute. Only makes sense if the format includes
364 // towards the smallest normal and vice versa (for +ve and -ve) and verify
477 Returns the smallest integer not less than a value.892 Returns the smallest integer not greater than a value.
3463 SparseIntArray smallest = new SparseIntArray(); in reportSizeConfigurations() local3473 smallest.put(config.smallestScreenWidthDp, 0); in reportSizeConfigurations()3478 horizontal.copyKeys(), vertical.copyKeys(), smallest.copyKeys()); in reportSizeConfigurations()
100 // starting from smallest value range.
686 * Returns the smallest integer not less than a value.1663 * Returns the smallest integer not greater than a value.
1430 // The smallest screen size an application will see in normal operation.1431 // This is the smallest value of both screenWidthDp and screenHeightDp
3030 * Returns the index of the smallest element along an axis.