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.java277 int maskedHeight = deviceInfo.height - maskingInsets.top - maskingInsets.bottom; in updateLocked() local
285 mBaseDisplayInfo.appHeight = maskedHeight; in updateLocked()
287 mBaseDisplayInfo.logicalHeight = maskedHeight; in updateLocked()
307 mBaseDisplayInfo.smallestNominalAppHeight = maskedHeight; in updateLocked()
309 mBaseDisplayInfo.largestNominalAppHeight = maskedHeight; in updateLocked()