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

  /cts/tests/tests/view/src/android/view/cts/
ChoreographerTest.java 48 Choreographer.CALLBACK_ANIMATION, addedCallback1, null);
50 Choreographer.CALLBACK_ANIMATION, addedCallback2, null);
52 Choreographer.CALLBACK_ANIMATION, removedCallback, null);
54 Choreographer.CALLBACK_ANIMATION, removedCallback, null);
66 Choreographer.CALLBACK_ANIMATION, addedCallback1, null);
75 Choreographer.CALLBACK_ANIMATION, addedCallback1, null);
77 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN);
79 Choreographer.CALLBACK_ANIMATION, null, TOKEN);
87 Choreographer.CALLBACK_ANIMATION, addedCallback1, TOKEN);
89 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN)
    [all...]
  /frameworks/base/core/java/android/view/
Choreographer.java 151 public static final int CALLBACK_ANIMATION = 1;
386 postCallbackDelayedInternal(CALLBACK_ANIMATION,
403 removeCallbacksInternal(CALLBACK_ANIMATION, callback, FRAME_CALLBACK_TOKEN);
524 doCallbacks(Choreographer.CALLBACK_ANIMATION, frameTimeNanos);
View.java     [all...]
ViewRootImpl.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 266 mChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION,
268 mChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION,
270 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION,
    [all...]
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 644 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null);
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 317 milliseconds