Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/
DPipAnimationController.java83 private ThreadLocal<AnimationHandler> mSfAnimationHandlerThreadLocal = field in PipAnimationController
145 animator.setAnimationHandler(mSfAnimationHandlerThreadLocal.get()); in setupPipTransitionAnimator()
/frameworks/base/core/java/android/view/
DInsetsController.java279 private ThreadLocal<AnimationHandler> mSfAnimationHandlerThreadLocal = field in InsetsController.InternalAnimationControlListener
347 mAnimator.setAnimationHandler(mSfAnimationHandlerThreadLocal.get()); in onReady()