HomeSort by relevance Sort by last modified time
    Searched refs:CALLBACK_ANIMATION (Results 1 - 8 of 8) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
ChoreographerTest.java 59 Choreographer.CALLBACK_ANIMATION, addedCallback1, null);
61 Choreographer.CALLBACK_ANIMATION, addedCallback2, null);
63 Choreographer.CALLBACK_ANIMATION, removedCallback, null);
65 Choreographer.CALLBACK_ANIMATION, removedCallback, null);
77 Choreographer.CALLBACK_ANIMATION, addedCallback1, null);
86 Choreographer.CALLBACK_ANIMATION, addedCallback1, null);
88 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN);
90 Choreographer.CALLBACK_ANIMATION, null, TOKEN);
98 Choreographer.CALLBACK_ANIMATION, addedCallback1, TOKEN);
100 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DejankUtils.java 71 sChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, sAnimationCallbackRunnable,
  /frameworks/base/services/core/java/com/android/server/display/
RampAnimator.java 124 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, mAnimationCallback, null);
128 mChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, mAnimationCallback, null);
  /frameworks/base/core/java/android/view/
Choreographer.java 156 * is the only one with CALLBACK_ANIMATION start time, hence why this
181 public static final int CALLBACK_ANIMATION = 1;
451 postCallbackDelayedInternal(CALLBACK_ANIMATION,
468 removeCallbacksInternal(CALLBACK_ANIMATION, callback, FRAME_CALLBACK_TOKEN);
603 doCallbacks(Choreographer.CALLBACK_ANIMATION, frameTimeNanos);
    [all...]
RenderNodeAnimator.java 452 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null);
View.java     [all...]
ViewRootImpl.java     [all...]
  /frameworks/base/core/java/android/animation/
ValueAnimator.java     [all...]

Completed in 354 milliseconds