Home
last modified time | relevance | path

Searched refs:notifyAccessibilityButtonLongClicked (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/
H A DISystemUiProxy.aidl89 void notifyAccessibilityButtonLongClicked() = 16; in notifyAccessibilityButtonLongClicked() method
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarNavButtonController.java191 mSystemUiProxy.notifyAccessibilityButtonLongClicked(); in notifyA11yClick()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
H A DAccessibilityInputConsumer.java129 SystemUiProxy.INSTANCE.get(mContext).notifyAccessibilityButtonLongClicked(); in onMotionEvent()
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/taskbar/
H A DTaskbarNavButtonControllerTest.java79 verify(mockSystemUiProxy, times(1)).notifyAccessibilityButtonLongClicked(); in testPressA11yLongClick()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSystemUiProxy.java350 public void notifyAccessibilityButtonLongClicked() { in notifyAccessibilityButtonLongClicked() method in SystemUiProxy
353 mSystemUiProxy.notifyAccessibilityButtonLongClicked(); in notifyAccessibilityButtonLongClicked()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java340 public void notifyAccessibilityButtonLongClicked() {