Searched refs:CALLBACK_TRAVERSAL (Results 1 – 5 of 5) sorted by relevance
21 import static android.view.Choreographer.CALLBACK_TRAVERSAL;352 mChoreographer.postCallback(CALLBACK_TRAVERSAL, mApplyTransactionRunnable, in scheduleApplyTransaction()
366 mChoreographer.postCallback(Choreographer.CALLBACK_TRAVERSAL, in scheduleColorFadeDraw()
257 public static final int CALLBACK_TRAVERSAL = 3; field in Choreographer882 doCallbacks(Choreographer.CALLBACK_TRAVERSAL, frameIntervalNanos); in doFrame()
2626 Choreographer.CALLBACK_TRAVERSAL, mTraversalRunnable, null); in scheduleTraversals()2637 Choreographer.CALLBACK_TRAVERSAL, mTraversalRunnable, null); in unscheduleTraversals()
59630 Landroid/view/Choreographer;->CALLBACK_TRAVERSAL:I