Searched refs:physHeight (Results 1 – 2 of 2) sorted by relevance
320 int physHeight = rotated ? displayDeviceInfo.width : displayDeviceInfo.height; in configureDisplayInTransactionLocked() local334 < physHeight * displayInfo.logicalWidth) { in configureDisplayInTransactionLocked()340 displayRectWidth = displayInfo.logicalWidth * physHeight / displayInfo.logicalHeight; in configureDisplayInTransactionLocked()341 displayRectHeight = physHeight; in configureDisplayInTransactionLocked()343 int displayRectTop = (physHeight - displayRectHeight) / 2; in configureDisplayInTransactionLocked()
231 final int physHeight = rotated ? mBaseDisplayWidth : mBaseDisplayHeight; in getLogicalDisplayRect() local235 int top = (physHeight - height) / 2; in getLogicalDisplayRect()