Searched refs:physHeight (Results 1 – 2 of 2) sorted by relevance
350 int physHeight = rotated ? displayDeviceInfo.width : displayDeviceInfo.height; in configureDisplayLocked() local364 < 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()
2936 final int physHeight = rotated ? mBaseDisplayWidth : mBaseDisplayHeight; in calculateBounds() local2940 int top = (physHeight - height) / 2; in calculateBounds()