HomeSort by relevance Sort by last modified time
    Searched defs:dragInfo (Results 1 - 8 of 8) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
DropTarget.java 52 public Object dragInfo = null;
125 * @param dragInfo Data associated with the object being dragged
156 * @param dragInfo Data associated with the object being dragged
174 * @param dragInfo Data associated with the object being dragged
DragController.java 171 * @param dragInfo The data associated with the object that is being dragged
177 public void startDrag(View v, Bitmap bmp, DragSource source, Object dragInfo, int dragAction,
188 startDrag(bmp, dragLayerX, dragLayerY, source, dragInfo, dragAction, null,
204 * @param dragInfo The data associated with the object that is being dragged
211 DragSource source, Object dragInfo, int dragAction, Point dragOffset, Rect dragRegion,
225 listener.onDragStart(source, dragInfo, dragAction);
242 mDragObject.dragInfo = dragInfo;
334 Object rawDragInfo = mDragObject.dragInfo;
336 ShortcutInfo dragInfo = (ShortcutInfo) rawDragInfo
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DropTarget.java 52 public Object dragInfo = null;
125 * @param dragInfo Data associated with the object being dragged
155 * @param dragInfo Data associated with the object being dragged
DragController.java 167 * @param dragInfo The data associated with the object that is being dragged
173 public void startDrag(View v, Bitmap bmp, DragSource source, Object dragInfo, int dragAction,
184 startDrag(bmp, dragLayerX, dragLayerY, source, dragInfo, dragAction, null,
200 * @param dragInfo The data associated with the object that is being dragged
207 DragSource source, Object dragInfo, int dragAction, Point dragOffset, Rect dragRegion,
221 listener.onDragStart(source, dragInfo, dragAction);
238 mDragObject.dragInfo = dragInfo;
329 Object rawDragInfo = mDragObject.dragInfo;
331 ShortcutInfo dragInfo = (ShortcutInfo) rawDragInfo
    [all...]
Workspace.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 466 GlobalCanvasDragInfo dragInfo = GlobalCanvasDragInfo.getInstance();
468 SelectionItem[] selection = dragInfo.getCurrentSelection();
479 } else if (dragInfo.getSourceCanvas() != null) {
551 GlobalCanvasDragInfo dragInfo = GlobalCanvasDragInfo.getInstance();
553 Rect controlDragBounds = dragInfo.getDragBounds();
565 int baseline = dragInfo.getDragBaseline();
    [all...]
GestureManager.java     [all...]
PaletteControl.java 788 GlobalCanvasDragInfo dragInfo = GlobalCanvasDragInfo.getInstance();
789 dragInfo.startDrag(
794 dragInfo.setDragBounds(dragBounds);
795 dragInfo.setDragBaseline(mBaseline);
    [all...]

Completed in 2830 milliseconds