Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DHardwareRenderer.java1393 int largestHeight = activeMode.getPhysicalHeight(); in initDisplayInfo() local
1412 if ((width * height) > (largestWidth * largestHeight)) { in initDisplayInfo()
1414 largestHeight = height; in initDisplayInfo()
1419 nInitDisplayInfo(largestWidth, largestHeight, defaultDisplay.getRefreshRate(), in initDisplayInfo()