Home
last modified time | relevance | path

Searched defs:dragInfo (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Launcher/src/com/android/launcher/
DDropTarget.java38 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()
DUserFolder.java31 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()
DFolderIcon.java65 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()
DLiveFolderIcon.java57 …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()
DDeleteZone.java78 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()
DWorkspace.java832 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()
DDragLayer.java154 public void startDrag(View v, DragSource source, Object dragInfo, int dragAction) { in startDrag()
/packages/apps/Launcher2/src/com/android/launcher2/
DDropTarget.java42 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()
DUserFolder.java34 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()
DFolderIcon.java65 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()
DLiveFolderIcon.java58 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()
DDeleteZone.java81 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()
DWorkspace.java1027 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()
DDragController.java166 public void startDrag(View v, DragSource source, Object dragInfo, int dragAction) { in startDrag()
204 DragSource source, Object dragInfo, int dragAction) { in startDrag()