Home
last modified time | relevance | path

Searched refs:CALLBACK_ANIMATION (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/libs/nativedisplay/
DAChoreographer.cpp151 ->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/
DChoreographer_Delegate.java61 if (callbackType != Choreographer.CALLBACK_ANIMATION) { in postCallbackDelayedInternal()
80 if (callbackType != Choreographer.CALLBACK_ANIMATION) { in removeCallbacksInternal()
/frameworks/base/services/core/java/com/android/server/display/
DRampAnimator.java264 mChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, in animateTo()
287 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, mAnimationCallback, null); in postAnimationCallback()
/frameworks/base/core/java/android/view/
DChoreographer.java236 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()
DView.java21161 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()
DViewRootImpl.java10517 mChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, this, null); in removeView()
10559 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null); in postIfNeededLocked()
/frameworks/native/libs/gui/tests/
DChoreographer_test.cpp58 CALLBACK_ANIMATION); in TEST_F()
/frameworks/native/libs/gui/include/gui/
DChoreographer.h33 CALLBACK_ANIMATION, enumerator
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDejankUtils.java255 sChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, sAnimationCallbackRunnable, in postAnimationCallback()
/frameworks/base/graphics/java/android/graphics/animation/
DRenderNodeAnimator.java446 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null); in scheduleCallback()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarStateControllerImpl.java502 Choreographer.CALLBACK_ANIMATION, this::beginInteractionJankMonitor, null); in beginInteractionJankMonitor()
/frameworks/base/core/api/
Dtest-current.txt3600 field public static final int CALLBACK_ANIMATION = 1; // 0x1