Searched refs:isTransitioning (Results 1 – 6 of 6) sorted by relevance
142 assertThat(mSpiedState.isTransitioning()).isTrue(); in testState_stateEntering_isTransitioning()149 assertThat(mSpiedState.isTransitioning()).isTrue(); in testState_stateExiting_isTransitioning()155 when(mSpiedState.isTransitioning()).thenReturn(true); in testInEnteringState_shouldSkipDupTrigger()165 when(mSpiedState.isTransitioning()).thenReturn(false); in testInActiveState_shouldSkipDupTrigger()175 when(mSpiedState.isTransitioning()).thenReturn(false); in testInActiveState_canExit()184 when(mSpiedState.isTransitioning()).thenReturn(true); in testInEnteringState_shouldSkipExitAction()193 when(mSpiedState.isTransitioning()).thenReturn(true); in testInExitingState_shouldSkipStartAction()202 when(mSpiedState.isTransitioning()).thenReturn(true); in testInExitingState_shouldSkipStopAction()211 when(mSpiedState.isTransitioning()).thenReturn(false); in testInActiveState_disableOHM_shouldStopOHM()
430 when(mSpiedTransitionState.isTransitioning()).thenReturn(false); in testStateActive_shortcutRequestActivate_skipActions()442 when(mSpiedTransitionState.isTransitioning()).thenReturn(false); in testStateNotActive_shortcutRequestInActivate_skipAction()454 when(mSpiedTransitionState.isTransitioning()).thenReturn(false); in testStateNotActive_shortcutRequestActivate_doAction()466 when(mSpiedTransitionState.isTransitioning()).thenReturn(true); in testEnteringTransition_shortcutRequestActivate_skipActions()477 when(mSpiedTransitionState.isTransitioning()).thenReturn(true); in testExitingTransition_shortcutRequestActivate_skipActions()490 when(mSpiedTransitionState.isTransitioning()).thenReturn(false); in testOneHandedDisabled_shortcutTrigger_thenAutoEnabled()503 when(mSpiedTransitionState.isTransitioning()).thenReturn(false); in testControllerInit_tutorialAddStateChangeListener()513 when(mSpiedTransitionState.isTransitioning()).thenReturn(false); in testNotifyEventCallbackWithMainExecutor()526 when(mSpiedTransitionState.isTransitioning()).thenReturn(false); in testNotifyShortcutState_whenSetOneHandedEnabled()538 when(mSpiedTransitionState.isTransitioning()).thenReturn(false); in testNotifyExpandNotification_withNullCheckProtection()[all …]
81 public boolean isTransitioning() { in isTransitioning() method in OneHandedState
372 if (mState.isTransitioning() || mState.isInOneHanded()) { in startOneHanded()398 if (mState.isTransitioning() || mState.getState() == STATE_NONE) { in stopOneHanded()
221 public void setTransitioning(boolean isTransitioning) { in setTransitioning() argument222 mIsTransitioning = isTransitioning; in setTransitioning()223 setDescendantFocusability(isTransitioning ? FOCUS_BLOCK_DESCENDANTS in setTransitioning()
983 final boolean isTransitioning = in resetLayoutLocked()989 if (isTransitioning) { in resetLayoutLocked()