Searched refs:CALLBACK_ANIMATION (Results 1 – 8 of 8) sorted by relevance
/frameworks/layoutlib/bridge/src/android/view/ |
D | Choreographer_Delegate.java | 66 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/ |
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/packages/SystemUI/src/com/android/systemui/ |
D | DejankUtils.java | 80 sChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, sAnimationCallbackRunnable, in postAnimationCallback()
|
/frameworks/base/core/java/android/view/ |
D | Choreographer.java | 216 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()
|
D | RenderNodeAnimator.java | 475 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null); in scheduleCallback()
|
D | View.java | 18447 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()
|
D | ViewRootImpl.java | 7876 mChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, this, null); in removeView() 7918 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null); in postIfNeededLocked()
|
/frameworks/base/api/ |
D | test-current.txt | 4273 field public static final int CALLBACK_ANIMATION = 1; // 0x1
|