Searched refs:CALLBACK_COMMIT (Results 1 – 3 of 3) sorted by relevance
200 public static final int CALLBACK_COMMIT = 3; field in Choreographer202 private static final int CALLBACK_LAST = CALLBACK_COMMIT;621 doCallbacks(Choreographer.CALLBACK_COMMIT, frameTimeNanos); in doFrame()656 if (callbackType == Choreographer.CALLBACK_COMMIT) { in doCallbacks()
68 thisChoreographer.doCallbacks(Choreographer.CALLBACK_COMMIT, frameTimeNanos); in doFrame()
253 mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, runnable, null); in postCommitCallback()