Searched refs:loadXmlResourceParser (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 1155 return loadXmlResourceParser(id, "layout"); in getLayout() 1180 return loadXmlResourceParser(id, "anim"); in getAnimation() 1206 return loadXmlResourceParser(id, "xml"); in getXml() 2150 XmlResourceParser loadXmlResourceParser(@AnyRes int id, @NonNull String type) in loadXmlResourceParser() method in Resources 2157 return impl.loadXmlResourceParser(value.string.toString(), id, in loadXmlResourceParser() 2178 XmlResourceParser loadXmlResourceParser(String file, int id, int assetCookie, in loadXmlResourceParser() method in Resources 2180 return mResourcesImpl.loadXmlResourceParser(file, id, assetCookie, type); in loadXmlResourceParser()
|
D | ResourcesImpl.java | 831 final XmlResourceParser rp = loadXmlResourceParser( in loadDrawableForCookie() 914 final XmlResourceParser rp = loadXmlResourceParser( in loadFont() 1106 final XmlResourceParser parser = loadXmlResourceParser( in loadComplexColorForCookie() 1156 XmlResourceParser loadXmlResourceParser(@NonNull String file, @AnyRes int id, int assetCookie, in loadXmlResourceParser() method
|
/frameworks/layoutlib/bridge/src/android/content/res/ |
D | Resources_Delegate.java | 920 static XmlResourceParser loadXmlResourceParser(Resources resources, int id, in loadXmlResourceParser() method in Resources_Delegate 926 static XmlResourceParser loadXmlResourceParser(Resources resources, String file, int id, in loadXmlResourceParser() method in Resources_Delegate
|
/frameworks/base/config/ |
D | hiddenapi-light-greylist.txt | 1900 Landroid/content/res/Resources;->loadXmlResourceParser(ILjava/lang/String;)Landroid/content/res/Xml… 1901 Landroid/content/res/Resources;->loadXmlResourceParser(Ljava/lang/String;IILjava/lang/String;)Landr…
|
D | boot-image-profile.txt | 19178 HSPLandroid/content/res/Resources;->loadXmlResourceParser(ILjava/lang/String;)Landroid/content/res/… 19236 HSPLandroid/content/res/ResourcesImpl;->loadXmlResourceParser(Ljava/lang/String;IILjava/lang/String…
|