Searched refs:physHeight (Results 1 – 2 of 2) sorted by relevance
313 int physHeight = rotated ? displayDeviceInfo.width : displayDeviceInfo.height; in configureDisplayInTransactionLocked() local327 < physHeight * displayInfo.logicalWidth) { in configureDisplayInTransactionLocked()333 displayRectWidth = displayInfo.logicalWidth * physHeight / displayInfo.logicalHeight; in configureDisplayInTransactionLocked()334 displayRectHeight = physHeight; in configureDisplayInTransactionLocked()336 int displayRectTop = (physHeight - displayRectHeight) / 2; in configureDisplayInTransactionLocked()
185 final int physHeight = rotated ? mBaseDisplayWidth : mBaseDisplayHeight; in getLogicalDisplayRect() local189 int top = (physHeight - height) / 2; in getLogicalDisplayRect()