Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java486 int maskedHeight = deviceInfo.height - maskingInsets.top - maskingInsets.bottom; in updateLocked() local
491 maskedHeight = (int) (maskedHeight * deviceInfo.xDpi / deviceInfo.yDpi + 0.5); in updateLocked()
503 mBaseDisplayInfo.appHeight = maskedHeight; in updateLocked()
505 mBaseDisplayInfo.logicalHeight = maskedHeight; in updateLocked()
532 mBaseDisplayInfo.smallestNominalAppHeight = maskedHeight; in updateLocked()
534 mBaseDisplayInfo.largestNominalAppHeight = maskedHeight; in updateLocked()