Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mWidgetLoadingId

218     int mWidgetLoadingId = -1;
599 mWidgetLoadingId = mLauncher.getAppWidgetHost().allocateAppWidgetId();
601 mWidgetLoadingId, info.info.getProfile(), info.componentName, options)) {
615 getAppWidgetHost().createView(getContext(), mWidgetLoadingId, pInfo);
659 if (mWidgetLoadingId != -1) {
660 mLauncher.getAppWidgetHost().deleteAppWidgetId(mWidgetLoadingId);
667 if (mWidgetLoadingId != -1) {
668 mLauncher.getAppWidgetHost().deleteAppWidgetId(mWidgetLoadingId);
677 mWidgetLoadingId = -1;