Searched refs:createFromPath (Results 1 - 8 of 8) sorted by relevance

/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
H A DBridgeContextTest.java45 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml");
92 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml");
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DLayoutPullParser.java54 public static LayoutPullParser createFromPath(@NonNull String layoutPath) { method in class:LayoutPullParser
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DRenderTests.java586 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml");
628 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml");
732 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml");
781 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml");
859 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml");
H A DRenderTestBase.java515 return LayoutPullParser.createFromPath(APP_TEST_RES + "/layout/" + layoutPath);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java1340 public static Drawable createFromPath(String pathName) { method in class:Drawable
/frameworks/base/core/java/android/widget/
H A DImageView.java959 return Drawable.createFromPath(uri.toString());
/frameworks/base/services/core/java/com/android/server/policy/
H A DLegacyGlobalActions.java552 Drawable icon = user.iconPath != null ? Drawable.createFromPath(user.iconPath)
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialog.java757 Drawable icon = user.iconPath != null ? Drawable.createFromPath(user.iconPath)

Completed in 134 milliseconds