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 {
123 // LauncherModel to their ids
127 // created by LauncherModel that are directly on the home screen (however, no widgets or
131 // sBgAppWidgets is all LauncherAppWidgetInfo created by LauncherModel. Passed to bindAppWidget()
135 // sBgFolders is all FolderInfos created by LauncherModel. Passed to bindFolders()
171 LauncherModel(LauncherApplication app, IconCache iconCache) {
504 * Returns an ItemInfo array containing all the items in the LauncherModel.
1077 // The LauncherModel is static in the LauncherApplication and mHandler may have queued
1626 int cellCountX = LauncherModel.getCellCountX();
1627 int cellCountY = LauncherModel.getCellCountY();
1916 new LauncherModel.ShortcutNameComparator(packageManager, mLabelCache));
2130 new LauncherModel.WidgetAndShortcutNameComparator(packageManager));
2213 ComponentName key = LauncherModel.getComponentNameFromResolveInfo(resolveInfo);
2558 ComponentName keyA = LauncherModel.getComponentNameFromResolveInfo(a);
2559 ComponentName keyB = LauncherModel.getComponentNameFromResolveInfo(b);