Searched refs:postExecutionState (Results 1 – 2 of 2) sorted by relevance
133 int postExecutionState) { in getClosestPreExecutionState() argument134 switch (postExecutionState) { in getClosestPreExecutionState()141 + postExecutionState + " is not supported."); in getClosestPreExecutionState()234 final int postExecutionState = callback.getPostExecutionState(); in lastCallbackRequestingState() local235 if (postExecutionState != UNDEFINED) { in lastCallbackRequestingState()237 if (lastRequestedState == UNDEFINED || lastRequestedState == postExecutionState) { in lastCallbackRequestingState()241 lastRequestedState = postExecutionState; in lastCallbackRequestingState()
128 final int postExecutionState = item.getPostExecutionState(); in executeCallbacks() local142 if (postExecutionState != UNDEFINED && r != null) { in executeCallbacks()145 i == lastCallbackRequestingState && finalState == postExecutionState; in executeCallbacks()146 cycleToPath(r, postExecutionState, shouldExcludeLastTransition, transaction); in executeCallbacks()