Searched refs:physWidth (Results 1 – 2 of 2) sorted by relevance
349 int physWidth = rotated ? displayDeviceInfo.height : displayDeviceInfo.width; in configureDisplayLocked() local363 } else if (physWidth * displayInfo.logicalHeight in configureDisplayLocked()366 displayRectWidth = physWidth; in configureDisplayLocked()367 displayRectHeight = displayInfo.logicalHeight * physWidth / displayInfo.logicalWidth; in configureDisplayLocked()374 int displayRectLeft = (physWidth - displayRectWidth) / 2; in configureDisplayLocked()
2935 final int physWidth = rotated ? mBaseDisplayHeight : mBaseDisplayWidth; in calculateBounds() local2938 int left = (physWidth - width) / 2; in calculateBounds()