Home
last modified time | relevance | path

Searched refs:getRunQueue (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DView.java13891 private HandlerActionQueue getRunQueue() { in getRunQueue() method
13938 getRunQueue().post(action); in post()
13969 getRunQueue().postDelayed(action, delayMillis); in postDelayed()
13990 getRunQueue().post(action); in postOnAnimation()
14014 getRunQueue().postDelayed(action, delayMillis); in postOnAnimationDelayed()
14041 getRunQueue().removeCallbacks(action); in removeCallbacks()
17831 getRunQueue().postDelayed(what, delay); in scheduleDrawable()
17849 getRunQueue().removeCallbacks(what); in unscheduleDrawable()
DViewRootImpl.java1565 getRunQueue().executeActions(mAttachInfo.mHandler); in performTraversals()
2379 getRunQueue().post(new Runnable() { in performLayout()
7164 static HandlerActionQueue getRunQueue() { in getRunQueue() method in ViewRootImpl