Searched refs:mWidgetLoadingId (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetHostViewLoader.java39 @Thunk int mWidgetLoadingId = -1; field in class:WidgetHostViewLoader
66 if (mWidgetLoadingId != -1) {
67 mLauncher.getAppWidgetHost().deleteAppWidgetId(mWidgetLoadingId);
68 mWidgetLoadingId = -1;
102 mWidgetLoadingId = mLauncher.getAppWidgetHost().allocateAppWidgetId();
104 Log.d(TAG, "Binding widget, id: " + mWidgetLoadingId);
107 mWidgetLoadingId, pInfo, options)) {
119 Log.d(TAG, "Inflating widget, id: " + mWidgetLoadingId);
121 if (mWidgetLoadingId == -1) {
125 (Context) mLauncher, mWidgetLoadingId, pInf
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java218 int mWidgetLoadingId = -1; field in class:AppsCustomizePagedView
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;

Completed in 68 milliseconds