Home | History | Annotate | Download | only in launcher2

Lines Matching defs:mModel

264     private LauncherModel mModel;
365 mModel = app.setLauncher(this);
410 mModel.startLoader(true, -1);
414 mModel
418 if (!mModel.isAllAppsLoaded()) {
576 return !mModel.isLoadingWorkspace();
774 mModel.startLoader(true, -1);
842 mModel.stopLoader();
969 mFolderInfo = mModel.getFolderById(this, sFolders, id);
1085 final ShortcutInfo info = mModel.getShortcutInfo(getPackageManager(), data, this);
1112 ShortcutInfo info = mModel.infoFromShortcutIntent(this, data, null);
1445 return mModel;
1583 mModel.stopLoader();
1599 if (mModel != null) {
1600 mModel.unbindItemInfosAndClearQueuedBindRunnables();
4052 mModel.dumpState();