Searched refs:CALLBACK_ANIMATION (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/display/ |
D | RampAnimator.java | 124 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, mAnimationCallback, null); in postAnimationCallback() 128 mChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, mAnimationCallback, null); in cancelAnimationCallback()
|
/frameworks/base/core/java/android/view/ |
D | Choreographer.java | 181 public static final int CALLBACK_ANIMATION = 1; field in Choreographer 464 postCallbackDelayedInternal(CALLBACK_ANIMATION, in postFrameCallbackDelayed() 481 removeCallbacksInternal(CALLBACK_ANIMATION, callback, FRAME_CALLBACK_TOKEN); in removeFrameCallback() 616 doCallbacks(Choreographer.CALLBACK_ANIMATION, frameTimeNanos); in doFrame()
|
D | RenderNodeAnimator.java | 457 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null); in scheduleCallback()
|
D | View.java | 13898 Choreographer.CALLBACK_ANIMATION, action, null); in postOnAnimation() 13922 Choreographer.CALLBACK_ANIMATION, action, null, delayMillis); in postOnAnimationDelayed() 13951 Choreographer.CALLBACK_ANIMATION, action, null); in removeCallbacks() 17697 Choreographer.CALLBACK_ANIMATION, what, who, in scheduleDrawable() 17718 Choreographer.CALLBACK_ANIMATION, what, who); in unscheduleDrawable() 17736 Choreographer.CALLBACK_ANIMATION, null, who); in unscheduleDrawable()
|
D | ViewRootImpl.java | 6388 mChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, this, null); in removeView() 6430 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null); in postIfNeededLocked()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | DejankUtils.java | 70 sChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, sAnimationCallbackRunnable, in postAnimationCallback()
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
D | Choreographer_Delegate.java | 63 thisChoreographer.doCallbacks(Choreographer.CALLBACK_ANIMATION, frameTimeNanos); in doFrame()
|