Home
last modified time | relevance | path

Searched refs:TouchExplorationStateChangeListener (Results 1 – 10 of 10) sorted by relevance

/frameworks/layoutlib/bridge/src/android/view/accessibility/
DAccessibilityManager.java69 public interface TouchExplorationStateChangeListener { interface in AccessibilityManager
304 @NonNull TouchExplorationStateChangeListener listener) { in addTouchExplorationStateChangeListener()
318 @NonNull TouchExplorationStateChangeListener listener, @Nullable Handler handler) {} in addTouchExplorationStateChangeListener()
327 @NonNull TouchExplorationStateChangeListener listener) { in removeTouchExplorationStateChangeListener()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityManager.java196 private final ArrayMap<TouchExplorationStateChangeListener, Handler>
231 public interface TouchExplorationStateChangeListener { interface in AccessibilityManager
775 @NonNull TouchExplorationStateChangeListener listener) { in addTouchExplorationStateChangeListener()
790 @NonNull TouchExplorationStateChangeListener listener, @Nullable Handler handler) { in addTouchExplorationStateChangeListener()
804 @NonNull TouchExplorationStateChangeListener listener) { in removeTouchExplorationStateChangeListener()
1314 final ArrayMap<TouchExplorationStateChangeListener, Handler> listeners; in notifyTouchExplorationStateChanged()
1325 final TouchExplorationStateChangeListener listener = listeners.keyAt(i); in notifyTouchExplorationStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DAccessibilityController.java34 AccessibilityManager.TouchExplorationStateChangeListener {
/frameworks/base/core/tests/coretests/src/android/view/
DAccessibilityInteractionControllerTest.java174 final AccessibilityManager.TouchExplorationStateChangeListener listener = status -> { in enableTouchExploration()
/frameworks/base/config/
Ddirty-image-objects216 android.view.accessibility.AccessibilityManager$TouchExplorationStateChangeListener
Dpreloaded-classes4027 android.view.accessibility.AccessibilityManager$TouchExplorationStateChangeListener
Dboot-image-profile.txt17861 …ngeListener(Landroid/view/accessibility/AccessibilityManager$TouchExplorationStateChangeListener;)Z
17862 …eListener(Landroid/view/accessibility/AccessibilityManager$TouchExplorationStateChangeListener;Lan…
36742 Landroid/view/accessibility/AccessibilityManager$TouchExplorationStateChangeListener;
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java180 implements AccessibilityManager.TouchExplorationStateChangeListener,
/frameworks/base/api/
Dcurrent.txt52030 …ener(@NonNull android.view.accessibility.AccessibilityManager.TouchExplorationStateChangeListener);
52031 …r(@NonNull android.view.accessibility.AccessibilityManager.TouchExplorationStateChangeListener, @N…
52042 …ener(@NonNull android.view.accessibility.AccessibilityManager.TouchExplorationStateChangeListener);
52053 public static interface AccessibilityManager.TouchExplorationStateChangeListener {
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34872 …hangeListener(android.view.accessibility.AccessibilityManager.TouchExplorationStateChangeListener);
34880 …hangeListener(android.view.accessibility.AccessibilityManager.TouchExplorationStateChangeListener);
34888 public static abstract interface AccessibilityManager.TouchExplorationStateChangeListener {