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

  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetHostViewLoader.java 36 @Thunk int mWidgetLoadingId = -1;
57 if (mWidgetLoadingId != -1) {
58 mLauncher.getAppWidgetHost().deleteAppWidgetId(mWidgetLoadingId);
59 mWidgetLoadingId = -1;
90 mWidgetLoadingId = mLauncher.getAppWidgetHost().allocateAppWidgetId();
92 mWidgetLoadingId, pInfo, options)) {
103 if (mWidgetLoadingId == -1) {
107 (Context) mLauncher, mWidgetLoadingId, pInfo);
111 mWidgetLoadingId = -1;
  /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...]

Completed in 62 milliseconds