Home | History | Annotate | Download | only in launcher2

Lines Matching defs:LauncherModel

68  * LauncherModel object held in a static. Also provide APIs for updating the database state
71 public class LauncherModel extends BroadcastReceiver {
124 // LauncherModel to their ids
128 // created by LauncherModel that are directly on the home screen (however, no widgets or
132 // sBgAppWidgets is all LauncherAppWidgetInfo created by LauncherModel. Passed to bindAppWidget()
136 // sBgFolders is all FolderInfos created by LauncherModel. Passed to bindFolders()
172 LauncherModel(LauncherApplication app, IconCache iconCache) {
505 * Returns an ItemInfo array containing all the items in the LauncherModel.
1092 // The LauncherModel is static in the LauncherApplication and mHandler may have queued
1641 int cellCountX = LauncherModel.getCellCountX();
1642 int cellCountY = LauncherModel.getCellCountY();
1931 new LauncherModel.ShortcutNameComparator(packageManager, mLabelCache));
2145 new LauncherModel.WidgetAndShortcutNameComparator(packageManager));
2228 ComponentName key = LauncherModel.getComponentNameFromResolveInfo(resolveInfo);
2573 ComponentName keyA = LauncherModel.getComponentNameFromResolveInfo(a);
2574 ComponentName keyB = LauncherModel.getComponentNameFromResolveInfo(b);