Home | History | Annotate | Download | only in launcher3

Lines Matching defs:boundWidget

922         AppWidgetHostView boundWidget = null;
927 boundWidget = layout;
944 animationType, boundWidget, true);
2226 AppWidgetHostView boundWidget, final LauncherAppWidgetProviderInfo appWidgetInfo) {
2227 addAppWidgetImpl(appWidgetId, info, boundWidget, appWidgetInfo, 0);
2231 final AppWidgetHostView boundWidget, final LauncherAppWidgetProviderInfo appWidgetInfo,
2251 completeAddAppWidget(appWidgetId, info.container, info.screenId, boundWidget,
2331 AppWidgetHostView hostView = info.boundWidget;
2337 // Clear the boundWidget so that it doesn't get destroyed.
2338 info.boundWidget = null;