Searched refs:STATE_EXITING (Results 1 – 5 of 5) sorted by relevance
39 public static final int STATE_EXITING = 3; field in OneHandedState45 STATE_EXITING82 return sCurrentState == STATE_ENTERING || sCurrentState == STATE_EXITING; in isTransitioning()
25 import static com.android.wm.shell.onehanded.OneHandedState.STATE_EXITING;137 case STATE_EXITING: in onStateChanged()
25 import static com.android.wm.shell.onehanded.OneHandedState.STATE_EXITING;401 mState.setState(STATE_EXITING); in stopOneHanded()
21 import static com.android.wm.shell.onehanded.OneHandedState.STATE_EXITING;147 mSpiedState.setState(STATE_EXITING); in testState_stateExiting_isTransitioning()178 verify(mSpiedState).setState(STATE_EXITING); in testInActiveState_canExit()192 when(mSpiedState.getState()).thenReturn(STATE_EXITING); in testInExitingState_shouldSkipStartAction()201 when(mSpiedState.getState()).thenReturn(STATE_EXITING); in testInExitingState_shouldSkipStopAction()
21 import static com.android.wm.shell.onehanded.OneHandedState.STATE_EXITING;471 verify(mSpiedTransitionState, never()).setState(STATE_EXITING); in testEnteringTransition_shortcutRequestActivate_skipActions()476 when(mSpiedTransitionState.getState()).thenReturn(STATE_EXITING); in testExitingTransition_shortcutRequestActivate_skipActions()