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.java64 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()
DBitmapTest.java84 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in testImageDecoder()
/frameworks/layoutlib/bridge/bridge_client/src/com/android/layoutlib/bridge/intensive/setup/
DLayoutPullParser.java58 public static LayoutPullParser createFromPath(@NonNull String layoutPath) { in createFromPath() method in LayoutPullParser
/frameworks/layoutlib/bridge/bridge_client/src/com/android/layoutlib/bridge/intensive/
DBridgeClient.java634 return LayoutPullParser.createFromPath(getAppResources() + "/layout/" + layoutPath); in createParserFromPath()
/frameworks/base/services/core/java/com/android/server/policy/
DLegacyGlobalActions.java553 Drawable icon = user.iconPath != null ? Drawable.createFromPath(user.iconPath)
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawable.java1401 public static @Nullable Drawable createFromPath(String pathName) { in createFromPath() method
/frameworks/base/core/java/android/widget/
DImageView.java1026 return Drawable.createFromPath(uri.toString());
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java1433 Drawable icon = user.iconPath != null ? Drawable.createFromPath(user.iconPath)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11674 method public static android.graphics.drawable.Drawable createFromPath(java.lang.String);
/frameworks/base/core/api/
Dcurrent.txt17932 method @Nullable public static android.graphics.drawable.Drawable createFromPath(String);