Searched refs:appWidgetHost (Results 1 – 4 of 4) sorted by relevance
64 static AutoInstallsLayout get(Context context, AppWidgetHost appWidgetHost, in get() argument79 return new AutoInstallsLayout(context, appWidgetHost, callback, pkg, res, layoutId); in get()127 public AutoInstallsLayout(Context context, AppWidgetHost appWidgetHost, in AutoInstallsLayout() argument130 mAppWidgetHost = appWidgetHost; in AutoInstallsLayout()
349 final LauncherAppWidgetHost appWidgetHost = mLauncher.getAppWidgetHost(); in completeDrop() local350 if ((appWidgetHost != null) && launcherAppWidgetInfo.isWidgetIdValid()) { in completeDrop()355 appWidgetHost.deleteAppWidgetId(launcherAppWidgetInfo.appWidgetId); in completeDrop()
81 final AppWidgetHost appWidgetHost = in restoreAppWidgetIds() local86 appWidgetHost.deleteAppWidgetId(id); in restoreAppWidgetIds()
246 final LauncherAppWidgetHost appWidgetHost = mLauncher.getAppWidgetHost(); in completeDrop() local247 if (appWidgetHost != null) { in completeDrop()252 appWidgetHost.deleteAppWidgetId(launcherAppWidgetInfo.appWidgetId); in completeDrop()