Home | History | Annotate | Download | only in launcher3

Lines Matching defs:boundWidget

907         AppWidgetHostView boundWidget = null;
912 boundWidget = layout;
929 animationType, boundWidget, true);
2204 AppWidgetHostView boundWidget, final LauncherAppWidgetProviderInfo appWidgetInfo) {
2208 addAppWidgetImpl(appWidgetId, info, boundWidget, appWidgetInfo, 0);
2212 final AppWidgetHostView boundWidget, final LauncherAppWidgetProviderInfo appWidgetInfo,
2232 completeAddAppWidget(appWidgetId, info.container, info.screenId, boundWidget,
2312 AppWidgetHostView hostView = info.boundWidget;
2317 Log.d(TAG, "Removing widget view from drag layer and setting boundWidget to null");
2324 // Clear the boundWidget so that it doesn't get destroyed.
2325 info.boundWidget = null;