Searched refs:cameraProtectionProgress (Results 1 – 4 of 4) sorted by relevance
73 var cameraProtectionProgress: Float = HIDDEN_CAMERA_PROTECTION_SCALE in <lambda>() variable in com.android.systemui.DisplayCutoutBaseView186 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>()
84 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()
237 val scaledDistanceX = (centerX - protectionRect.left) * cameraProtectionProgress in <lambda>()238 val scaledDistanceY = (centerY - protectionRect.top) * cameraProtectionProgress in <lambda>()
140 decorHwcLayer.cameraProtectionProgress = 1f in testTransparentRegion_onlyCutoutProtection()188 decorHwcLayer.cameraProtectionProgress = protectionProgress in setupConfigs()