Searched defs:LauncherModel (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java64 * LauncherModel object held in a static. Also provide APIs for updating the database state
67 public class LauncherModel extends BroadcastReceiver { class in inherits:BroadcastReceiver
99 // LauncherModel to their ids
103 // LauncherModel that are directly on the home screen (however, no widgets or shortcuts
107 // sAppWidgets is all LauncherAppWidgetInfo created by LauncherModel. Passed to bindAppWidget()
111 // sFolders is all FolderInfos created by LauncherModel. Passed to bindFolders()
144 LauncherModel(LauncherApplication app, IconCache iconCache) { method in class:LauncherModel
326 * Returns an ItemInfo array containing all the items in the LauncherModel.
1420 new LauncherModel.ShortcutNameComparator(packageManager, mLabelCache));
1673 ComponentName key = LauncherModel
[all...]

Completed in 159 milliseconds