Home
last modified time | relevance | path

Searched refs:mChoreographer (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/android/view/
DBatchedInputEventReceiver.java26 Choreographer mChoreographer; field in BatchedInputEventReceiver
32 mChoreographer = choreographer; in BatchedInputEventReceiver()
63 mChoreographer.postCallback(Choreographer.CALLBACK_INPUT, mBatchedInputRunnable, null); in scheduleBatchedInput()
70 mChoreographer.removeCallbacks( in unscheduleBatchedInput()
78 doConsumeBatchedInput(mChoreographer.getFrameTimeNanos()); in run()
DRenderNodeAnimator.java437 private final Choreographer mChoreographer; field in RenderNodeAnimator.DelayedAnimationHelper
441 mChoreographer = Choreographer.getInstance(); in DelayedAnimationHelper()
456 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null); in scheduleCallback()
462 long frameTimeMs = mChoreographer.getFrameTime(); in run()
DThreadedRenderer.java339 private Choreographer mChoreographer; field in ThreadedRenderer
754 final Choreographer choreographer = attachInfo.mViewRootImpl.mChoreographer; in draw()
DViewRootImpl.java317 Choreographer mChoreographer; field in ViewRootImpl
511 mChoreographer = Choreographer.getInstance(); in ViewRootImpl()
1358 mChoreographer.postCallback( in scheduleTraversals()
1372 mChoreographer.removeCallbacks( in unscheduleTraversals()
1889 mChoreographer.mFrameInfo.addFlags(FrameInfo.FLAG_WINDOW_LAYOUT_CHANGED); in performTraversals()
2696 mChoreographer.removeFrameCallback(mRenderProfiler); in profileRendering()
2706 mChoreographer.postFrameCallback(mRenderProfiler); in profileRendering()
2711 mChoreographer.postFrameCallback(mRenderProfiler); in profileRendering()
2942 mChoreographer.getFrameTimeNanos() / TimeUtils.NANOS_PER_MS; in draw()
6228 mChoreographer.dump(prefix, writer); in dump()
[all …]
DView.java15764 attachInfo.mViewRootImpl.mChoreographer.postCallback(
15788 attachInfo.mViewRootImpl.mChoreographer.postCallbackDelayed(
15817 attachInfo.mViewRootImpl.mChoreographer.removeCallbacks(
19778 mAttachInfo.mViewRootImpl.mChoreographer.postCallbackDelayed(
19799 mAttachInfo.mViewRootImpl.mChoreographer.removeCallbacks(
19817 mAttachInfo.mViewRootImpl.mChoreographer.removeCallbacks(
/frameworks/base/core/java/com/android/internal/graphics/
DSfVsyncFrameCallbackProvider.java29 private final Choreographer mChoreographer = Choreographer.getSfInstance(); field in SfVsyncFrameCallbackProvider
33 mChoreographer.postFrameCallback(callback); in postFrameCallback()
38 mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, runnable, null); in postCommitCallback()
43 return mChoreographer.getFrameTime(); in getFrameTime()
/frameworks/base/services/core/java/com/android/server/display/
DRampAnimator.java30 private final Choreographer mChoreographer; field in RampAnimator
47 mChoreographer = Choreographer.getInstance(); in RampAnimator()
124 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, mAnimationCallback, null); in postAnimationCallback()
128 mChoreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, mAnimationCallback, null); in cancelAnimationCallback()
134 final long frameTimeNanos = mChoreographer.getFrameTimeNanos();
DDisplayPowerState.java54 private final Choreographer mChoreographer; field in DisplayPowerState
73 mChoreographer = Choreographer.getInstance(); in DisplayPowerState()
290 mChoreographer.postCallback(Choreographer.CALLBACK_TRAVERSAL, in scheduleColorFadeDraw()
/frameworks/base/core/java/com/android/internal/view/
DSurfaceFlingerVsyncChoreographer.java34 private final Choreographer mChoreographer; field in SurfaceFlingerVsyncChoreographer
45 mChoreographer = choreographer; in SurfaceFlingerVsyncChoreographer()
91 final long sinceFrameStart = System.nanoTime() - mChoreographer.getLastFrameTimeNanos(); in calculateDelay()
/frameworks/base/core/java/android/animation/
DAnimationHandler.java244 final Choreographer mChoreographer = Choreographer.getInstance(); field in AnimationHandler.MyFrameCallbackProvider
248 mChoreographer.postFrameCallback(callback); in postFrameCallback()
253 mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, runnable, null); in postCommitCallback()
258 return mChoreographer.getFrameTime(); in getFrameTime()
/frameworks/base/core/java/com/android/internal/policy/
DBackdropFrameRenderer.java52 private Choreographer mChoreographer; field in BackdropFrameRenderer
215 mChoreographer = Choreographer.getInstance(); in run()
223 mChoreographer = null; in run()
409 if (mChoreographer != null && !drawImmediate) { in pingRenderLocked()
410 mChoreographer.postFrameCallback(this); in pingRenderLocked()
/frameworks/support/dynamic-animation/src/android/support/animation/
DAnimationHandler.java183 final Choreographer mChoreographer = Choreographer.getInstance(); field in AnimationHandler.MyFrameCallbackProvider
187 mChoreographer.postFrameCallback(callback); in postFrameCallback()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimator.java86 private Choreographer mChoreographer; field in WindowAnimator
100 () -> mChoreographer = Choreographer.getSfInstance(), 0 /* timeout */); in WindowAnimator()
403 mChoreographer.postFrameCallback(mAnimationFrameCallback); in scheduleAnimation()
420 return mChoreographer; in getChoreographer()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityInputFilter.java103 final long frameTimeNanos = mChoreographer.getFrameTimeNanos();
123 private final Choreographer mChoreographer; field in AccessibilityInputFilter
156 mChoreographer = Choreographer.getInstance(); in AccessibilityInputFilter()
281 mChoreographer.postCallback(Choreographer.CALLBACK_INPUT, in scheduleProcessBatchedEvents()
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
DViewDataBinding.java207 private Choreographer mChoreographer; field in ViewDataBinding
234 mChoreographer = Choreographer.getInstance(); in ViewDataBinding()
453 mChoreographer.postFrameCallback(mFrameCallback); in requestRebind()
/frameworks/base/core/java/android/widget/
DTextView.java11739 private final Choreographer mChoreographer; field in TextView.Drawables.Marquee
11757 mChoreographer = Choreographer.getInstance(); in Marquee()
11771 mLastAnimationMs = mChoreographer.getFrameTime();
11793 mChoreographer.removeFrameCallback(mTickCallback); in tick()
11797 long currentMs = mChoreographer.getFrameTime(); in tick()
11804 mChoreographer.postFrameCallbackDelayed(mRestartCallback, MARQUEE_DELAY); in tick()
11806 mChoreographer.postFrameCallback(mTickCallback); in tick()
11814 mChoreographer.removeFrameCallback(mStartCallback); in stop()
11815 mChoreographer.removeFrameCallback(mRestartCallback); in stop()
11816 mChoreographer.removeFrameCallback(mTickCallback); in stop()
[all …]