Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DLogicalDisplay.java383 int maskedHeight = deviceInfo.height - maskingInsets.top - maskingInsets.bottom; in updateLocked() local
391 mBaseDisplayInfo.appHeight = maskedHeight; in updateLocked()
393 mBaseDisplayInfo.logicalHeight = maskedHeight; in updateLocked()
414 mBaseDisplayInfo.smallestNominalAppHeight = maskedHeight; in updateLocked()
416 mBaseDisplayInfo.largestNominalAppHeight = maskedHeight; in updateLocked()