/packages/apps/Launcher/src/com/android/launcher/ |
D | DropTarget.java | 38 void onDrop(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo); in onDrop() 40 void onDragEnter(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo); in onDragEnter() 42 void onDragOver(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo); in onDragOver() 44 void onDragExit(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo); in onDragExit() 61 boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo); in acceptDrop()
|
D | UserFolder.java | 31 Object dragInfo) { in acceptDrop() 38 …pLocation(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo, Rect recycle… in estimateDropLocation() 42 public void onDrop(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo) { in onDrop() 49 …blic void onDragEnter(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo) { in onDragEnter() 52 …ublic void onDragOver(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo) { in onDragOver() 55 …ublic void onDragExit(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo) { in onDragExit()
|
D | FolderIcon.java | 65 Object dragInfo) { in acceptDrop() 73 …pLocation(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo, Rect recycle… in estimateDropLocation() 77 public void onDrop(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo) { in onDrop() 85 Object dragInfo) { in onDragEnter() 90 Object dragInfo) { in onDragOver() 94 Object dragInfo) { in onDragExit()
|
D | LiveFolderIcon.java | 57 …ic boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo) { in acceptDrop() 62 public void onDrop(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo) { in onDrop() 66 …blic void onDragEnter(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo) { in onDragEnter() 70 …ublic void onDragOver(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo) { in onDragOver() 74 …ublic void onDragExit(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo) { in onDragExit()
|
D | DeleteZone.java | 78 Object dragInfo) { in acceptDrop() 82 …pLocation(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo, Rect recycle… in estimateDropLocation() 86 public void onDrop(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo) { in onDrop() 120 Object dragInfo) { in onDragEnter() 125 Object dragInfo) { in onDragOver() 129 Object dragInfo) { in onDragExit()
|
D | Workspace.java | 832 public void onDrop(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo) { in onDrop() 859 Object dragInfo) { in onDragEnter() 864 Object dragInfo) { in onDragOver() 868 Object dragInfo) { in onDragExit() 872 private void onDropExternal(int x, int y, Object dragInfo, CellLayout cellLayout) { in onDropExternal() 876 private void onDropExternal(int x, int y, Object dragInfo, CellLayout cellLayout, in onDropExternal() 926 int xOffset, int yOffset, Object dragInfo) { in acceptDrop()
|
D | DragLayer.java | 154 public void startDrag(View v, DragSource source, Object dragInfo, int dragAction) { in startDrag()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | DropTarget.java | 42 DragView dragView, Object dragInfo); in onDrop() 45 DragView dragView, Object dragInfo); in onDragEnter() 48 DragView dragView, Object dragInfo); in onDragOver() 51 DragView dragView, Object dragInfo); in onDragExit() 70 DragView dragView, Object dragInfo); in acceptDrop() 91 DragView dragView, Object dragInfo, Rect recycle); in estimateDropLocation()
|
D | UserFolder.java | 34 DragView dragView, Object dragInfo) { in acceptDrop() 43 DragView dragView, Object dragInfo, Rect recycle) { in estimateDropLocation() 48 DragView dragView, Object dragInfo) { in onDrop() 60 DragView dragView, Object dragInfo) { in onDragEnter() 64 DragView dragView, Object dragInfo) { in onDragOver() 68 DragView dragView, Object dragInfo) { in onDragExit()
|
D | FolderIcon.java | 65 DragView dragView, Object dragInfo) { in acceptDrop() 74 DragView dragView, Object dragInfo, Rect recycle) { in estimateDropLocation() 79 DragView dragView, Object dragInfo) { in onDrop() 87 DragView dragView, Object dragInfo) { in onDragEnter() 92 DragView dragView, Object dragInfo) { in onDragOver() 96 DragView dragView, Object dragInfo) { in onDragExit()
|
D | LiveFolderIcon.java | 58 DragView dragView, Object dragInfo) { in acceptDrop() 64 DragView dragView, Object dragInfo) { in onDrop() 69 DragView dragView, Object dragInfo) { in onDragEnter() 74 DragView dragView, Object dragInfo) { in onDragOver() 79 DragView dragView, Object dragInfo) { in onDragExit()
|
D | DeleteZone.java | 81 DragView dragView, Object dragInfo) { in acceptDrop() 86 DragView dragView, Object dragInfo, Rect recycle) { in estimateDropLocation() 91 DragView dragView, Object dragInfo) { in onDrop() 124 DragView dragView, Object dragInfo) { in onDragEnter() 130 DragView dragView, Object dragInfo) { in onDragOver() 134 DragView dragView, Object dragInfo) { in onDragExit()
|
D | Workspace.java | 1027 DragView dragView, Object dragInfo) { in onDrop() 1054 DragView dragView, Object dragInfo) { in onDragEnter() 1059 DragView dragView, Object dragInfo) { in onDragOver() 1063 DragView dragView, Object dragInfo) { in onDragExit() 1067 private void onDropExternal(int x, int y, Object dragInfo, CellLayout cellLayout) { in onDropExternal() 1071 private void onDropExternal(int x, int y, Object dragInfo, CellLayout cellLayout, in onDropExternal() 1123 int xOffset, int yOffset, DragView dragView, Object dragInfo) { in acceptDrop() 1141 int xOffset, int yOffset, DragView dragView, Object dragInfo, Rect recycle) { in estimateDropLocation()
|
D | DragController.java | 166 public void startDrag(View v, DragSource source, Object dragInfo, int dragAction) { in startDrag() 204 DragSource source, Object dragInfo, int dragAction) { in startDrag()
|