Home | History | Annotate | Download | only in launcher2

Lines Matching refs:dragInfo

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;
339 if (dragInfo != null &&
340 dragInfo.intent != null) {
342 dragInfo.intent.getComponent().equals(info.componentName);