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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java1948 int cellX, int cellY, boolean insertAtFirst, int intersectX, int intersectY) {
1953 addInScreen(view, container, screen, cellXY[0], cellXY[1], 1, 1, insertAtFirst);
2999 CellLayout cellLayout, boolean insertAtFirst) {
3000 onDropExternal(touchXY, dragInfo, cellLayout, insertAtFirst, null);
3012 final CellLayout cellLayout, boolean insertAtFirst, DragObject d) {
3162 info.spanY, insertAtFirst);
1947 addApplicationShortcut(ShortcutInfo info, CellLayout target, long container, int screen, int cellX, int cellY, boolean insertAtFirst, int intersectX, int intersectY) argument
2998 onDropExternal(int[] touchXY, Object dragInfo, CellLayout cellLayout, boolean insertAtFirst) argument
3011 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.java3371 CellLayout cellLayout, boolean insertAtFirst) {
3372 onDropExternal(touchXY, dragInfo, cellLayout, insertAtFirst, null);
3384 final CellLayout cellLayout, boolean insertAtFirst, DragObject d) {
3533 info.spanY, insertAtFirst);
3370 onDropExternal(int[] touchXY, Object dragInfo, CellLayout cellLayout, boolean insertAtFirst) argument
3383 onDropExternal(final int[] touchXY, final Object dragInfo, final CellLayout cellLayout, boolean insertAtFirst, DragObject d) argument

Completed in 65 milliseconds