Home
last modified time | relevance | path

Searched refs:addInScreen (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceLayoutManager.java65 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
DLauncher.java1468 mWorkspace.addInScreen(view, info);
1556 mWorkspace.addInScreen(hostView, launcherInfo);
1985 mWorkspace.addInScreen(newFolder, folderInfo);
2342 mWorkspace.addInScreen(view, item);
DWorkspace.java2111 addInScreen(cell, container, screenId, mTargetCell[0], mTargetCell[1], in onDrop()
2904 addInScreen(view, container, screenId, mTargetCell[0], mTargetCell[1],