Searched refs:createFromPath (Results 1 – 10 of 10) sorted by relevance
45 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in basic()92 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in checkNoErrorWhenUsingDefaults()
58 public static LayoutPullParser createFromPath(@NonNull String layoutPath) { in createFromPath() method in LayoutPullParser
746 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in testGetResourceNameVariants()788 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in testStringEscaping()899 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in testColorTypedValue()961 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in testColorStateList()1146 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in testResourcesGetIdentifier()
516 return LayoutPullParser.createFromPath(APP_TEST_RES + "/layout/" + layoutPath); in createParserFromPath()
1410 public static Drawable createFromPath(String pathName) { in createFromPath() method
552 Drawable icon = user.iconPath != null ? Drawable.createFromPath(user.iconPath)
1016 return Drawable.createFromPath(uri.toString());
865 Drawable icon = user.iconPath != null ? Drawable.createFromPath(user.iconPath)
11674 method public static android.graphics.drawable.Drawable createFromPath(java.lang.String);
15351 method @Nullable public static android.graphics.drawable.Drawable createFromPath(String);