D | Workspace.java | 963 void addInScreen(View child, long container, long screenId, in addInScreen() method in Workspace 965 addInScreen(child, container, screenId, x, y, spanX, spanY, false, false); in addInScreen() 972 addInScreen(child, container, screenId, x, y, spanX, spanY, false, true); in addInScreenFromBind() 976 void addInScreen(View child, long container, long screenId, int x, int y, int spanX, int spanY, in addInScreen() method in Workspace 978 addInScreen(child, container, screenId, x, y, spanX, spanY, insert, false); in addInScreen() 996 void addInScreen(View child, long container, long screenId, int x, int y, int spanX, int spanY, in addInScreen() method in Workspace 2837 addInScreen(view, container, screenId, cellXY[0], cellXY[1], 1, 1, insertAtFirst); in addApplicationShortcut() 3162 addInScreen(cell, container, screenId, mTargetCell[0], mTargetCell[1], in onDrop() 4040 addInScreen(view, container, screenId, mTargetCell[0], mTargetCell[1], info.spanX,
|