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 75 Choreographer.CALLBACK_ANIMATION, addedCallback1, null);
77 Choreographer.CALLBACK_ANIMATION, addedCallback2, null);
79 Choreographer.CALLBACK_ANIMATION, removedCallback, null);
81 Choreographer.CALLBACK_ANIMATION, removedCallback, null);
90 Choreographer.CALLBACK_ANIMATION, addedCallback1, null);
98 Choreographer.CALLBACK_ANIMATION, addedCallback1, null);
100 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN);
102 Choreographer.CALLBACK_ANIMATION, null, TOKEN);
109 Choreographer.CALLBACK_ANIMATION, addedCallback1, TOKEN);
111 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN)
    [all...]
  /frameworks/layoutlib/bridge/src/android/view/
Choreographer_Delegate.java 66 thisChoreographer.doCallbacks(Choreographer.CALLBACK_ANIMATION, frameTimeNanos);
81 thisChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, null, null);
  /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/packages/SystemUI/src/com/android/systemui/
DejankUtils.java 80 sChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, sAnimationCallbackRunnable,
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowView.java 482 choreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, animationRunner, null);
491 choreographer.postCallbackDelayed(Choreographer.CALLBACK_ANIMATION, this, null, startDelay);
507 ShadowChoreographer.getInstance().postCallback(Choreographer.CALLBACK_ANIMATION, this, null);
  /frameworks/base/core/java/android/view/
Choreographer.java 181 * is the only one with CALLBACK_ANIMATION start time, hence why this
207 public static final int CALLBACK_ANIMATION = 1;
514 postCallbackDelayedInternal(CALLBACK_ANIMATION,
531 removeCallbacksInternal(CALLBACK_ANIMATION, callback, FRAME_CALLBACK_TOKEN);
693 doCallbacks(Choreographer.CALLBACK_ANIMATION, frameTimeNanos);
    [all...]
RenderNodeAnimator.java 452 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null);
View.java     [all...]
ViewRootImpl.java     [all...]

Completed in 857 milliseconds