Home
last modified time | relevance | path

Searched refs:postFrameCallbackDelayed (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/native/android/
Dchoreographer.cpp54 void postFrameCallbackDelayed(AChoreographer_frameCallback cb,
111 void Choreographer::postFrameCallbackDelayed( in postFrameCallbackDelayed() function in android::Choreographer
208 AChoreographer_to_Choreographer(choreographer)->postFrameCallbackDelayed( in AChoreographer_postFrameCallback()
213 AChoreographer_to_Choreographer(choreographer)->postFrameCallbackDelayed( in AChoreographer_postFrameCallbackDelayed()
218 AChoreographer_to_Choreographer(choreographer)->postFrameCallbackDelayed( in AChoreographer_postFrameCallback64()
223 AChoreographer_to_Choreographer(choreographer)->postFrameCallbackDelayed( in AChoreographer_postFrameCallbackDelayed64()
/frameworks/opt/gamesdk/src/extras/src/main/java/com/google/androidgamesdk/
DChoreographerCallback.java42 public void postFrameCallbackDelayed(long delayMillis) { in postFrameCallbackDelayed() method in ChoreographerCallback
43 Choreographer.getInstance().postFrameCallbackDelayed(this, delayMillis); in postFrameCallbackDelayed()
/frameworks/base/core/java/android/view/
DChoreographer.java519 postFrameCallbackDelayed(callback, 0); in postFrameCallback()
534 public void postFrameCallbackDelayed(FrameCallback callback, long delayMillis) { in postFrameCallbackDelayed() method in Choreographer
/frameworks/base/core/java/android/widget/
DTextView.java13290 mChoreographer.postFrameCallbackDelayed(mRestartCallback, MARQUEE_DELAY); in tick()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32044 method public void postFrameCallbackDelayed(android.view.Choreographer.FrameCallback, long);
/frameworks/base/api/
Dcurrent.txt48544 method public void postFrameCallbackDelayed(android.view.Choreographer.FrameCallback, long);