Searched defs:getRunQueue (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1707 getRunQueue().executeActions(mAttachInfo.mHandler);
2534 getRunQueue().post(new Runnable() {
7640 static HandlerActionQueue getRunQueue() { method in class:ViewRootImpl
H A DView.java15738 private HandlerActionQueue getRunQueue() { method in class:View
15785 getRunQueue().post(action);
15816 getRunQueue().postDelayed(action, delayMillis);
15837 getRunQueue().post(action);
15861 getRunQueue().postDelayed(action, delayMillis);
15888 getRunQueue().removeCallbacks(action);
19857 getRunQueue().postDelayed(what, delay);
19875 getRunQueue().removeCallbacks(what);

Completed in 105 milliseconds