Searched refs:getRunQueue (Results 1 – 2 of 2) sorted by relevance
13891 private HandlerActionQueue getRunQueue() { in getRunQueue() method13938 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()
1565 getRunQueue().executeActions(mAttachInfo.mHandler); in performTraversals()2379 getRunQueue().post(new Runnable() { in performLayout()7164 static HandlerActionQueue getRunQueue() { in getRunQueue() method in ViewRootImpl