Home | History | Annotate | Download | only in launcher3

Lines Matching refs:dragInfo

174      * @param dragInfo The data associated with the object that is being dragged
181 public void startDrag(View v, Bitmap bmp, DragSource source, Object dragInfo,
190 startDrag(bmp, dragLayerX, dragLayerY, source, dragInfo, dragAction, null,
206 * @param dragInfo The data associated with the object that is being dragged
214 DragSource source, Object dragInfo, int dragAction, Point dragOffset, Rect dragRegion,
228 listener.onDragStart(source, dragInfo, dragAction);
258 mDragObject.dragInfo = dragInfo;
348 Object rawDragInfo = mDragObject.dragInfo;
350 ShortcutInfo dragInfo = (ShortcutInfo) rawDragInfo;
352 if (dragInfo.intent != null) {
353 ComponentName cn = dragInfo.intent.getComponent();
467 if (!DeleteDropTarget.supportsDrop(mDragObject.dragInfo)) {
619 if (!DeleteDropTarget.supportsDrop(mDragObject.dragInfo)) {