Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetHostViewLoader.java39 @Thunk int mWidgetLoadingId = -1; field in WidgetHostViewLoader
66 if (mWidgetLoadingId != -1) { in onDragEnd()
67 mLauncher.getAppWidgetHost().deleteAppWidgetId(mWidgetLoadingId); in onDragEnd()
68 mWidgetLoadingId = -1; in onDragEnd()
102 mWidgetLoadingId = mLauncher.getAppWidgetHost().allocateAppWidgetId(); in preloadWidget()
104 Log.d(TAG, "Binding widget, id: " + mWidgetLoadingId); in preloadWidget()
107 mWidgetLoadingId, pInfo, options)) { in preloadWidget()
119 Log.d(TAG, "Inflating widget, id: " + mWidgetLoadingId); in preloadWidget()
121 if (mWidgetLoadingId == -1) { in preloadWidget()
125 (Context) mLauncher, mWidgetLoadingId, pInfo); in preloadWidget()
[all …]