Home
last modified time | relevance | path

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

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