Searched refs:thisChoreographer (Results 1 – 1 of 1) sorted by relevance
51 static void scheduleVsyncLocked(Choreographer thisChoreographer) { in scheduleVsyncLocked() argument56 Choreographer thisChoreographer = Choreographer.getInstance(); in doFrame() local61 …thisChoreographer.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 …]