Searched refs:isShortcutEnabled (Results 1 – 6 of 6) sorted by relevance
432 when(mSpiedOneHandedController.isShortcutEnabled()).thenReturn(true); in testStateActive_shortcutRequestActivate_skipActions()444 when(mSpiedOneHandedController.isShortcutEnabled()).thenReturn(true); in testStateNotActive_shortcutRequestInActivate_skipAction()456 when(mSpiedOneHandedController.isShortcutEnabled()).thenReturn(true); in testStateNotActive_shortcutRequestActivate_doAction()468 when(mSpiedOneHandedController.isShortcutEnabled()).thenReturn(true); in testEnteringTransition_shortcutRequestActivate_skipActions()479 when(mSpiedOneHandedController.isShortcutEnabled()).thenReturn(true); in testExitingTransition_shortcutRequestActivate_skipActions()488 when(mSpiedOneHandedController.isShortcutEnabled()).thenReturn(true); in testOneHandedDisabled_shortcutTrigger_thenAutoEnabled()514 when(mSpiedOneHandedController.isShortcutEnabled()).thenReturn(true); in testNotifyEventCallbackWithMainExecutor()552 when(mSpiedOneHandedController.isShortcutEnabled()).thenReturn(true); in testShortcutEnable_ableToAutoEnableOneHandedMode()
90 holder.mCheckBoxView.setChecked(isEditMenuMode && isShortcutEnabled()); in updateActionItem()153 public boolean isShortcutEnabled() { in isShortcutEnabled() method in AccessibilityTarget
112 if (!target.isShortcutEnabled()) { in onTargetChecked()127 target.onCheckedChanged(!target.isShortcutEnabled()); in onTargetChecked()
59 final boolean enabled = isAllowed || (isEditMenuMode && isShortcutEnabled()); in updateActionItem()
61 final boolean enabled = isAllowed || (isEditMenuMode && isShortcutEnabled()); in updateActionItem()
352 if (!isShortcutEnabled()) { in notifyShortcutStateChanged()498 if (!isShortcutEnabled()) {577 boolean isShortcutEnabled() {660 pw.println(isShortcutEnabled());