Home
last modified time | relevance | path

Searched refs:physWidth (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java349 int physWidth = rotated ? displayDeviceInfo.height : displayDeviceInfo.width; in configureDisplayLocked() local
363 } 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()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2935 final int physWidth = rotated ? mBaseDisplayHeight : mBaseDisplayWidth; in calculateBounds() local
2938 int left = (physWidth - width) / 2; in calculateBounds()