Searched refs:ResolvedBag (Results 1 – 5 of 5) sorted by relevance
32 import org.robolectric.res.android.CppAssetManager2.ResolvedBag.Entry;71 public static class ResolvedBag { class in CppAssetManager290 public ResolvedBag.Entry copy() { in copy()208 final private Map<Integer, ResolvedBag> cached_bags_ = new HashMap<>();931 public final ResolvedBag GetBag(int resid) { in GetBag()946 ResolvedBag GetBag(int resid, List<Integer> child_resids) { in GetBag()949 ResolvedBag cached_iter = cached_bags_.get(resid); in GetBag()996 ResolvedBag new_bag = new ResolvedBag(); in GetBag()997 ResolvedBag.Entry[] new_entry = new_bag.entries = new Entry[entry_count]; in GetBag()1039 ResolvedBag result = new_bag; in GetBag()[all …]
8 import org.robolectric.res.android.CppAssetManager2.ResolvedBag;9 import org.robolectric.res.android.CppAssetManager2.ResolvedBag.Entry;62 BagAttributeFinder(ResolvedBag bag) { in BagAttributeFinder()117 ResolvedBag default_style_bag = null; in ResolveAttrs()281 ResolvedBag default_style_bag = null; in ApplyStyle()292 ResolvedBag xml_style_bag = null; in ApplyStyle()
9 import org.robolectric.res.android.CppAssetManager2.ResolvedBag;10 import org.robolectric.res.android.CppAssetManager2.ResolvedBag.Entry;66 BagAttributeFinder(ResolvedBag bag) { in BagAttributeFinder()121 ResolvedBag default_style_bag = null; in ResolveAttrs()285 ResolvedBag default_style_bag = null; in ApplyStyle()296 ResolvedBag xml_style_bag = null; in ApplyStyle()
66 import org.robolectric.res.android.CppAssetManager2.ResolvedBag;869 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceBagValue()877 for (ResolvedBag.Entry entry : bag.entries) { in nativeGetResourceBagValue()905 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetStyleAttributes()929 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceStringArray()940 ResolvedBag.Entry entry = bag.entries[i]; in nativeGetResourceStringArray()989 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceStringArrayInfo()1005 ResolvedBag.Entry entry = bag.entries[i]; in nativeGetResourceStringArrayInfo()1033 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceIntArray()1049 ResolvedBag.Entry entry = bag.entries[i]; in nativeGetResourceIntArray()[all …]
64 import org.robolectric.res.android.CppAssetManager2.ResolvedBag;865 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceBagValue()873 for (ResolvedBag.Entry entry : bag.entries) { in nativeGetResourceBagValue()901 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetStyleAttributes()925 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceStringArray()936 ResolvedBag.Entry entry = bag.entries[i]; in nativeGetResourceStringArray()985 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceStringArrayInfo()1001 ResolvedBag.Entry entry = bag.entries[i]; in nativeGetResourceStringArrayInfo()1029 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceIntArray()1045 ResolvedBag.Entry entry = bag.entries[i]; in nativeGetResourceIntArray()[all …]