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

/frameworks/base/core/java/android/view/
H A DDisplay.java646 * @param outLargestSize Filled in with the largest width and height
651 public void getCurrentSizeRange(Point outSmallestSize, Point outLargestSize) { argument
656 outLargestSize.x = mDisplayInfo.largestNominalAppWidth;
657 outLargestSize.y = mDisplayInfo.largestNominalAppHeight;

Completed in 31 milliseconds