Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDisplayCutoutBaseView.kt73 var cameraProtectionProgress: Float = HIDDEN_CAMERA_PROTECTION_SCALE in <lambda>() variable in com.android.systemui.DisplayCutoutBaseView
186 if (cameraProtectionProgress > HIDDEN_CAMERA_PROTECTION_SCALE && in <lambda>()
190 cameraProtectionProgress, cameraProtectionProgress, protectionRect.centerX(), in <lambda>()
225 cameraProtectionProgress, in <lambda>()
231 cameraProtectionProgress = animation.animatedValue as Float in <lambda>()
337 ipw.println("cameraProtectionProgress=$cameraProtectionProgress") in <lambda>()
DFaceScanningOverlay.kt84 if (cameraProtectionProgress > HIDDEN_CAMERA_PROTECTION_SCALE) { in drawCutoutProtection()
114 cameraProtectionAnimator = ValueAnimator.ofFloat(cameraProtectionProgress, in enableShowProtection()
217 scalePath(scaledProtectionPath, cameraProtectionProgress) in drawCameraProtection()
316 cameraProtectionProgress = animator.animatedValue as Float in updateCameraProtectionProgress()
DScreenDecorHwcLayer.kt237 val scaledDistanceX = (centerX - protectionRect.left) * cameraProtectionProgress in <lambda>()
238 val scaledDistanceY = (centerY - protectionRect.top) * cameraProtectionProgress in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DScreenDecorHwcLayerTest.kt140 decorHwcLayer.cameraProtectionProgress = 1f in testTransparentRegion_onlyCutoutProtection()
188 decorHwcLayer.cameraProtectionProgress = protectionProgress in setupConfigs()