Searched refs:maskingInsets (Results 1 – 1 of 1) sorted by relevance
484 Rect maskingInsets = getMaskingInsets(deviceInfo); in updateLocked() local485 int maskedWidth = deviceInfo.width - maskingInsets.left - maskingInsets.right; in updateLocked()486 int maskedHeight = deviceInfo.height - maskingInsets.top - maskingInsets.bottom; in updateLocked()712 Rect maskingInsets = getMaskingInsets(displayDeviceInfo); in configureDisplayLocked() local713 InsetUtils.rotateInsets(maskingInsets, orientation); in configureDisplayLocked()715 physWidth -= maskingInsets.left + maskingInsets.right; in configureDisplayLocked()716 physHeight -= maskingInsets.top + maskingInsets.bottom; in configureDisplayLocked()770 mTempDisplayRect.offset(maskingInsets.left, maskingInsets.top); in configureDisplayLocked()