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

  /packages/apps/Launcher2/src/com/android/launcher2/
DropTarget.java 47 public Object dragInfo = null;
80 * @param dragInfo Data associated with the object being dragged
104 * @param dragInfo Data associated with the object being dragged
122 * @param dragInfo Data associated with the object being dragged
DragController.java 154 * @param dragInfo The data associated with the object that is being dragged
158 public void startDrag(View v, DragSource source, Object dragInfo, int dragAction) {
159 startDrag(v, source, dragInfo, dragAction, null);
167 * @param dragInfo The data associated with the object that is being dragged
173 public void startDrag(View v, DragSource source, Object dragInfo, int dragAction,
187 startDrag(b, dragLayerX, dragLayerY, source, dragInfo, dragAction, null, dragRegion);
201 * @param dragInfo The data associated with the object that is being dragged
207 public void startDrag(View v, Bitmap bmp, DragSource source, Object dragInfo, int dragAction,
214 startDrag(bmp, dragLayerX, dragLayerY, source, dragInfo, dragAction, null, dragRegion);
229 * @param dragInfo The data associated with the object that is being dragge
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 458 GlobalCanvasDragInfo dragInfo = GlobalCanvasDragInfo.getInstance();
460 SelectionItem[] selection = dragInfo.getCurrentSelection();
471 } else if (dragInfo.getSourceCanvas() != null) {
543 GlobalCanvasDragInfo dragInfo = GlobalCanvasDragInfo.getInstance();
545 Rect controlDragBounds = dragInfo.getDragBounds();
557 int baseline = dragInfo.getDragBaseline();
    [all...]
GestureManager.java     [all...]
PaletteControl.java 767 GlobalCanvasDragInfo dragInfo = GlobalCanvasDragInfo.getInstance();
768 dragInfo.startDrag(
773 dragInfo.setDragBounds(dragBounds);
774 dragInfo.setDragBaseline(mBaseline);
    [all...]

Completed in 113 milliseconds