Home
last modified time | relevance | path

Searched refs:insertAtFirst (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
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);
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java2832 int cellX, int cellY, boolean insertAtFirst, int intersectX, int intersectY) { in addApplicationShortcut() argument
2837 addInScreen(view, container, screenId, cellXY[0], cellXY[1], 1, 1, insertAtFirst); in addApplicationShortcut()
3866 CellLayout cellLayout, boolean insertAtFirst) {
3867 onDropExternal(touchXY, dragInfo, cellLayout, insertAtFirst, null);
3879 final CellLayout cellLayout, boolean insertAtFirst, DragObject d) {
4041 info.spanY, insertAtFirst);