Searched defs:startDrag (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragController.java177 public void startDrag(View v, Bitmap bmp, DragSource source, Object dragInfo, int dragAction, method in class:DragController
188 startDrag(bmp, dragLayerX, dragLayerY, source, dragInfo, dragAction, null,
210 public void startDrag(Bitmap b, int dragLayerX, int dragLayerY, method in class:DragController
H A DWorkspace.java1873 void startDrag(CellLayout.CellInfo cellInfo) { method in class:Workspace
1938 mDragController.startDrag(b, dragLayerX, dragLayerY, source, child.getTag(),
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragController.java173 public void startDrag(View v, Bitmap bmp, DragSource source, Object dragInfo, int dragAction, method in class:DragController
184 startDrag(bmp, dragLayerX, dragLayerY, source, dragInfo, dragAction, null,
206 public void startDrag(Bitmap b, int dragLayerX, int dragLayerY, method in class:DragController
H A DWorkspace.java2380 void startDrag(CellLayout.CellInfo cellInfo) { method in class:Workspace
2443 mDragController.startDrag(b, dragLayerX, dragLayerY, source, child.getTag(),

Completed in 160 milliseconds