Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherModel.java1766 ArrayList<ItemInfo> otherWorkspaceItems = new ArrayList<ItemInfo>(); in bindWorkspace() local
1776 otherWorkspaceItems); in bindWorkspace()
1782 sortWorkspaceItemsSpatially(otherWorkspaceItems); in bindWorkspace()
1813 bindWorkspaceItems(oldCallbacks, otherWorkspaceItems, otherAppWidgets, otherFolders, in bindWorkspace()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java2624 ArrayList<ItemInfo> otherWorkspaceItems = new ArrayList<ItemInfo>(); in bindWorkspace()
2633 otherWorkspaceItems); in bindWorkspace()
2639 sortWorkspaceItemsSpatially(otherWorkspaceItems); in bindWorkspace()
2674 bindWorkspaceItems(oldCallbacks, otherWorkspaceItems, otherAppWidgets, otherFolders, in bindWorkspace()