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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java70 * LauncherModel object held in a static. Also provide APIs for updating the database state
73 public class LauncherModel extends BroadcastReceiver { class in inherits:BroadcastReceiver
126 // LauncherModel to their ids
130 // created by LauncherModel that are directly on the home screen (however, no widgets or
134 // sBgAppWidgets is all LauncherAppWidgetInfo created by LauncherModel. Passed to bindAppWidget()
138 // sBgFolders is all FolderInfos created by LauncherModel. Passed to bindFolders()
178 LauncherModel(LauncherApplication app, IconCache iconCache) { method in class:LauncherModel
515 * Returns an ItemInfo array containing all the items in the LauncherModel.
1102 // The LauncherModel is static in the LauncherApplication and mHandler may have queued
1651 int cellCountX = LauncherModel
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java82 * LauncherModel object held in a static. Also provide APIs for updating the database state
85 public class LauncherModel extends BroadcastReceiver class in inherits:BroadcastReceiver,LauncherAppsCompat.OnAppsChangedCallbackCompat
156 // LauncherModel to their ids
160 // created by LauncherModel that are directly on the home screen (however, no widgets or
164 // sBgAppWidgets is all LauncherAppWidgetInfo created by LauncherModel. Passed to bindAppWidget()
168 // sBgFolders is all FolderInfos created by LauncherModel. Passed to bindFolders()
225 LauncherModel(LauncherAppState app, IconCache iconCache, AppFilter appFilter) { method in class:LauncherModel
321 LauncherModel model = app.getModel();
325 // Flush the LauncherModel worker thread, so that if we just did another
330 final ArrayList<ItemInfo> items = LauncherModel
[all...]

Completed in 78 milliseconds