Home | History | Annotate | Download | only in launcher3

Lines Matching refs:DragObject

2357     public boolean acceptDrop(DragObject d) {
2546 float distance, DragObject d, boolean external) {
2571 public void onDrop(final DragObject d) {
2795 public void onDragEnter(DragObject d) {
2853 public void onDragExit(DragObject d) {
3103 private boolean isDragWidget(DragObject d) {
3107 private boolean isExternalDragWidget(DragObject d) {
3111 public void onDragOver(DragObject d) {
3120 throw new NullPointerException("DragObject has null info");
3384 final CellLayout cellLayout, boolean insertAtFirst, DragObject d) {
3722 public void onDropCompleted(final View target, final DragObject d,
3873 public void onFlingToDelete(DragObject d, PointF vec) {