Searched refs:sAnimationHandler (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DValueAnimator.java83 // The static sAnimationHandler processes the internal timing loop on which all animations
88 protected static ThreadLocal<AnimationHandler> sAnimationHandler = field in class:ValueAnimator
1240 AnimationHandler handler = sAnimationHandler.get();
1251 AnimationHandler handler = sAnimationHandler.get();
1260 AnimationHandler handler = sAnimationHandler.get();
1263 sAnimationHandler.set(handler);
H A DObjectAnimator.java397 AnimationHandler handler = sAnimationHandler.get();

Completed in 47 milliseconds