Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/view/
DChoreographer_Delegate.java66 thisChoreographer.doCallbacks(Choreographer.CALLBACK_ANIMATION, frameTimeNanos); in doFrame()
81 thisChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, null, null); in clearFrames()
/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/packages/SystemUI/src/com/android/systemui/
DDejankUtils.java80 sChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, sAnimationCallbackRunnable, in postAnimationCallback()
/frameworks/base/core/java/android/view/
DChoreographer.java216 public static final int CALLBACK_ANIMATION = 1; field in Choreographer
543 postCallbackDelayedInternal(CALLBACK_ANIMATION, in postFrameCallbackDelayed()
560 removeCallbacksInternal(CALLBACK_ANIMATION, callback, FRAME_CALLBACK_TOKEN); in removeFrameCallback()
725 doCallbacks(Choreographer.CALLBACK_ANIMATION, frameTimeNanos); in doFrame()
DRenderNodeAnimator.java475 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null); in scheduleCallback()
DView.java18447 Choreographer.CALLBACK_ANIMATION, action, null); in postOnAnimation()
18471 Choreographer.CALLBACK_ANIMATION, action, null, delayMillis); in postOnAnimationDelayed()
18500 Choreographer.CALLBACK_ANIMATION, action, null); in removeCallbacks()
22737 Choreographer.CALLBACK_ANIMATION, what, who, in scheduleDrawable()
22758 Choreographer.CALLBACK_ANIMATION, what, who); in unscheduleDrawable()
22776 Choreographer.CALLBACK_ANIMATION, null, who); in unscheduleDrawable()
DViewRootImpl.java7876 mChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, this, null); in removeView()
7918 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null); in postIfNeededLocked()
/frameworks/base/api/
Dtest-current.txt4273 field public static final int CALLBACK_ANIMATION = 1; // 0x1