Searched refs:handlerAction (Results 1 – 1 of 1) sorted by relevance
37 final HandlerAction handlerAction = new HandlerAction(action, delayMillis); in postDelayed() local43 mActions = GrowingArrayUtils.append(mActions, mCount, handlerAction); in postDelayed()84 final HandlerAction handlerAction = actions[i]; in executeActions() local85 handler.postDelayed(handlerAction.action, handlerAction.delay); in executeActions()