Home
last modified time | relevance | path

Searched refs:Resources_Delegate (Results 1 – 7 of 7) sorted by relevance

/frameworks/layoutlib/bridge/tests/src/android/content/res/
DResources_DelegateTest.java44 Resources_Delegate.resourceUrlFromName("pkg:name", null, null); in resourceUrlFromName()
49 assertNull(Resources_Delegate.resourceUrlFromName("package:invalid/name", null, null)); in resourceUrlFromName()
50 assertNull(Resources_Delegate.resourceUrlFromName("package:name", "invalid", null)); in resourceUrlFromName()
52 Resources_Delegate.resourceUrlFromName("package:name", "id", null)); in resourceUrlFromName()
54 Resources_Delegate.resourceUrlFromName("name", "id", "package")); in resourceUrlFromName()
56 Resources_Delegate.resourceUrlFromName("package:string/test", null, null)); in resourceUrlFromName()
58 Resources_Delegate.resourceUrlFromName("string/test", null, null)); in resourceUrlFromName()
63 Resources_Delegate.resourceUrlFromName("p1:string/r1", "id", "p2")); in resourceUrlFromName()
65 Resources_Delegate.resourceUrlFromName("string/r1", "id", "p2")); in resourceUrlFromName()
67 Resources_Delegate.resourceUrlFromName("p1:r1", "id", "p2")); in resourceUrlFromName()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DAdaptiveIconDrawable_Delegate.java22 import android.content.res.Resources_Delegate;
31 String pathString = Resources_Delegate.getLayoutlibCallback(Resources.getSystem()).getFlag( in constructor_after()
DDrawableInflater_Delegate.java21 import android.content.res.Resources_Delegate;
44 Resources_Delegate.getLayoutlibCallback(thisInflater.mRes) in inflateFromClass()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
DRenderTests.java53 import android.content.res.Resources_Delegate;
807 Resources resources = Resources_Delegate.initSystem(context, assetManager, metrics, in testGetResourceNameVariants()
815 Integer id = Resources_Delegate.getLayoutlibCallback(resources).getOrGenerateResourceId( in testGetResourceNameVariants()
849 Resources resources = Resources_Delegate.initSystem(context, assetManager, metrics, in testStringEscaping()
853 Resources_Delegate.getLayoutlibCallback(resources) in testStringEscaping()
1149 Resources resources = Resources_Delegate.initSystem(context, assetManager, metrics, in testResourcesGetIdentifier()
1152 Resources_Delegate.getLayoutlibCallback(resources) in testResourcesGetIdentifier()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java65 import android.content.res.Resources_Delegate;
280 mSystemResources = Resources_Delegate.initSystem( in initResources()
293 Resources_Delegate.disposeSystem(); in disposeResources()
769 Resources_Delegate.newTypeArray(mSystemResources, attrs.length); in internalObtainStyledAttributes()
1022 Resources_Delegate.newTypeArray(mSystemResources, attrs.length); in createStyleBasedTypedArray()
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java75 public class Resources_Delegate { class
91 Resources resources = new Resources(Resources_Delegate.class.getClassLoader()); in initSystem()
DBridgeTypedArray.java745 Resources_Delegate.resolveValues(mBridgeResources, array) : in getTextArray()