HomeSort by relevance Sort by last modified time
    Searched refs:CALLBACK_ANIMATION (Results 1 - 9 of 9) 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/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 153 public static final int CALLBACK_ANIMATION = 1;
411 postCallbackDelayedInternal(CALLBACK_ANIMATION,
428 removeCallbacksInternal(CALLBACK_ANIMATION, callback, FRAME_CALLBACK_TOKEN);
549 doCallbacks(Choreographer.CALLBACK_ANIMATION, frameTimeNanos);
    [all...]
RenderNodeAnimator.java 452 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null);
View.java     [all...]
ViewRootImpl.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardBouncer.java 78 mChoreographer.postCallbackDelayed(Choreographer.CALLBACK_ANIMATION, mShowRunnable,
95 mChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, mShowRunnable, null);
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 743 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 367 milliseconds