Home
last modified time | relevance | path

Searched refs:getLayoutlibCallback (Results 1 – 18 of 18) sorted by relevance

/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
DBridgeContextTest.java77 params.getAssets(), params.getLayoutlibCallback(), configuration, in basic()
124 params.getAssets(), params.getLayoutlibCallback(), configuration, in checkNoErrorWhenUsingDefaults()
157 params.getAssets(), params.getLayoutlibCallback(), configuration, in noExceptionForCustomService()
178 params.getAssets(), params.getLayoutlibCallback(), configuration, in dynamicTheming()
209 …Key(), metrics, params.getResources(), params.getAssets(), params.getLayoutlibCallback(), configur… in noCrashInPowerManager()
238 params.getAssets(), params.getLayoutlibCallback(), configuration, in testTypedValue()
292 …Key(), metrics, params.getResources(), params.getAssets(), params.getLayoutlibCallback(), configur… in testWindowMetrics()
DBitmapTest.java97 params.getAssets(), params.getLayoutlibCallback(), configuration, in testImageDecoder()
/frameworks/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java70 mParser, context.getLayoutlibCallback().getImplicitNamespaces()); in BridgeXmlPullAttributes()
110 return mContext.getLayoutlibCallback().getOrGenerateResourceId( in getAttributeNameResource()
332 mContext.getLayoutlibCallback().getOrGenerateResourceId(resource.asReference()); in resolveResourceValue()
/frameworks/layoutlib/bridge/src/android/app/
DFragment_Delegate.java64 Fragment f = (Fragment) bc.getLayoutlibCallback().loadView(fname, in instantiate()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DDrawableInflater_Delegate.java44 Resources_Delegate.getLayoutlibCallback(thisInflater.mRes) in inflateFromClass()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java159 mParams.getAssets(), mParams.getLayoutlibCallback(), getConfiguration(mParams), in init()
269 ParserFactory.setParserFactory(mParams.getLayoutlibCallback()); in setUp()
455 return context.getLayoutlibCallback().findClass(composeClassName).getClassLoader(); in findComposeClassLoader()
DRenderSessionImpl.java195 mInflater = new BridgeInflater(context, params.getLayoutlibCallback()); in init()
365 postInflateProcess(view, params.getLayoutlibCallback(), isPreference ? view : null); in inflate()
601 getContext().getLayoutlibCallback(); in renderAndBuildResult()
DResourceHelper.java317 LayoutlibCallback layoutlibCallback = context.getLayoutlibCallback(); in getXmlBlockParser()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
DRenderTests.java841 params.getAssets(), params.getLayoutlibCallback(), configuration, in testGetResourceNameVariants()
844 configuration, params.getLayoutlibCallback()); in testGetResourceNameVariants()
851 Integer id = Resources_Delegate.getLayoutlibCallback(resources).getOrGenerateResourceId( in testGetResourceNameVariants()
884 params.getAssets(), params.getLayoutlibCallback(), configuration, in testStringEscaping()
887 configuration, params.getLayoutlibCallback()); in testStringEscaping()
890 Resources_Delegate.getLayoutlibCallback(resources) in testStringEscaping()
1029 params.getAssets(), params.getLayoutlibCallback(), configuration, in testColorStateList()
1101 params.getAssets(), params.getLayoutlibCallback(), configuration, in testResourcesGetIdentifier()
1104 configuration, params.getLayoutlibCallback()); in testResourcesGetIdentifier()
1106 Resources_Delegate.getLayoutlibCallback(resources) in testResourcesGetIdentifier()
/frameworks/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java72 XmlPullParser parser = context.getLayoutlibCallback().createXmlParserForPsiFile(path); in createFromDisk()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/support/
DSupportPreferencesUtil.java226 bridgeContext.getLayoutlibCallback().findClass(preferenceManagerClassName); in inflatePreference()
238 LayoutlibCallback callback = bridgeContext.getLayoutlibCallback(); in inflatePreference()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DBridgeActionBar.java54 mCallback = params.getLayoutlibCallback().getActionBarCallback(); in BridgeActionBar()
DAppCompatActionBar.java100 LayoutlibCallback callback = params.getLayoutlibCallback(); in AppCompatActionBar()
/frameworks/layoutlib/bridge/tests/src/android/util/
DBridgeXmlPullAttributesTest.java70 when(context.getLayoutlibCallback()).thenReturn(callback); in prepareContext()
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java109 public static LayoutlibCallback getLayoutlibCallback(@NonNull Resources resources) { in getLayoutlibCallback() method in Resources_Delegate
139 sLayoutlibCallbacks.put(resources, getLayoutlibCallback(Resources.mSystem)); in getResourceInfo()
145 resourceInfo = getLayoutlibCallback(resources).resolveResourceId(id); in getResourceInfo()
785 packageName = getLayoutlibCallback(resources).getResourcePackage(); in getPackageName()
1112 if (getLayoutlibCallback(resources).getResourcePackage().equals(url.namespace)) { in getIdentifier()
1113 return getLayoutlibCallback(resources).getOrGenerateResourceId( in getIdentifier()
DBridgeTypedArray.java648 … idValue = mContext.getLayoutlibCallback().getOrGenerateResourceId(referencedId); in getResourceId()
659 return mContext.getLayoutlibCallback().getOrGenerateResourceId(referencedId); in getResourceId()
/frameworks/layoutlib/bridge/src/android/view/
DBridgeInflater.java113 ((BridgeContext) newContext).getLayoutlibCallback() : in BridgeInflater()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java359 public LayoutlibCallback getLayoutlibCallback() { in getLayoutlibCallback() method in BridgeContext
531 parser = getLayoutlibCallback().getParser(layoutValue); in inflateView()