Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DAccessibleDragListenerAdapter.java40 private final Function<CellLayout, DragAndDropAccessibilityDelegate> mDelegateFactory; field in AccessibleDragListenerAdapter
49 mDelegateFactory = delegateFactory; in AccessibleDragListenerAdapter()
87 layout.setDragAndDropAccessibilityDelegate(enable ? mDelegateFactory.apply(layout) : null); in setEnableForLayout()