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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java68 * LauncherModel object held in a static. Also provide APIs for updating the database state
71 public class LauncherModel extends BroadcastReceiver { class in inherits: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) { method in class:LauncherModel
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
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java65 * LauncherModel object held in a static. Also provide APIs for updating the database state
68 public class LauncherModel extends BroadcastReceiver { class in inherits:BroadcastReceiver
122 // LauncherModel to their ids
126 // created by LauncherModel that are directly on the home screen (however, no widgets or
130 // sBgAppWidgets is all LauncherAppWidgetInfo created by LauncherModel. Passed to bindAppWidget()
134 // sBgFolders is all FolderInfos created by LauncherModel. Passed to bindFolders()
181 LauncherModel(LauncherAppState app, IconCache iconCache, AppFilter appFilter) { method in class:LauncherModel
256 LauncherModel model = app.getModel();
260 // Flush the LauncherModel worker thread, so that if we just did another
265 final ArrayList<ItemInfo> items = LauncherModel
[all...]

Completed in 24 milliseconds