Searched refs:CALLBACK_ANIMATION (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/libs/nativedisplay/ |
D | AChoreographer.cpp | 151 ->postFrameCallbackDelayed(callback, nullptr, nullptr, data, 0, CALLBACK_ANIMATION); in AChoreographer_postFrameCallback() 158 CALLBACK_ANIMATION); in AChoreographer_postFrameCallbackDelayed() 163 ->postFrameCallbackDelayed(nullptr, nullptr, callback, data, 0, CALLBACK_ANIMATION); in AChoreographer_postVsyncCallback() 168 ->postFrameCallbackDelayed(nullptr, callback, nullptr, data, 0, CALLBACK_ANIMATION); in AChoreographer_postFrameCallback64() 175 CALLBACK_ANIMATION); in AChoreographer_postFrameCallbackDelayed64()
|
/frameworks/layoutlib/bridge/src/android/view/ |
D | Choreographer_Delegate.java | 61 if (callbackType != Choreographer.CALLBACK_ANIMATION) { in postCallbackDelayedInternal() 80 if (callbackType != Choreographer.CALLBACK_ANIMATION) { in removeCallbacksInternal()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | RampAnimator.java | 264 mChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, in animateTo() 287 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, mAnimationCallback, null); in postAnimationCallback()
|
/frameworks/base/core/java/android/view/ |
D | Choreographer.java | 236 public static final int CALLBACK_ANIMATION = 1; field in Choreographer 560 postCallbackDelayedInternal(CALLBACK_ANIMATION, callback, VSYNC_CALLBACK_TOKEN, 0); in postVsyncCallback() 632 postCallbackDelayedInternal(CALLBACK_ANIMATION, in postFrameCallbackDelayed() 649 removeCallbacksInternal(CALLBACK_ANIMATION, callback, FRAME_CALLBACK_TOKEN); in removeFrameCallback() 664 removeCallbacksInternal(CALLBACK_ANIMATION, callback, VSYNC_CALLBACK_TOKEN); in removeVsyncCallback() 941 doCallbacks(Choreographer.CALLBACK_ANIMATION, frameIntervalNanos); in doFrame()
|
D | View.java | 21161 Choreographer.CALLBACK_ANIMATION, action, null); in postOnAnimation() 21185 Choreographer.CALLBACK_ANIMATION, action, null, delayMillis); in postOnAnimationDelayed() 21214 Choreographer.CALLBACK_ANIMATION, action, null); in removeCallbacks() 25671 Choreographer.CALLBACK_ANIMATION, what, who, in scheduleDrawable() 25692 Choreographer.CALLBACK_ANIMATION, what, who); in unscheduleDrawable() 25710 Choreographer.CALLBACK_ANIMATION, null, who); in unscheduleDrawable()
|
D | ViewRootImpl.java | 10517 mChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, this, null); in removeView() 10559 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null); in postIfNeededLocked()
|
/frameworks/native/libs/gui/tests/ |
D | Choreographer_test.cpp | 58 CALLBACK_ANIMATION); in TEST_F()
|
/frameworks/native/libs/gui/include/gui/ |
D | Choreographer.h | 33 CALLBACK_ANIMATION, enumerator
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | DejankUtils.java | 255 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/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | StatusBarStateControllerImpl.java | 502 Choreographer.CALLBACK_ANIMATION, this::beginInteractionJankMonitor, null); in beginInteractionJankMonitor()
|
/frameworks/base/core/api/ |
D | test-current.txt | 3600 field public static final int CALLBACK_ANIMATION = 1; // 0x1
|