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.java350 int physHeight = rotated ? displayDeviceInfo.width : displayDeviceInfo.height; in configureDisplayLocked() local
364 < physHeight * displayInfo.logicalWidth) { in configureDisplayLocked()
370 displayRectWidth = displayInfo.logicalWidth * physHeight / displayInfo.logicalHeight; in configureDisplayLocked()
371 displayRectHeight = physHeight; in configureDisplayLocked()
373 int displayRectTop = (physHeight - displayRectHeight) / 2; in configureDisplayLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2936 final int physHeight = rotated ? mBaseDisplayWidth : mBaseDisplayHeight; in calculateBounds() local
2940 int top = (physHeight - height) / 2; in calculateBounds()