Home | History | Annotate | Download | only in launcher2

Lines Matching defs:mModel

266     private LauncherModel mModel;
370 mModel = app.setLauncher(this);
415 mModel.startLoader(true, -1);
419 mModel.startLoader(true, mWorkspace.getCurrentPage());
423 if (!mModel.isAllAppsLoaded()) {
602 return !mModel.isLoadingWorkspace();
800 mModel.startLoader(true, -1);
868 mModel.stopLoader();
995 mFolderInfo = mModel.getFolderById(this, sFolders, id);
1111 final ShortcutInfo info = mModel.getShortcutInfo(getPackageManager(), data,
1140 ShortcutInfo info = mModel.infoFromShortcutIntent(this, data, null);
1480 return mModel;
1618 mModel.stopLoader();
1634 if (mModel != null) {
1635 mModel.unbindItemInfosAndClearQueuedBindRunnables();
4122 mModel.dumpState();