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

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

Completed in 34 milliseconds