Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDropZoneView.java102 private ObjectAnimator mSplashAnimator; field in DropZoneView
202 } else if (mSplashAnimator != null && mSplashAnimator.isRunning()) { in getAnimator()
203 return mSplashAnimator; in getAnimator()
237 if (mSplashAnimator != null) { in animateSplashToState()
238 mSplashAnimator.cancel(); in animateSplashToState()
240 mSplashAnimator = ObjectAnimator.ofInt(mSplashBackgroundDrawable, in animateSplashToState()
245 mSplashAnimator.setInterpolator(FAST_OUT_SLOW_IN); in animateSplashToState()
247 mSplashAnimator.start(); in animateSplashToState()