Searched refs:physHeight (Results 1 – 2 of 2) sorted by relevance
291 int physHeight = rotated ? displayDeviceInfo.width : displayDeviceInfo.height; in configureDisplayInTransactionLocked() local302 < physHeight * displayInfo.logicalWidth) { in configureDisplayInTransactionLocked()308 displayRectWidth = displayInfo.logicalWidth * physHeight / displayInfo.logicalHeight; in configureDisplayInTransactionLocked()309 displayRectHeight = physHeight; in configureDisplayInTransactionLocked()311 int displayRectTop = (physHeight - displayRectHeight) / 2; in configureDisplayInTransactionLocked()
184 final int physHeight = rotated ? mBaseDisplayWidth : mBaseDisplayHeight; in getLogicalDisplayRect() local188 int top = (physHeight - height) / 2; in getLogicalDisplayRect()