Searched refs:isTouchExplorationEnabled (Results 1 – 7 of 7) sorted by relevance
689 if (isTouchExplorationEnabled(manager) == enable) { in toggleTouchExploration()717 assertThat(isTouchExplorationEnabled(manager)).isTrue(); in toggleTouchExploration()719 assertThat(isTouchExplorationEnabled(manager)).isFalse(); in toggleTouchExploration()724 private static boolean isTouchExplorationEnabled(AccessibilityManager manager) { in isTouchExplorationEnabled() method in InlineLoginActivityTest725 return manager.isEnabled() && manager.isTouchExplorationEnabled(); in isTouchExplorationEnabled()
207 return mAccessibilityManager.isTouchExplorationEnabled(); in testIsTouchExplorationEnabled()438 mAccessibilityManager.isTouchExplorationEnabled()); in testTouchExplorationListenerNoHandler()443 mAccessibilityManager.isTouchExplorationEnabled()); in testTouchExplorationListenerNoHandler()464 mAccessibilityManager.isTouchExplorationEnabled()); in testTouchExplorationListenerWithHandler()469 mAccessibilityManager.isTouchExplorationEnabled()); in testTouchExplorationListenerWithHandler()
57 enabled == manager.isTouchExplorationEnabled() in setTouchExplorationEnabled()
164 manager.isEnabled() && manager.isTouchExplorationEnabled()); in testOnTouchExplorationHoverEvent_whenA11yEbtDisabled_receiveNoEvent()
1150 assertThat(mProxyActivityA11yManager.isTouchExplorationEnabled()).isFalse(); in testOnTouchExplorationStateChanged_registerUnregisterProxy_resetsProxiedAppState()1760 assertThat(mProxyActivityA11yManager.isTouchExplorationEnabled()).isTrue(); in registerProxyAndEnableTouchExploration()
2389 manager.isEnabled() && manager.isTouchExplorationEnabled()); in enableTouchExploration()2394 manager.isEnabled() && manager.isTouchExplorationEnabled()); in enableTouchExploration()
54811 method public boolean isTouchExplorationEnabled();