Lines Matching defs:LauncherModel
121 implements View.OnClickListener, OnLongClickListener, LauncherModel.Callbacks,
286 private LauncherModel mModel;
433 // LauncherModel load.
1446 LauncherModel.addItemToDatabase(this, info, container, screenId, cellXY[0], cellXY[1], false);
1547 LauncherModel.addItemToDatabase(this, launcherInfo,
1592 LauncherModel.LOADER_FLAG_CLEAR_WORKSPACE);
1596 LauncherModel.LOADER_FLAG_CLEAR_WORKSPACE
1597 | LauncherModel.LOADER_FLAG_MIGRATE_SHORTCUTS);
1777 public LauncherModel getModel() {
1931 // Stop callbacks from LauncherModel
2244 LauncherModel.addItemToDatabase(Launcher.this, folderInfo, container, screenId, cellX, cellY,
3710 * Implementation of the method from LauncherModel.Callbacks.
3746 * Implementation of the method from LauncherModel.Callbacks.
3762 * Implementation of the method from LauncherModel.Callbacks.
3775 * Implementation of the method from LauncherModel.Callbacks.
3889 * Implementation of the method from LauncherModel.Callbacks.
3988 * Implementation of the method from LauncherModel.Callbacks.
4006 * Implementation of the method from LauncherModel.Callbacks.
4054 * Implementation of the method from LauncherModel.Callbacks.
4139 * Implementation of the method from LauncherModel.Callbacks.
4144 if (LauncherModel.UPGRADE_USE_MORE_APPS_FOLDER) {
4152 LauncherModel.getSortedWidgetsAndShortcuts(this));
4158 LauncherModel.getSortedWidgetsAndShortcuts(this));
4166 * Implementation of the method from LauncherModel.Callbacks.
4195 * Implementation of the method from LauncherModel.Callbacks.