Home | History | Annotate | Download | only in launcher2

Lines Matching refs:LauncherModel

121         implements View.OnClickListener, OnLongClickListener, LauncherModel.Callbacks,
261 private LauncherModel mModel;
373 // LauncherModel load.
396 LauncherModel.getSortedWidgetsAndShortcuts(this));
1132 LauncherModel.addItemToDatabase(this, info, container, screen, cellXY[0], cellXY[1], false);
1232 LauncherModel.addItemToDatabase(this, launcherInfo,
1428 public LauncherModel getModel() {
1564 // Stop callbacks from LauncherModel
1889 LauncherModel.addItemToDatabase(Launcher.this, folderInfo, container, screen, cellX, cellY,
2434 // Now a part of LauncherModel.Callbacks. Used to reorder loading steps.
3316 * Implementation of the method from LauncherModel.Callbacks.
3348 * Implementation of the method from LauncherModel.Callbacks.
3364 * Implementation of the method from LauncherModel.Callbacks.
3377 * Implementation of the method from LauncherModel.Callbacks.
3404 * Implementation of the method from LauncherModel.Callbacks.
3468 * Implementation of the method from LauncherModel.Callbacks.
3485 * Implementation of the method from LauncherModel.Callbacks.
3532 * Implementation of the method from LauncherModel.Callbacks.
3612 int cellCountX = LauncherModel.getCellCountX();
3673 * Implementation of the method from LauncherModel.Callbacks.
3705 * Implementation of the method from LauncherModel.Callbacks.
3725 * Implementation of the method from LauncherModel.Callbacks.
3752 * Implementation of the method from LauncherModel.Callbacks.