Home
last modified time | relevance | path

Searched refs:handlerAction (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DHandlerActionQueue.java37 final HandlerAction handlerAction = new HandlerAction(action, delayMillis); in postDelayed() local
43 mActions = GrowingArrayUtils.append(mActions, mCount, handlerAction); in postDelayed()
84 final HandlerAction handlerAction = actions[i]; in executeActions() local
85 handler.postDelayed(handlerAction.action, handlerAction.delay); in executeActions()