Searched refs:isShortcutEnabled (Results 1 – 4 of 4) sorted by relevance
392 when(mSpiedOneHandedController.isShortcutEnabled()).thenReturn(true); in testStateActive_shortcutRequestActivate_skipActions()404 when(mSpiedOneHandedController.isShortcutEnabled()).thenReturn(true); in testStateNotActive_shortcutRequestInActivate_skipAction()416 when(mSpiedOneHandedController.isShortcutEnabled()).thenReturn(true); in testStateNotActive_shortcutRequestActivate_doAction()428 when(mSpiedOneHandedController.isShortcutEnabled()).thenReturn(true); in testEnteringTransition_shortcutRequestActivate_skipActions()439 when(mSpiedOneHandedController.isShortcutEnabled()).thenReturn(true); in testExitingTransition_shortcutRequestActivate_skipActions()448 when(mSpiedOneHandedController.isShortcutEnabled()).thenReturn(true); in testOneHandedDisabled_shortcutTrigger_thenAutoEnabled()474 when(mSpiedOneHandedController.isShortcutEnabled()).thenReturn(true); in testNotifyEventCallbackWithMainExecutor()512 when(mSpiedOneHandedController.isShortcutEnabled()).thenReturn(true); in testShortcutEnable_ableToAutoEnableOneHandedMode()
76 holder.mCheckBoxView.setChecked(isEditMenuMode && isShortcutEnabled()); in updateActionItem()135 public boolean isShortcutEnabled() { in isShortcutEnabled() method in AccessibilityTarget
104 if ((target instanceof AccessibilityServiceTarget) && !target.isShortcutEnabled()) { in onTargetChecked()118 target.onCheckedChanged(!target.isShortcutEnabled()); in onTargetChecked()
339 if (!isShortcutEnabled()) { in notifyShortcutStateChanged()481 if (!isShortcutEnabled()) {565 boolean isShortcutEnabled() {684 pw.println(isShortcutEnabled());