HomeSort by relevance Sort by last modified time
    Searched refs:mWidgetLoadingId (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 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;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 195 int mWidgetLoadingId = -1;
522 mWidgetLoadingId = mLauncher.getAppWidgetHost().allocateAppWidgetId();
524 mWidgetLoadingId, pInfo, options)) {
538 getAppWidgetHost().createView(getContext(), mWidgetLoadingId, pInfo);
582 if (mWidgetLoadingId != -1) {
583 mLauncher.getAppWidgetHost().deleteAppWidgetId(mWidgetLoadingId);
590 if (mWidgetLoadingId != -1) {
591 mLauncher.getAppWidgetHost().deleteAppWidgetId(mWidgetLoadingId);
600 mWidgetLoadingId = -1;
    [all...]

Completed in 97 milliseconds