Searched refs:getStateAfter (Results 1 – 2 of 2) sorted by relevance
123 State next = getStateAfter(event); in handleLifecycleEvent()235 static State getStateAfter(Event event) { in getStateAfter() method in LifecycleRegistry308 pushParentState(getStateAfter(event)); in backwardPass()353 State newState = getStateAfter(event); in dispatchEvent()
589 when(mLifecycle.getCurrentState()).thenReturn(LifecycleRegistry.getStateAfter(event)); in dispatchEvent()