Searched refs:createFromPath (Results 1 – 12 of 12) sorted by relevance
64 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in basic()111 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in checkNoErrorWhenUsingDefaults()145 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in noExceptionForCustomService()166 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in dynamicTheming()200 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in noCrashInPowerManager()223 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in testTypedValue()279 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in testWindowMetrics()
84 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in testImageDecoder()
58 public static LayoutPullParser createFromPath(@NonNull String layoutPath) { in createFromPath() method in LayoutPullParser
826 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in testGetResourceNameVariants()869 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in testStringEscaping()1013 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in testColorStateList()1086 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in testResourcesGetIdentifier()
631 return LayoutPullParser.createFromPath(getAppResources() + "/layout/" + layoutPath); in createParserFromPath()
553 Drawable icon = user.iconPath != null ? Drawable.createFromPath(user.iconPath)
1401 public static @Nullable Drawable createFromPath(String pathName) { in createFromPath() method
1026 return Drawable.createFromPath(uri.toString());
1329 Drawable icon = user.iconPath != null ? Drawable.createFromPath(user.iconPath)
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
11674 method public static android.graphics.drawable.Drawable createFromPath(java.lang.String);
17475 method @Nullable public static android.graphics.drawable.Drawable createFromPath(String);