Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java268 int maskedWidth = deviceInfo.width - maskingInsets.left - maskingInsets.right; in updateLocked() local
275 mBaseDisplayInfo.appWidth = maskedWidth; in updateLocked()
277 mBaseDisplayInfo.logicalWidth = maskedWidth; in updateLocked()
295 mBaseDisplayInfo.smallestNominalAppWidth = maskedWidth; in updateLocked()
297 mBaseDisplayInfo.largestNominalAppWidth = maskedWidth; in updateLocked()