Searched refs:physWidth (Results 1 – 2 of 2) sorted by relevance
312 int physWidth = rotated ? displayDeviceInfo.height : displayDeviceInfo.width; in configureDisplayInTransactionLocked() local326 } else if (physWidth * displayInfo.logicalHeight in configureDisplayInTransactionLocked()329 displayRectWidth = physWidth; in configureDisplayInTransactionLocked()330 displayRectHeight = displayInfo.logicalHeight * physWidth / displayInfo.logicalWidth; in configureDisplayInTransactionLocked()337 int displayRectLeft = (physWidth - displayRectWidth) / 2; in configureDisplayInTransactionLocked()
184 final int physWidth = rotated ? mBaseDisplayHeight : mBaseDisplayWidth; in getLogicalDisplayRect() local187 int left = (physWidth - width) / 2; in getLogicalDisplayRect()