Searched refs:FRAME_CALLBACK_TOKEN (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DChoreographer.java122 private static final Object FRAME_CALLBACK_TOKEN = new Object() { field in class:Choreographer
123 public String toString() { return "FRAME_CALLBACK_TOKEN"; }
406 callback, FRAME_CALLBACK_TOKEN, delayMillis);
422 removeCallbacksInternal(CALLBACK_ANIMATION, callback, FRAME_CALLBACK_TOKEN);
758 if (token == FRAME_CALLBACK_TOKEN) {

Completed in 80 milliseconds