Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetsRestoredReceiver.java54 AppWidgetHost appWidgetHost = new LauncherAppWidgetHost(context); in restoreAppWidgetIds() local
57 appWidgetHost.deleteHost(); in restoreAppWidgetIds()
66 appWidgetHost.deleteAppWidgetId(widgetId); in restoreAppWidgetIds()
103 appWidgetHost.deleteAppWidgetId(newWidgetIds[i]); in restoreAppWidgetIds()
DAutoInstallsLayout.java79 static AutoInstallsLayout get(Context context, AppWidgetHost appWidgetHost, in get() argument
114 return new AutoInstallsLayout(context, appWidgetHost, callback, targetRes, layoutId, in get()
179 public AutoInstallsLayout(Context context, AppWidgetHost appWidgetHost, in AutoInstallsLayout() argument
182 this(context, appWidgetHost, callback, res, () -> res.getXml(layoutId), rootTag); in AutoInstallsLayout()
185 public AutoInstallsLayout(Context context, AppWidgetHost appWidgetHost, in AutoInstallsLayout() argument
189 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()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java330 LauncherAppWidgetHost appWidgetHost = super.createAppWidgetHost(); in createAppWidgetHost() local
332 appWidgetHost.setInteractionHandler(new QuickstepInteractionHandler(this)); in createAppWidgetHost()
334 return appWidgetHost; in createAppWidgetHost()