Searched refs:HandlerAction (Results 1 – 2 of 2) sorted by relevance
29 private HandlerAction[] mActions;37 final HandlerAction handlerAction = new HandlerAction(action, delayMillis); in postDelayed()41 mActions = new HandlerAction[4]; in postDelayed()53 final HandlerAction[] actions = mActions; in removeCallbacks()82 final HandlerAction[] actions = mActions; in executeActions()84 final HandlerAction handlerAction = actions[i]; in executeActions()111 private static class HandlerAction { class in HandlerActionQueue115 public HandlerAction(Runnable action, long delay) { in HandlerAction() method in HandlerActionQueue.HandlerAction
3765 android.view.HandlerActionQueue$HandlerAction