Home
last modified time | relevance | path

Searched refs:isTransitioning (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/onehanded/
DOneHandedStateTest.java143 assertThat(mSpiedState.isTransitioning()).isTrue(); in testState_stateEntering_isTransitioning()
150 assertThat(mSpiedState.isTransitioning()).isTrue(); in testState_stateExiting_isTransitioning()
156 when(mSpiedState.isTransitioning()).thenReturn(true); in testInEnteringState_shouldSkipDupTrigger()
166 when(mSpiedState.isTransitioning()).thenReturn(false); in testInActiveState_shouldSkipDupTrigger()
176 when(mSpiedState.isTransitioning()).thenReturn(false); in testInActiveState_canExit()
185 when(mSpiedState.isTransitioning()).thenReturn(true); in testInEnteringState_shouldSkipExitAction()
194 when(mSpiedState.isTransitioning()).thenReturn(true); in testInExitingState_shouldSkipStartAction()
203 when(mSpiedState.isTransitioning()).thenReturn(true); in testInExitingState_shouldSkipStopAction()
212 when(mSpiedState.isTransitioning()).thenReturn(false); in testInActiveState_disableOHM_shouldStopOHM()
DOneHandedControllerTest.java337 when(mSpiedTransitionState.isTransitioning()).thenReturn(false); in testStateActive_shortcutRequestActivate_skipActions()
349 when(mSpiedTransitionState.isTransitioning()).thenReturn(false); in testStateNotActive_shortcutRequestInActivate_skipAction()
361 when(mSpiedTransitionState.isTransitioning()).thenReturn(false); in testStateNotActive_shortcutRequestActivate_doAction()
373 when(mSpiedTransitionState.isTransitioning()).thenReturn(true); in testEnteringTransition_shortcutRequestActivate_skipActions()
384 when(mSpiedTransitionState.isTransitioning()).thenReturn(true); in testExitingTransition_shortcutRequestActivate_skipActions()
397 when(mSpiedTransitionState.isTransitioning()).thenReturn(false); in testOneHandedDisabled_shortcutTrigger_thenAutoEnabled()
410 when(mSpiedTransitionState.isTransitioning()).thenReturn(false); in testControllerInit_tutorialAddStateChangeListener()
420 when(mSpiedTransitionState.isTransitioning()).thenReturn(false); in testNotifyEventCallbackWithMainExecutor()
433 when(mSpiedTransitionState.isTransitioning()).thenReturn(false); in testNotifyShortcutState_whenSetOneHandedEnabled()
445 when(mSpiedTransitionState.isTransitioning()).thenReturn(false); in testNotifyExpandNotification_withNullCheckProtection()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedState.java81 public boolean isTransitioning() { in isTransitioning() method in OneHandedState
DOneHandedController.java377 if (mState.isTransitioning() || mState.isInOneHanded()) { in startOneHanded()
405 if (mState.isTransitioning() || mState.getState() == STATE_NONE) { in stopOneHanded()
639 if (mState.isTransitioning() || delayExecute) {
/frameworks/base/core/java/com/android/internal/widget/
DActionBarContainer.java221 public void setTransitioning(boolean isTransitioning) { in setTransitioning() argument
222 mIsTransitioning = isTransitioning; in setTransitioning()
223 setDescendantFocusability(isTransitioning ? FOCUS_BLOCK_DESCENDANTS in setTransitioning()
/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplayMapper.java619 final boolean isTransitioning = in resetLayoutLocked()
624 if (isTransitioning) { in resetLayoutLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java457 if (mTransitionHelper.isTransitioning()) { in updateWidgets()
521 if (mTransitionHelper.isTransitioning()) {
1041 public boolean isTransitioning() { in isTransitioning() method in ZenModePanel.TransitionHelper
1070 final boolean transitioning = isTransitioning(); in updateTransitioning()