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.java269 int maskedHeight = deviceInfo.height - maskingInsets.top - maskingInsets.bottom; in updateLocked() local
276 mBaseDisplayInfo.appHeight = maskedHeight; in updateLocked()
278 mBaseDisplayInfo.logicalHeight = maskedHeight; in updateLocked()
296 mBaseDisplayInfo.smallestNominalAppHeight = maskedHeight; in updateLocked()
298 mBaseDisplayInfo.largestNominalAppHeight = maskedHeight; in updateLocked()