Home
last modified time | relevance | path

Searched refs:setDragAndDropAccessibilityDelegate (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DAccessibleDragListenerAdapter.java85 layout.setDragAndDropAccessibilityDelegate(enable ? mDelegateFactory.apply(layout) : null); in setEnableForLayout()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java320 public void setDragAndDropAccessibilityDelegate(DragAndDropAccessibilityDelegate delegate) { in setDragAndDropAccessibilityDelegate() method in CellLayout