Searched refs:mLayoutBundles (Results 1 – 2 of 2) sorted by relevance
52 private HashMap<String, List<LayoutFileBundle>> mLayoutBundles field in ResourceBundle64 if (!mLayoutBundles.containsKey(bundle.mFileName)) { in addLayoutBundle()65 mLayoutBundles.put(bundle.mFileName, new ArrayList<LayoutFileBundle>()); in addLayoutBundle()67 final List<LayoutFileBundle> bundles = mLayoutBundles.get(bundle.mFileName); in addLayoutBundle()79 return mLayoutBundles; in getLayoutBundles()87 for (List<LayoutFileBundle> layoutFileBundles : mLayoutBundles.values()) { in validateMultiResLayouts()92 mLayoutBundles.get(target.getIncludedLayout()); in validateMultiResLayouts()104 for (Map.Entry<String, List<LayoutFileBundle>> bundles : mLayoutBundles.entrySet()) { in validateMultiResLayouts()258 for (Map.Entry<String, List<LayoutFileBundle>> entry : mLayoutBundles.entrySet()) { in validateMultiResLayouts()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...