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

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

Completed in 43 milliseconds