Home
last modified time | relevance | path

Searched refs:createFromPath (Results 1 – 12 of 12) 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/tests/src/com/android/layoutlib/bridge/intensive/
DRenderTests.java826 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in testGetResourceNameVariants()
869 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in testStringEscaping()
1013 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in testColorStateList()
1086 LayoutPullParser parser = LayoutPullParser.createFromPath("/empty.xml"); in testResourcesGetIdentifier()
/frameworks/layoutlib/bridge/bridge_client/src/com/android/layoutlib/bridge/intensive/
DBridgeClient.java631 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.java1329 Drawable icon = user.iconPath != null ? Drawable.createFromPath(user.iconPath)
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11674 method public static android.graphics.drawable.Drawable createFromPath(java.lang.String);
/frameworks/base/core/api/
Dcurrent.txt17475 method @Nullable public static android.graphics.drawable.Drawable createFromPath(String);