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