Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java899 private ValueAnimator mCameraProtectionAnimator; field in ScreenDecorations.DisplayCutoutView
999 if (mCameraProtectionAnimator != null) { in setShowProtection()
1000 mCameraProtectionAnimator.cancel(); in setShowProtection()
1002 mCameraProtectionAnimator = ValueAnimator.ofFloat(mCameraProtectionProgress, in setShowProtection()
1004 mCameraProtectionAnimator.setInterpolator(Interpolators.DECELERATE_QUINT); in setShowProtection()
1005 mCameraProtectionAnimator.addUpdateListener(animation -> { in setShowProtection()
1009 mCameraProtectionAnimator.addListener(new AnimatorListenerAdapter() { in setShowProtection()
1012 mCameraProtectionAnimator = null; in setShowProtection()
1018 mCameraProtectionAnimator.start(); in setShowProtection()