Searched refs:createFromPath (Results 1 – 10 of 10) 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
634 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());
1433 Drawable icon = user.iconPath != null ? Drawable.createFromPath(user.iconPath)
11674 method public static android.graphics.drawable.Drawable createFromPath(java.lang.String);
17932 method @Nullable public static android.graphics.drawable.Drawable createFromPath(String);