Searched refs:CALLBACK_COMMIT (Results 1 – 2 of 2) sorted by relevance
200 public static final int CALLBACK_COMMIT = 3; field in Choreographer202 private static final int CALLBACK_LAST = CALLBACK_COMMIT;608 doCallbacks(Choreographer.CALLBACK_COMMIT, frameTimeNanos); in doFrame()643 if (callbackType == Choreographer.CALLBACK_COMMIT) { in doCallbacks()
772 mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, mCommit, null); in doAnimationFrame()