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.java49 AppWidgetHost appWidgetHost = new LauncherAppWidgetHost(context); in restoreAppWidgetIds() local
52 appWidgetHost.deleteHost(); in restoreAppWidgetIds()
61 appWidgetHost.deleteAppWidgetId(widgetId); in restoreAppWidgetIds()
94 appWidgetHost.deleteAppWidgetId(newWidgetIds[i]); in restoreAppWidgetIds()
DAutoInstallsLayout.java73 static AutoInstallsLayout get(Context context, AppWidgetHost appWidgetHost, in get() argument
108 return new AutoInstallsLayout(context, appWidgetHost, callback, targetRes, layoutId, in get()
168 public AutoInstallsLayout(Context context, AppWidgetHost appWidgetHost, in AutoInstallsLayout() argument
171 this(context, appWidgetHost, callback, res, () -> res.getXml(layoutId), rootTag); in AutoInstallsLayout()
174 public AutoInstallsLayout(Context context, AppWidgetHost appWidgetHost, in AutoInstallsLayout() argument
178 mAppWidgetHost = appWidgetHost; in AutoInstallsLayout()
DDefaultLayoutParser.java48 public DefaultLayoutParser(Context context, AppWidgetHost appWidgetHost, in DefaultLayoutParser() argument
50 super(context, appWidgetHost, callback, sourceRes, layoutId, TAG_FAVORITES); in DefaultLayoutParser()