Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/view/
DChoreographer_Delegate.java53 static void scheduleVsyncLocked(Choreographer thisChoreographer) { in scheduleVsyncLocked() argument
58 Choreographer thisChoreographer = Choreographer.getInstance(); in doFrame() local
63thisChoreographer.mLastFrameTimeNanos = frameTimeNanos - thisChoreographer.getFrameIntervalNanos(); in doFrame()
64 thisChoreographer.mFrameInfo.markInputHandlingStart(); in doFrame()
65 thisChoreographer.doCallbacks(Choreographer.CALLBACK_INPUT, frameTimeNanos, MS_16); in doFrame()
67 thisChoreographer.mFrameInfo.markAnimationsStart(); in doFrame()
68 thisChoreographer.doCallbacks(Choreographer.CALLBACK_ANIMATION, frameTimeNanos, MS_16); in doFrame()
70 thisChoreographer.mFrameInfo.markPerformTraversalsStart(); in doFrame()
71 thisChoreographer.doCallbacks(Choreographer.CALLBACK_TRAVERSAL, frameTimeNanos, MS_16); in doFrame()
73 thisChoreographer.doCallbacks(Choreographer.CALLBACK_COMMIT, frameTimeNanos, MS_16); in doFrame()
[all …]