Searched refs:appWidgetHost (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AppWidgetsRestoredReceiver.java | 49 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()
|
D | AutoInstallsLayout.java | 73 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()
|
D | DefaultLayoutParser.java | 48 public DefaultLayoutParser(Context context, AppWidgetHost appWidgetHost, in DefaultLayoutParser() argument 50 super(context, appWidgetHost, callback, sourceRes, layoutId, TAG_FAVORITES); in DefaultLayoutParser()
|