Searched refs:HandlerActionQueue (Results 1 – 5 of 5) sorted by relevance
27 HandlerActionQueue runQueue = new HandlerActionQueue(); in testPostAndRemove()
32 /*package*/ static void postDelayed(HandlerActionQueue thisQueue, Runnable action, long in postDelayed()
28 public class HandlerActionQueue { class
224 static final ThreadLocal<HandlerActionQueue> sRunQueues = new ThreadLocal<HandlerActionQueue>();8549 static HandlerActionQueue getRunQueue() { in getRunQueue()8550 HandlerActionQueue rq = sRunQueues.get(); in getRunQueue()8554 rq = new HandlerActionQueue(); in getRunQueue()
3765 android.view.HandlerActionQueue$HandlerAction3766 android.view.HandlerActionQueue