Searched refs:HandlerActionQueue (Results 1 – 8 of 8) sorted by relevance
26 HandlerActionQueue runQueue = new HandlerActionQueue(); in testPostAndRemove()
32 /*package*/ static void postDelayed(HandlerActionQueue thisQueue, Runnable action, long in postDelayed()
28 public class HandlerActionQueue { class
164 static final ThreadLocal<HandlerActionQueue> sRunQueues = new ThreadLocal<HandlerActionQueue>();7613 static HandlerActionQueue getRunQueue() { in getRunQueue()7614 HandlerActionQueue rq = sRunQueues.get(); in getRunQueue()7618 rq = new HandlerActionQueue(); in getRunQueue()
4499 private HandlerActionQueue mRunQueue;15670 private HandlerActionQueue getRunQueue() {15672 mRunQueue = new HandlerActionQueue();
176 [Landroid.view.HandlerActionQueue$HandlerAction;2384 android.view.HandlerActionQueue2385 android.view.HandlerActionQueue$HandlerAction
4337 android.view.HandlerActionQueue4338 android.view.HandlerActionQueue$HandlerAction
2731 Landroid/view/HandlerActionQueue;