Searched defs:insertAtFirst (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java1941 int cellX, int cellY, boolean insertAtFirst, int intersectX, int intersectY) {
1946 addInScreen(view, container, screen, cellXY[0], cellXY[1], 1, 1, insertAtFirst);
2992 CellLayout cellLayout, boolean insertAtFirst) {
2993 onDropExternal(touchXY, dragInfo, cellLayout, insertAtFirst, null);
3005 final CellLayout cellLayout, boolean insertAtFirst, DragObject d) {
3155 info.spanY, insertAtFirst);
1940 addApplicationShortcut(ShortcutInfo info, CellLayout target, long container, int screen, int cellX, int cellY, boolean insertAtFirst, int intersectX, int intersectY) argument
2991 onDropExternal(int[] touchXY, Object dragInfo, CellLayout cellLayout, boolean insertAtFirst) argument
3004 onDropExternal(final int[] touchXY, final Object dragInfo, final CellLayout cellLayout, boolean insertAtFirst, DragObject d) argument

Completed in 116 milliseconds