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.java276 int maskedWidth = deviceInfo.width - maskingInsets.left - maskingInsets.right; in updateLocked() local
284 mBaseDisplayInfo.appWidth = maskedWidth; in updateLocked()
286 mBaseDisplayInfo.logicalWidth = maskedWidth; in updateLocked()
306 mBaseDisplayInfo.smallestNominalAppWidth = maskedWidth; in updateLocked()
308 mBaseDisplayInfo.largestNominalAppWidth = maskedWidth; in updateLocked()