Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/view/
DChoreographer_Delegate.java68 thisChoreographer.doCallbacks(Choreographer.CALLBACK_ANIMATION, frameTimeNanos, MS_16); in doFrame()
83 thisChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, null, null); in clearFrames()
/frameworks/base/services/core/java/com/android/server/display/
DRampAnimator.java125 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, mAnimationCallback, null); in postAnimationCallback()
129 mChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, mAnimationCallback, null); in cancelAnimationCallback()
/frameworks/base/core/java/android/view/
DChoreographer.java225 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()
DView.java19084 Choreographer.CALLBACK_ANIMATION, action, null); in postOnAnimation()
19108 Choreographer.CALLBACK_ANIMATION, action, null, delayMillis); in postOnAnimationDelayed()
19137 Choreographer.CALLBACK_ANIMATION, action, null); in removeCallbacks()
23410 Choreographer.CALLBACK_ANIMATION, what, who, in scheduleDrawable()
23431 Choreographer.CALLBACK_ANIMATION, what, who); in unscheduleDrawable()
23449 Choreographer.CALLBACK_ANIMATION, null, who); in unscheduleDrawable()
DViewRootImpl.java8826 mChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, this, null); in removeView()
8868 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null); in postIfNeededLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDejankUtils.java249 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/core/api/
Dtest-current.txt2705 field public static final int CALLBACK_ANIMATION = 1; // 0x1