Searched refs:addInScreen (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | WorkspaceLayoutManager.java | 65 addInScreen(child, info.container, presenterPos.screenId, x, y, info.spanX, info.spanY); in addInScreenFromBind() 72 default void addInScreen(View child, ItemInfo info) { in addInScreen() method 74 addInScreen(child, info.container, in addInScreen() 90 default void addInScreen(View child, int container, int screenId, int x, int y, in addInScreen() method
|
D | Launcher.java | 1468 mWorkspace.addInScreen(view, info); 1556 mWorkspace.addInScreen(hostView, launcherInfo); 1985 mWorkspace.addInScreen(newFolder, folderInfo); 2342 mWorkspace.addInScreen(view, item);
|
D | Workspace.java | 2111 addInScreen(cell, container, screenId, mTargetCell[0], mTargetCell[1], in onDrop() 2904 addInScreen(view, container, screenId, mTargetCell[0], mTargetCell[1],
|