Home
last modified time | relevance | path

Searched refs:outSmallestSize (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DDisplay.java706 public void getCurrentSizeRange(Point outSmallestSize, Point outLargestSize) { in getCurrentSizeRange() argument
709 outSmallestSize.x = mDisplayInfo.smallestNominalAppWidth; in getCurrentSizeRange()
710 outSmallestSize.y = mDisplayInfo.smallestNominalAppHeight; in getCurrentSizeRange()