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 39 @Thunk int mWidgetLoadingId = -1;
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, pInfo)
    [all...]
  /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 782 milliseconds