Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java267 Rect maskingInsets = getMaskingInsets(deviceInfo); in updateLocked() local
268 int maskedWidth = deviceInfo.width - maskingInsets.left - maskingInsets.right; in updateLocked()
269 int maskedHeight = deviceInfo.height - maskingInsets.top - maskingInsets.bottom; in updateLocked()
397 Rect maskingInsets = getMaskingInsets(displayDeviceInfo); in configureDisplayLocked() local
398 InsetUtils.rotateInsets(maskingInsets, orientation); in configureDisplayLocked()
400 physWidth -= maskingInsets.left + maskingInsets.right; in configureDisplayLocked()
401 physHeight -= maskingInsets.top + maskingInsets.bottom; in configureDisplayLocked()
430 mTempDisplayRect.offset(maskingInsets.left, maskingInsets.top); in configureDisplayLocked()