Searched refs:postFrameCallbackDelayed (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/native/android/ |
D | choreographer.cpp | 53 void postFrameCallbackDelayed(AChoreographer_frameCallback cb, void* data, nsecs_t delay); 108 postFrameCallbackDelayed(cb, data, 0); in postFrameCallback() 111 void Choreographer::postFrameCallbackDelayed( in postFrameCallbackDelayed() function in android::Choreographer 203 AChoreographer_to_Choreographer(choreographer)->postFrameCallbackDelayed( in AChoreographer_postFrameCallbackDelayed()
|
/frameworks/base/core/java/android/view/ |
D | Choreographer.java | 444 postFrameCallbackDelayed(callback, 0); in postFrameCallback() 459 public void postFrameCallbackDelayed(FrameCallback callback, long delayMillis) { in postFrameCallbackDelayed() method in Choreographer
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 10269 mChoreographer.postFrameCallbackDelayed(mRestartCallback, MARQUEE_DELAY); in tick()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32044 method public void postFrameCallbackDelayed(android.view.Choreographer.FrameCallback, long);
|
/frameworks/base/api/ |
D | current.txt | 40728 method public void postFrameCallbackDelayed(android.view.Choreographer.FrameCallback, long);
|
D | system-current.txt | 43728 method public void postFrameCallbackDelayed(android.view.Choreographer.FrameCallback, long);
|
D | test-current.txt | 40807 method public void postFrameCallbackDelayed(android.view.Choreographer.FrameCallback, long);
|