Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetHostViewLoader.java67 if (mInfo.boundWidget != null) { in onDragEnd()
71 mLauncher.getDragLayer().removeView(mInfo.boundWidget); in onDragEnd()
72 mLauncher.getAppWidgetHost().deleteAppWidgetId(mInfo.boundWidget.getAppWidgetId()); in onDragEnd()
73 mInfo.boundWidget = null; in onDragEnd()
121 mInfo.boundWidget = hostView; in preloadWidget()
H A DPendingAddWidgetInfo.java38 public AppWidgetHostView boundWidget; field in PendingAddWidgetInfo
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java918 AppWidgetHostView boundWidget = null; in completeTwoStageWidgetDrop() local
923 boundWidget = layout; in completeTwoStageWidgetDrop()
938 animationType, boundWidget, true); in completeTwoStageWidgetDrop()
1749 void addAppWidgetFromDropImpl(int appWidgetId, ItemInfo info, AppWidgetHostView boundWidget, in addAppWidgetFromDropImpl() argument
1754 addAppWidgetImpl(appWidgetId, info, boundWidget, addFlowHandler, 0); in addAppWidgetFromDropImpl()
1758 AppWidgetHostView boundWidget, WidgetAddFlowHandler addFlowHandler, int delay) { in addAppWidgetImpl() argument
1770 completeAddAppWidget(appWidgetId, info, boundWidget, in addAppWidgetImpl()
1816 AppWidgetHostView hostView = info.boundWidget; in addAppWidgetFromDrop()
1830 info.boundWidget = null; in addAppWidgetFromDrop()
H A DWorkspace.java2724 ((PendingAddWidgetInfo) pendingInfo).boundWidget : null; in onDropExternal()