Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DRampAnimator.java124 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/
DChoreographer.java181 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()
DRenderNodeAnimator.java457 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null); in scheduleCallback()
DView.java13898 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()
DViewRootImpl.java6388 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/
DDejankUtils.java70 sChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, sAnimationCallbackRunnable, in postAnimationCallback()
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DChoreographer_Delegate.java63 thisChoreographer.doCallbacks(Choreographer.CALLBACK_ANIMATION, frameTimeNanos); in doFrame()