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.java51 static void scheduleVsyncLocked(Choreographer thisChoreographer) { in scheduleVsyncLocked() argument
56 Choreographer thisChoreographer = Choreographer.getInstance(); in doFrame() local
61thisChoreographer.mLastFrameTimeNanos = frameTimeNanos - thisChoreographer.getFrameIntervalNanos(); in doFrame()
62 thisChoreographer.mFrameInfo.markInputHandlingStart(); in doFrame()
63 thisChoreographer.doCallbacks(Choreographer.CALLBACK_INPUT, frameTimeNanos); in doFrame()
65 thisChoreographer.mFrameInfo.markAnimationsStart(); in doFrame()
66 thisChoreographer.doCallbacks(Choreographer.CALLBACK_ANIMATION, frameTimeNanos); in doFrame()
68 thisChoreographer.mFrameInfo.markPerformTraversalsStart(); in doFrame()
69 thisChoreographer.doCallbacks(Choreographer.CALLBACK_TRAVERSAL, frameTimeNanos); in doFrame()
71 thisChoreographer.doCallbacks(Choreographer.CALLBACK_COMMIT, frameTimeNanos); in doFrame()
[all …]