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.java395 int physHeight = rotated ? displayDeviceInfo.width : displayDeviceInfo.height; in configureDisplayLocked() local
401 physHeight -= maskingInsets.top + maskingInsets.bottom; in configureDisplayLocked()
415 < physHeight * displayInfo.logicalWidth) { in configureDisplayLocked()
421 displayRectWidth = displayInfo.logicalWidth * physHeight / displayInfo.logicalHeight; in configureDisplayLocked()
422 displayRectHeight = physHeight; in configureDisplayLocked()
424 int displayRectTop = (physHeight - displayRectHeight) / 2; in configureDisplayLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java3793 final int physHeight = rotated ? mBaseDisplayWidth : mBaseDisplayHeight; in calculateBounds() local
3797 int top = (physHeight - height) / 2; in calculateBounds()