Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemLongClickListener.java76 CellLayout.CellInfo longClickCellInfo = new CellLayout.CellInfo(v, info); in beginDrag() local
77 launcher.getWorkspace().startDrag(longClickCellInfo, dragOptions); in beginDrag()