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 | 127 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, mAnimationCallback, null); in postAnimationCallback() 131 mChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, mAnimationCallback, null); in cancelAnimationCallback()
|
/frameworks/base/core/java/android/view/ |
D | Choreographer.java | 217 public static final int CALLBACK_ANIMATION = 1; field in Choreographer 545 postCallbackDelayedInternal(CALLBACK_ANIMATION, in postFrameCallbackDelayed() 562 removeCallbacksInternal(CALLBACK_ANIMATION, callback, FRAME_CALLBACK_TOKEN); in removeFrameCallback() 727 doCallbacks(Choreographer.CALLBACK_ANIMATION, frameTimeNanos); in doFrame()
|
D | View.java | 18814 Choreographer.CALLBACK_ANIMATION, action, null); in postOnAnimation() 18838 Choreographer.CALLBACK_ANIMATION, action, null, delayMillis); in postOnAnimationDelayed() 18867 Choreographer.CALLBACK_ANIMATION, action, null); in removeCallbacks() 23111 Choreographer.CALLBACK_ANIMATION, what, who, in scheduleDrawable() 23132 Choreographer.CALLBACK_ANIMATION, what, who); in unscheduleDrawable() 23150 Choreographer.CALLBACK_ANIMATION, null, who); in unscheduleDrawable()
|
D | ViewRootImpl.java | 8301 mChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, this, null); in removeView() 8343 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null); in postIfNeededLocked()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | DejankUtils.java | 249 sChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, sAnimationCallbackRunnable, in postAnimationCallback()
|
/frameworks/base/graphics/java/android/graphics/animation/ |
D | RenderNodeAnimator.java | 446 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null); in scheduleCallback()
|
/frameworks/base/api/ |
D | test-current.txt | 5100 field public static final int CALLBACK_ANIMATION = 1; // 0x1
|