Home
last modified time | relevance | path

Searched refs:mTouchExplorationStateChangeListener (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DAccessibilityButtonPreviewPreferenceController.java54 mTouchExplorationStateChangeListener; field in AccessibilityButtonPreviewPreferenceController
65 mTouchExplorationStateChangeListener = isTouchExplorationEnabled -> { in AccessibilityButtonPreviewPreferenceController()
86 am.addTouchExplorationStateChangeListener(mTouchExplorationStateChangeListener); in onResume()
102 am.removeTouchExplorationStateChangeListener(mTouchExplorationStateChangeListener); in onPause()
H A DAccessibilityShortcutPreferenceFragment.java66 mTouchExplorationStateChangeListener; field in AccessibilityShortcutPreferenceFragment
121 mTouchExplorationStateChangeListener = isTouchExplorationEnabled -> { in onCreateView()
134 am.addTouchExplorationStateChangeListener(mTouchExplorationStateChangeListener); in onResume()
144 am.removeTouchExplorationStateChangeListener(mTouchExplorationStateChangeListener); in onPause()
H A DToggleScreenMagnificationPreferenceFragment.java66 private TouchExplorationStateChangeListener mTouchExplorationStateChangeListener; field in ToggleScreenMagnificationPreferenceFragment
93 mTouchExplorationStateChangeListener = isTouchExplorationEnabled -> { in onCreateView()
119 am.addTouchExplorationStateChangeListener(mTouchExplorationStateChangeListener); in onResume()
126 am.removeTouchExplorationStateChangeListener(mTouchExplorationStateChangeListener); in onPause()
H A DToggleFeaturePreferenceFragment.java101 private TouchExplorationStateChangeListener mTouchExplorationStateChangeListener; field in ToggleFeaturePreferenceFragment
181 mTouchExplorationStateChangeListener = isTouchExplorationEnabled -> { in onCreateView()
205 am.addTouchExplorationStateChangeListener(mTouchExplorationStateChangeListener); in onResume()
217 am.removeTouchExplorationStateChangeListener(mTouchExplorationStateChangeListener); in onPause()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsController.java376 mTouchExplorationStateChangeListener = enabled -> updateTouchListener(); field in UdfpsController
823 mTouchExplorationStateChangeListener); in showUdfpsOverlay()
914 mTouchExplorationStateChangeListener); in hideUdfpsOverlay()