Searched refs:getRenderResources (Results 1 – 14 of 14) sorted by relevance
122 RenderSessionImpl.getCurrentContext().getRenderResources().applyStyle( in setupResources()133 RenderSessionImpl.getCurrentContext().getRenderResources().clearStyles(); in restoreResources()145 return (StyleResourceValue) context.getRenderResources() in resolveStyle()148 return (StyleResourceValue) context.getRenderResources() in resolveStyle()
141 return Pair.of(attributeName, mContext.getRenderResources().getFrameworkResource( in getResourceValue()153 return Pair.of(attributeName, mContext.getRenderResources().getProjectResource( in getResourceValue()374 mContext.getRenderResources().findResValue(ref, forceFrameworkOnly); in resolveReference()375 rv = mContext.getRenderResources().resolveResValue(rv); in resolveReference()
912 RenderResources res = mContext.getRenderResources(); in resolveEnumAttribute()
87 return context.getRenderResources().getProjectResource(ResourceType.LAYOUT, in getLayoutResource()97 RenderResources resources = context.getRenderResources(); in getInflater()183 RenderResources res = mBridgeContext.getRenderResources(); in getDrawable()
92 context.getRenderResources().findItemInTheme(LAYOUT_ATTR_NAME, true); in getLayoutResource()95 layoutName = context.getRenderResources().findResValue(layoutName.getValue(), in getLayoutResource()238 RenderResources resources = mBridgeContext.getRenderResources(); in getActionBarHeight()
162 RenderResources res = bridgeContext.getRenderResources(); in setStyle()241 RenderResources renderResources = getContext().getRenderResources(); in getBarColor()282 RenderResources res = getContext().getRenderResources(); in getResourceValue()
128 RenderResources res = mBridgeContext.getRenderResources(); in setTitle()
363 RenderResources res = mContext.getRenderResources(); in getDrawable()
246 mContext.getRenderResources().setFrameworkResourceIdProvider(this); in setUp()247 mContext.getRenderResources().setLogger(currentLog); in setUp()277 mContext.getRenderResources().setFrameworkResourceIdProvider(null); in tearDown()278 mContext.getRenderResources().setLogger(null); in tearDown()
73 drawableResource = context.getRenderResources().resolveResValue(drawableResource); in render()
499 animationResource = context.getRenderResources().getFrameworkResource( in animate()505 animationResource = context.getRenderResources().getProjectResource( in animate()999 RenderResources res = context.getRenderResources(); in setActiveToolbar()
176 value = bridgeContext.getRenderResources().getFrameworkResource( in inflate()182 value = bridgeContext.getRenderResources().getProjectResource( in inflate()251 ResourceValue resValue = bc.getRenderResources().findResValue(attrVal, false); in setupViewInContext()
262 RenderResources resources = mContext.getRenderResources(); in getResourceValue()
268 public RenderResources getRenderResources() { in getRenderResources() method in BridgeContext1044 if (getRenderResources().getFrameworkResource(resType, resName) != null) { in getFrameworkResourceValue()1056 if (getRenderResources().getProjectResource(resType, resName) != null) { in getProjectResourceValue()