Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java320 int physHeight = rotated ? displayDeviceInfo.width : displayDeviceInfo.height; in configureDisplayInTransactionLocked() local
334 < physHeight * displayInfo.logicalWidth) { in configureDisplayInTransactionLocked()
340 displayRectWidth = displayInfo.logicalWidth * physHeight / displayInfo.logicalHeight; in configureDisplayInTransactionLocked()
341 displayRectHeight = physHeight; in configureDisplayInTransactionLocked()
343 int displayRectTop = (physHeight - displayRectHeight) / 2; in configureDisplayInTransactionLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java231 final int physHeight = rotated ? mBaseDisplayWidth : mBaseDisplayHeight; in getLogicalDisplayRect() local
235 int top = (physHeight - height) / 2; in getLogicalDisplayRect()