Searched refs:outLargestSize (Results 1 - 1 of 1) sorted by path

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

Completed in 67 milliseconds