Searched refs:CALLBACK_ANIMATION (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/layoutlib/bridge/src/android/view/ |
H A D | Choreographer_Delegate.java | 68 thisChoreographer.doCallbacks(Choreographer.CALLBACK_ANIMATION, frameTimeNanos, MS_16); in doFrame() 83 thisChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, null, null); in clearFrames()
|
/aosp12/frameworks/base/services/core/java/com/android/server/display/ |
H A D | RampAnimator.java | 138 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, mAnimationCallback, null); in postAnimationCallback() 142 mChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, mAnimationCallback, null); in cancelAnimationCallback()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | Choreographer.java | 225 public static final int CALLBACK_ANIMATION = 1; field in Choreographer 555 postCallbackDelayedInternal(CALLBACK_ANIMATION, in postFrameCallbackDelayed() 572 removeCallbacksInternal(CALLBACK_ANIMATION, callback, FRAME_CALLBACK_TOKEN); in removeFrameCallback() 775 doCallbacks(Choreographer.CALLBACK_ANIMATION, frameTimeNanos, frameIntervalNanos); in doFrame()
|
H A D | View.java | 19143 Choreographer.CALLBACK_ANIMATION, action, null); in postOnAnimation() 19167 Choreographer.CALLBACK_ANIMATION, action, null, delayMillis); in postOnAnimationDelayed() 19196 Choreographer.CALLBACK_ANIMATION, action, null); in removeCallbacks() 23470 Choreographer.CALLBACK_ANIMATION, what, who, in scheduleDrawable() 23491 Choreographer.CALLBACK_ANIMATION, what, who); in unscheduleDrawable() 23509 Choreographer.CALLBACK_ANIMATION, null, who); in unscheduleDrawable()
|
H A D | ViewRootImpl.java | 8970 mChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, this, null); in removeView() 9012 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null); in postIfNeededLocked()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | DejankUtils.java | 249 sChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, sAnimationCallbackRunnable, in postAnimationCallback()
|
/aosp12/frameworks/base/graphics/java/android/graphics/animation/ |
H A D | RenderNodeAnimator.java | 446 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null); in scheduleCallback()
|
/aosp12/frameworks/base/core/api/ |
H A D | test-current.txt | 2723 field public static final int CALLBACK_ANIMATION = 1; // 0x1
|