Searched defs:outSmallestSize (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DDisplay.java638 * @param outSmallestSize Filled in with the smallest width and height
651 public void getCurrentSizeRange(Point outSmallestSize, Point outLargestSize) { argument
654 outSmallestSize.x = mDisplayInfo.smallestNominalAppWidth;
655 outSmallestSize.y = mDisplayInfo.smallestNominalAppHeight;

Completed in 48 milliseconds