Home
last modified time | relevance | path

Searched refs:CALLBACK_ANIMATION (Results 1 – 7 of 7) 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
539 postCallbackDelayedInternal(CALLBACK_ANIMATION, in postFrameCallbackDelayed()
556 removeCallbacksInternal(CALLBACK_ANIMATION, callback, FRAME_CALLBACK_TOKEN); in removeFrameCallback()
721 doCallbacks(Choreographer.CALLBACK_ANIMATION, frameTimeNanos); in doFrame()
DRenderNodeAnimator.java475 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null); in scheduleCallback()
DViewRootImpl.java7706 mChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, this, null); in removeView()
7748 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null); in postIfNeededLocked()
/frameworks/base/api/
Dtest-current.txt3215 field public static final int CALLBACK_ANIMATION = 1; // 0x1