Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DViewTransformationHelper.java46 private ValueAnimator mViewTransformationAnimation; field in ViewTransformationHelper
105 if (mViewTransformationAnimation != null) { in transformTo()
106 mViewTransformationAnimation.cancel(); in transformTo()
109 mViewTransformationAnimation.addUpdateListener( in transformTo()
134 mViewTransformationAnimation.start(); in transformTo()
162 if (mViewTransformationAnimation != null) { in transformFrom()
163 mViewTransformationAnimation.cancel(); in transformFrom()
187 mViewTransformationAnimation.start(); in transformFrom()
215 if (mViewTransformationAnimation != null) { in setVisible()
216 mViewTransformationAnimation.cancel(); in setVisible()
[all …]