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.java346 int physWidth = rotated ? displayDeviceInfo.height : displayDeviceInfo.width; in configureDisplayInTransactionLocked() local
360 } else if (physWidth * displayInfo.logicalHeight in configureDisplayInTransactionLocked()
363 displayRectWidth = physWidth; in configureDisplayInTransactionLocked()
364 displayRectHeight = displayInfo.logicalHeight * physWidth / displayInfo.logicalWidth; in configureDisplayInTransactionLocked()
371 int displayRectLeft = (physWidth - displayRectWidth) / 2; in configureDisplayInTransactionLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1625 final int physWidth = rotated ? mBaseDisplayHeight : mBaseDisplayWidth; in getLogicalDisplayRect() local
1628 int left = (physWidth - width) / 2; in getLogicalDisplayRect()