Searched refs:CALLBACK_TRAVERSAL (Results 1 – 5 of 5) sorted by relevance
21 import static android.view.Choreographer.CALLBACK_TRAVERSAL;364 mChoreographer.postCallback(CALLBACK_TRAVERSAL, mApplyTransactionRunnable, in scheduleApplyTransaction()
388 mChoreographer.postCallback(Choreographer.CALLBACK_TRAVERSAL, in scheduleColorFadeDraw()
259 public static final int CALLBACK_TRAVERSAL = 3; field in Choreographer945 doCallbacks(Choreographer.CALLBACK_TRAVERSAL, frameIntervalNanos); in doFrame()
2893 Choreographer.CALLBACK_TRAVERSAL, mTraversalRunnable, null); in scheduleTraversals()2904 Choreographer.CALLBACK_TRAVERSAL, mTraversalRunnable, null); in unscheduleTraversals()
58987 Landroid/view/Choreographer;->CALLBACK_TRAVERSAL:I