Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/servertransaction/
DTransactionExecutorHelper.java133 int postExecutionState) { in getClosestPreExecutionState() argument
134 switch (postExecutionState) { in getClosestPreExecutionState()
141 + postExecutionState + " is not supported."); in getClosestPreExecutionState()
234 final int postExecutionState = callback.getPostExecutionState(); in lastCallbackRequestingState() local
235 if (postExecutionState != UNDEFINED) { in lastCallbackRequestingState()
237 if (lastRequestedState == UNDEFINED || lastRequestedState == postExecutionState) { in lastCallbackRequestingState()
241 lastRequestedState = postExecutionState; in lastCallbackRequestingState()
DTransactionExecutor.java128 final int postExecutionState = item.getPostExecutionState(); in executeCallbacks() local
142 if (postExecutionState != UNDEFINED && r != null) { in executeCallbacks()
145 i == lastCallbackRequestingState && finalState == postExecutionState; in executeCallbacks()
146 cycleToPath(r, postExecutionState, shouldExcludeLastTransition, transaction); in executeCallbacks()