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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DDefaultLayoutParser.java51 LayoutParserCallback callback, Resources sourceRes, int layoutId, String rootTag,
53 super(context, appWidgetHost, callback, sourceRes, layoutId, rootTag, hotseatAllAppsRank);
50 DefaultLayoutParser(Context context, AppWidgetHost appWidgetHost, LayoutParserCallback callback, Resources sourceRes, int layoutId, String rootTag, int hotseatAllAppsRank) argument
H A DAutoInstallsLayout.java166 int layoutId, String rootTag) {
167 this(context, appWidgetHost, callback, res, layoutId, rootTag,
173 int layoutId, String rootTag, int hotseatAllAppsRank) {
180 mRootTag = rootTag;
164 AutoInstallsLayout(Context context, AppWidgetHost appWidgetHost, LayoutParserCallback callback, Resources res, int layoutId, String rootTag) argument
171 AutoInstallsLayout(Context context, AppWidgetHost appWidgetHost, LayoutParserCallback callback, Resources res, int layoutId, String rootTag, int hotseatAllAppsRank) argument

Completed in 32 milliseconds