Home
last modified time | relevance | path

Searched defs:sendCustomAccessibilityEvent (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/compat/
DAccessibilityManagerCompat.java35 public static void sendCustomAccessibilityEvent(View target, int type, String text) { in sendCustomAccessibilityEvent() method in AccessibilityManagerCompat
/packages/apps/Launcher2/src/com/android/launcher2/
DFolder.java450 private void sendCustomAccessibilityEvent(int type, String text) { in sendCustomAccessibilityEvent() method in Folder