Searched defs:insertAtFirst (Results 1 - 1 of 1) 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

Completed in 43 milliseconds