Searched defs:appWidgetHost (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DDefaultLayoutParser.java52 public DefaultLayoutParser(Context context, AppWidgetHost appWidgetHost, argument
54 super(context, appWidgetHost, callback, sourceRes, layoutId, TAG_FAVORITES);
57 public DefaultLayoutParser(Context context, AppWidgetHost appWidgetHost, argument
59 super(context, appWidgetHost, callback, sourceRes, layoutId, rootTag);
H A DAutoInstallsLayout.java69 static AutoInstallsLayout get(Context context, AppWidgetHost appWidgetHost, argument
77 appWidgetHost, callback);
81 AppWidgetHost appWidgetHost, LayoutParserCallback callback) {
108 return new AutoInstallsLayout(context, appWidgetHost, callback, targetRes, layoutId,
171 public AutoInstallsLayout(Context context, AppWidgetHost appWidgetHost, argument
175 mAppWidgetHost = appWidgetHost;
80 get(Context context, String pkg, Resources targetRes, AppWidgetHost appWidgetHost, LayoutParserCallback callback) argument

Completed in 265 milliseconds