Home
last modified time | relevance | path

Searched refs:sendCustomAccessibilityEvent (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DAbstractFloatingView.java24 import static com.android.launcher3.compat.AccessibilityManagerCompat.sendCustomAccessibilityEvent;
177 sendCustomAccessibilityEvent( in announceAccessibilityChanges()
H A DPagedView.java503 AccessibilityManagerCompat.sendCustomAccessibilityEvent(getPageAt(mCurrentPage), in onPageEndTransition()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/compat/
H A DAccessibilityManagerCompat.java49 public static void sendCustomAccessibilityEvent(@Nullable View target, int type, in sendCustomAccessibilityEvent() method in AccessibilityManagerCompat
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DQuickstepLauncher.java28 import static com.android.launcher3.compat.AccessibilityManagerCompat.sendCustomAccessibilityEvent;
279 sendCustomAccessibilityEvent( in onStateSetEnd()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java27 import static com.android.launcher3.compat.AccessibilityManagerCompat.sendCustomAccessibilityEvent;
176 sendCustomAccessibilityEvent( in sendTapOutsideFolderAccessibilityEvent()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java23 import static com.android.launcher3.compat.AccessibilityManagerCompat.sendCustomAccessibilityEvent;
397 sendCustomAccessibilityEvent( in onBackKey()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java2286 AccessibilityManagerCompat.sendCustomAccessibilityEvent(runningTask, in setRunningTaskHidden()