Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java330 int displayRectWidth, displayRectHeight; in configureDisplayInTransactionLocked() local
333 displayRectHeight = displayInfo.logicalHeight; in configureDisplayInTransactionLocked()
338 displayRectHeight = displayInfo.logicalHeight * physWidth / displayInfo.logicalWidth; in configureDisplayInTransactionLocked()
342 displayRectHeight = physHeight; in configureDisplayInTransactionLocked()
344 int displayRectTop = (physHeight - displayRectHeight) / 2; in configureDisplayInTransactionLocked()
347 displayRectLeft + displayRectWidth, displayRectTop + displayRectHeight); in configureDisplayInTransactionLocked()