Home
last modified time | relevance | path

Searched refs:setTouchExplorationEnabled (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DAccessibilityShortcutsTutorialTest.java264 setTouchExplorationEnabled(true); in createAccessibilityTutorialDialog_qsShortcut_inSuwTalkbackOn_verifyText()
295 setTouchExplorationEnabled(true); in createAccessibilityTutorialDialog_qsShortcut_notInSuwTalkbackOn_verifyText()
320 setTouchExplorationEnabled(false); in createAccessibilityTutorialDialog_qsShortcut_inSuwTalkbackOff_verifyText()
350 setTouchExplorationEnabled(false); in createAccessibilityTutorialDialog_qsShortcut_notInSuwTalkbackOff_verifyText()
482 setTouchExplorationEnabled(true); in createAccessibilityTutorialDialog_gestureShortcut_talkbackOn_verifyText()
509 setTouchExplorationEnabled(true); in createAccessibilityTutorialDialog_gestureShortcut_talkbackOn_flag_verifyText()
535 setTouchExplorationEnabled(false); in createAccessibilityTutorialDialog_gestureShortcut_talkbackOff_verifyText()
561 setTouchExplorationEnabled(false); in createAccessibilityTutorialDialog_gestureShortcut_talkbackOff_flag_verifyText()
643 private void setTouchExplorationEnabled(boolean enable) { in setTouchExplorationEnabled() method in AccessibilityShortcutsTutorialTest
646 am.setTouchExplorationEnabled(enable); in setTouchExplorationEnabled()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/shortcuts/
DEditShortcutsPreferenceFragmentTest.java398 am.setTouchExplorationEnabled(true); in fragmentResumed_enableTouchExploration_gestureShortcutOptionSummaryUpdated()
417 am.setTouchExplorationEnabled(true); in fragmentResumed_enableTouchExploration_gestureFlag_gestureSummaryUpdated()
439 am.setTouchExplorationEnabled(true); in fragmentPaused_enableTouchExploration_gestureShortcutOptionSummaryNotUpdated()
458 am.setTouchExplorationEnabled(true); in fragmentPaused_enableTouchExploration_gestureFlag_gestureSummaryNotUpdated()
477 am.setTouchExplorationEnabled(true); in fragmentResumed_enableTouchExploration_qsShortcutOptionSummaryUpdated()
496 am.setTouchExplorationEnabled(true); in fragmentPaused_enableTouchExploration_qsShortcutOptionSummaryNotUpdated()
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DHighlightablePreferenceGroupAdapterTest.java110 am.setTouchExplorationEnabled(true); in requestHighlight_enableTouchExploration_shouldHaveA11yHighlightDelay()