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