Searched defs:mChoreographer (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
H A DRampAnimator.java30 private final Choreographer mChoreographer; field in class:RampAnimator
47 mChoreographer = Choreographer.getInstance();
124 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, mAnimationCallback, null);
128 mChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, mAnimationCallback, null);
134 final long frameTimeNanos = mChoreographer.getFrameTimeNanos();
H A DDisplayPowerState.java54 private final Choreographer mChoreographer; field in class:DisplayPowerState
73 mChoreographer = Choreographer.getInstance();
283 mChoreographer.postCallback(Choreographer.CALLBACK_TRAVERSAL,
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java69 final long frameTimeNanos = mChoreographer.getFrameTimeNanos();
89 private final Choreographer mChoreographer; field in class:AccessibilityInputFilter
118 mChoreographer = Choreographer.getInstance();
231 mChoreographer.postCallback(Choreographer.CALLBACK_INPUT,
/frameworks/base/core/java/android/view/
H A DRenderNodeAnimator.java433 private final Choreographer mChoreographer; field in class:RenderNodeAnimator.DelayedAnimationHelper
437 mChoreographer = Choreographer.getInstance();
452 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null);
458 long frameTimeMs = mChoreographer.getFrameTime();
H A DThreadedRenderer.java108 private Choreographer mChoreographer; field in class:ThreadedRenderer
319 final Choreographer choreographer = attachInfo.mViewRootImpl.mChoreographer;
H A DViewRootImpl.java202 Choreographer mChoreographer; field in class:ViewRootImpl
395 mChoreographer = Choreographer.getInstance();
1079 mChoreographer.postCallback(
1093 mChoreographer.removeCallbacks(
1578 mChoreographer.mFrameInfo.addFlags(FrameInfo.FLAG_WINDOW_LAYOUT_CHANGED);
2375 mChoreographer.removeFrameCallback(mRenderProfiler);
2385 mChoreographer.postFrameCallback(mRenderProfiler);
2390 mChoreographer.postFrameCallback(mRenderProfiler);
2591 mChoreographer.getFrameTimeNanos() / TimeUtils.NANOS_PER_MS;
5524 mChoreographer
[all...]
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java692 private final Choreographer mChoreographer; field in class:ValueAnimator.AnimationHandler
697 mChoreographer = Choreographer.getInstance();
772 mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, mCommit, null);
791 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, mAnimate, null);
801 doAnimationFrame(mChoreographer.getFrameTime());
809 commitAnimationFrame(mChoreographer.getFrameTime());
/frameworks/data-binding/library/src/main/java/android/databinding/
H A DViewDataBinding.java199 private Choreographer mChoreographer; field in class:ViewDataBinding
226 mChoreographer = Choreographer.getInstance();
445 mChoreographer.postFrameCallback(mFrameCallback);
/frameworks/base/core/java/android/widget/
H A DTextView.java9995 private final Choreographer mChoreographer; field in class:TextView.Marquee
10013 mChoreographer = Choreographer.getInstance();
10027 mLastAnimationMs = mChoreographer.getFrameTime();
10049 mChoreographer.removeFrameCallback(mTickCallback);
10053 long currentMs = mChoreographer.getFrameTime();
10060 mChoreographer.postFrameCallbackDelayed(mRestartCallback, MARQUEE_DELAY);
10062 mChoreographer.postFrameCallback(mTickCallback);
10070 mChoreographer.removeFrameCallback(mStartCallback);
10071 mChoreographer.removeFrameCallback(mRestartCallback);
10072 mChoreographer
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java539 final Choreographer mChoreographer = Choreographer.getInstance(); field in class:WindowManagerService
10475 mChoreographer.postFrameCallback(mAnimator.mAnimationFrameCallback);

Completed in 277 milliseconds