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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1565 getRunQueue().executeActions(mAttachInfo.mHandler);
2384 getRunQueue().post(new Runnable() {
7201 static HandlerActionQueue getRunQueue() { method in class:ViewRootImpl
H A DView.java13889 private HandlerActionQueue getRunQueue() { method in class:View
13936 getRunQueue().post(action);
13967 getRunQueue().postDelayed(action, delayMillis);
13988 getRunQueue().post(action);
14012 getRunQueue().postDelayed(action, delayMillis);
14039 getRunQueue().removeCallbacks(action);
17829 getRunQueue().postDelayed(what, delay);
17847 getRunQueue().removeCallbacks(what);

Completed in 122 milliseconds