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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java1947 int cellX, int cellY, boolean insertAtFirst, int intersectX, int intersectY) {
1952 addInScreen(view, container, screen, cellXY[0], cellXY[1], 1, 1, insertAtFirst);
2998 CellLayout cellLayout, boolean insertAtFirst) {
2999 onDropExternal(touchXY, dragInfo, cellLayout, insertAtFirst, null);
3011 final CellLayout cellLayout, boolean insertAtFirst, DragObject d) {
3161 info.spanY, insertAtFirst);
1946 addApplicationShortcut(ShortcutInfo info, CellLayout target, long container, int screen, int cellX, int cellY, boolean insertAtFirst, int intersectX, int intersectY) argument
2997 onDropExternal(int[] touchXY, Object dragInfo, CellLayout cellLayout, boolean insertAtFirst) argument
3010 onDropExternal(final int[] touchXY, final Object dragInfo, final CellLayout cellLayout, boolean insertAtFirst, DragObject d) argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java2454 int cellX, int cellY, boolean insertAtFirst, int intersectX, int intersectY) {
2459 addInScreen(view, container, screenId, cellXY[0], cellXY[1], 1, 1, insertAtFirst);
3479 CellLayout cellLayout, boolean insertAtFirst) {
3480 onDropExternal(touchXY, dragInfo, cellLayout, insertAtFirst, null);
3492 final CellLayout cellLayout, boolean insertAtFirst, DragObject d) {
3643 info.spanY, insertAtFirst);
2453 addApplicationShortcut(ShortcutInfo info, CellLayout target, long container, long screenId, int cellX, int cellY, boolean insertAtFirst, int intersectX, int intersectY) argument
3478 onDropExternal(int[] touchXY, Object dragInfo, CellLayout cellLayout, boolean insertAtFirst) argument
3491 onDropExternal(final int[] touchXY, final Object dragInfo, final CellLayout cellLayout, boolean insertAtFirst, DragObject d) argument

Completed in 70 milliseconds