Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DWMShell.java189 mDragAndDropOptional.ifPresent(this::initDragAndDrop); in start()
404 void initDragAndDrop(DragAndDrop dragAndDrop) { in initDragAndDrop() method in WMShell