Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java710 int physHeight = rotated ? displayDeviceInfo.width : displayDeviceInfo.height; in configureDisplayLocked() local
716 physHeight -= maskingInsets.top + maskingInsets.bottom; in configureDisplayLocked()
755 < physHeight * displayLogicalWidth) { in configureDisplayLocked()
761 displayRectWidth = displayLogicalWidth * physHeight / displayLogicalHeight; in configureDisplayLocked()
762 displayRectHeight = physHeight; in configureDisplayLocked()
764 int displayRectTop = (physHeight - displayRectHeight) / 2; in configureDisplayLocked()