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.java313 int physHeight = rotated ? displayDeviceInfo.width : displayDeviceInfo.height; in configureDisplayInTransactionLocked() local
327 < physHeight * displayInfo.logicalWidth) { in configureDisplayInTransactionLocked()
333 displayRectWidth = displayInfo.logicalWidth * physHeight / displayInfo.logicalHeight; in configureDisplayInTransactionLocked()
334 displayRectHeight = physHeight; in configureDisplayInTransactionLocked()
336 int displayRectTop = (physHeight - displayRectHeight) / 2; in configureDisplayInTransactionLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java185 final int physHeight = rotated ? mBaseDisplayWidth : mBaseDisplayHeight; in getLogicalDisplayRect() local
189 int top = (physHeight - height) / 2; in getLogicalDisplayRect()