Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetsRestoredReceiver.java52 AppWidgetHost appWidgetHost = new LauncherAppWidgetHost(context); in restoreAppWidgetIds() local
55 appWidgetHost.deleteHost(); in restoreAppWidgetIds()
64 appWidgetHost.deleteAppWidgetId(widgetId); in restoreAppWidgetIds()
102 appWidgetHost.deleteAppWidgetId(newWidgetIds[i]); in restoreAppWidgetIds()
DAutoInstallsLayout.java77 static AutoInstallsLayout get(Context context, AppWidgetHost appWidgetHost, in get() argument
112 return new AutoInstallsLayout(context, appWidgetHost, callback, targetRes, layoutId, in get()
176 public AutoInstallsLayout(Context context, AppWidgetHost appWidgetHost, in AutoInstallsLayout() argument
179 this(context, appWidgetHost, callback, res, () -> res.getXml(layoutId), rootTag); in AutoInstallsLayout()
182 public AutoInstallsLayout(Context context, AppWidgetHost appWidgetHost, in AutoInstallsLayout() argument
186 mAppWidgetHost = appWidgetHost; in AutoInstallsLayout()
DDefaultLayoutParser.java51 public DefaultLayoutParser(Context context, AppWidgetHost appWidgetHost, in DefaultLayoutParser() argument
53 super(context, appWidgetHost, callback, sourceRes, layoutId, TAG_FAVORITES); in DefaultLayoutParser()