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
791 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in testGetResourceNameVariants()833 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in testStringEscaping()945 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in testTypedValue()1022 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in testColorStateList()1133 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in testResourcesGetIdentifier()
541 return LayoutPullParser.createFromPath(APP_TEST_RES + "/layout/" + layoutPath); in createParserFromPath()
551 Drawable icon = user.iconPath != null ? Drawable.createFromPath(user.iconPath)
1407 public static Drawable createFromPath(String pathName) { in createFromPath() method
1024 return Drawable.createFromPath(uri.toString());
1198 Drawable icon = user.iconPath != null ? Drawable.createFromPath(user.iconPath)
16485 method @Nullable public static android.graphics.drawable.Drawable createFromPath(String);
11674 method public static android.graphics.drawable.Drawable createFromPath(java.lang.String);