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