Searched refs:maskingInsets (Results 1 – 1 of 1) sorted by relevance
275 Rect maskingInsets = getMaskingInsets(deviceInfo); in updateLocked() local276 int maskedWidth = deviceInfo.width - maskingInsets.left - maskingInsets.right; in updateLocked()277 int maskedHeight = deviceInfo.height - maskingInsets.top - maskingInsets.bottom; in updateLocked()423 Rect maskingInsets = getMaskingInsets(displayDeviceInfo); in configureDisplayLocked() local424 InsetUtils.rotateInsets(maskingInsets, orientation); in configureDisplayLocked()426 physWidth -= maskingInsets.left + maskingInsets.right; in configureDisplayLocked()427 physHeight -= maskingInsets.top + maskingInsets.bottom; in configureDisplayLocked()456 mTempDisplayRect.offset(maskingInsets.left, maskingInsets.top); in configureDisplayLocked()