Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java70 mParser, context.getLayoutlibCallback().getImplicitNamespaces()); in BridgeXmlPullAttributes()
109 if (mContext.getLayoutlibCallback().getNamespace().equals(ns)) { in getAttributeNameResource()
113 return mContext.getLayoutlibCallback().getOrGenerateResourceId( in getAttributeNameResource()
333 mContext.getLayoutlibCallback().getOrGenerateResourceId(resource.asReference()); in resolveResourceValue()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
DBridgeContextTest.java58 params.getAssets(), params.getLayoutlibCallback(), configuration, in basic()
105 params.getAssets(), params.getLayoutlibCallback(), configuration, in checkNoErrorWhenUsingDefaults()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
DRenderTests.java760 params.getAssets(), params.getLayoutlibCallback(), configuration, in testGetResourceNameVariants()
763 configuration, params.getLayoutlibCallback()); in testGetResourceNameVariants()
770 Integer id = Resources_Delegate.getLayoutlibCallback(resources).getOrGenerateResourceId( in testGetResourceNameVariants()
802 params.getAssets(), params.getLayoutlibCallback(), configuration, in testStringEscaping()
805 configuration, params.getLayoutlibCallback()); in testStringEscaping()
808 Resources_Delegate.getLayoutlibCallback(resources) in testStringEscaping()
914 params.getAssets(), params.getLayoutlibCallback(), configuration, in testColorTypedValue()
977 params.getAssets(), params.getLayoutlibCallback(), configuration, in testColorStateList()
1160 params.getAssets(), params.getLayoutlibCallback(), configuration, in testResourcesGetIdentifier()
1163 configuration, params.getLayoutlibCallback()); in testResourcesGetIdentifier()
[all …]
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DAdaptiveIconDrawable_Delegate.java31 String pathString = Resources_Delegate.getLayoutlibCallback(Resources.getSystem()).getFlag( in constructor_after()
/frameworks/layoutlib/bridge/src/android/view/
DViewGroup_Delegate.java77 highQualityShadow = ((BridgeContext) bridgeContext).getLayoutlibCallback() in drawShadow()
79 enableShadow = ((BridgeContext) bridgeContext).getLayoutlibCallback() in drawShadow()
DBridgeInflater.java106 ((BridgeContext) newContext).getLayoutlibCallback() : in BridgeInflater()
/frameworks/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java250 Boolean psiParserSupport = context.getLayoutlibCallback().getFlag( in createFromDisk()
254 parser = context.getLayoutlibCallback().createXmlParserForPsiFile(path); in createFromDisk()
256 parser = context.getLayoutlibCallback().createXmlParserForFile(path); in createFromDisk()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java129 mParams.getAssets(), mParams.getLayoutlibCallback(), getConfiguration(mParams), in init()
236 ParserFactory.setParserFactory(mParams.getLayoutlibCallback()); in setUp()
DRenderSessionImpl.java180 mInflater = new BridgeInflater(context, params.getLayoutlibCallback()); in init()
312 Fragment_Delegate.setLayoutlibCallback(params.getLayoutlibCallback()); in inflate()
340 postInflateProcess(view, params.getLayoutlibCallback(), isPreference ? view : null); in inflate()
DResourceHelper.java277 LayoutlibCallback layoutlibCallback = context.getLayoutlibCallback(); in getXmlBlockParser()
/frameworks/layoutlib/bridge/tests/src/android/util/
DBridgeXmlPullAttributesTest.java58 when(context.getLayoutlibCallback()).thenReturn(callback); in testGetAttributeIntValueForEnums()
/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.java85 LayoutlibCallback callback = params.getLayoutlibCallback(); in AppCompatActionBar()
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteRenderParamsAdapter.java93 return RemoteLayoutlibCallbackAdapter.create(mDelegate.getLayoutlibCallback()); in getRemoteLayoutlibCallback()
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java110 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()
1108 return getLayoutlibCallback(resources).getOrGenerateResourceId( in getIdentifier()
DBridgeTypedArray.java624 … idValue = mContext.getLayoutlibCallback().getOrGenerateResourceId(referencedId); in getResourceId()
635 return mContext.getLayoutlibCallback().getOrGenerateResourceId(referencedId); in getResourceId()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java314 public LayoutlibCallback getLayoutlibCallback() { in getLayoutlibCallback() method in BridgeContext
455 parser = getLayoutlibCallback().getParser(layoutValue); in inflateView()