Home
last modified time | relevance | path

Searched refs:createFromPath (Results 1 – 10 of 10) sorted by relevance

/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
DBridgeContextTest.java45 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in basic()
92 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in checkNoErrorWhenUsingDefaults()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
DLayoutPullParser.java58 public static LayoutPullParser createFromPath(@NonNull String layoutPath) { in createFromPath() method in LayoutPullParser
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
DRenderTests.java791 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()
DRenderTestBase.java541 return LayoutPullParser.createFromPath(APP_TEST_RES + "/layout/" + layoutPath); in createParserFromPath()
/frameworks/base/services/core/java/com/android/server/policy/
DLegacyGlobalActions.java551 Drawable icon = user.iconPath != null ? Drawable.createFromPath(user.iconPath)
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawable.java1407 public static Drawable createFromPath(String pathName) { in createFromPath() method
/frameworks/base/core/java/android/widget/
DImageView.java1024 return Drawable.createFromPath(uri.toString());
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java1198 Drawable icon = user.iconPath != null ? Drawable.createFromPath(user.iconPath)
/frameworks/base/core/api/
Dcurrent.txt16485 method @Nullable public static android.graphics.drawable.Drawable createFromPath(String);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11674 method public static android.graphics.drawable.Drawable createFromPath(java.lang.String);