Searched refs:getRenderResources (Results 1 – 14 of 14) sorted by relevance
128 RenderSessionImpl.getCurrentContext().getRenderResources().applyStyle(style, force); in setupResources()138 RenderSessionImpl.getCurrentContext().getRenderResources().clearStyles(); in restoreResources()150 return (StyleResourceValue) context.getRenderResources() in resolveStyle()153 return (StyleResourceValue) context.getRenderResources() in resolveStyle()
136 return Pair.of(attributeName, mContext.getRenderResources().getFrameworkResource( in getResourceValue()148 return Pair.of(attributeName, mContext.getRenderResources().getProjectResource( in getResourceValue()
811 RenderResources res = mContext.getRenderResources(); in resolveEnumAttribute()
241 mContext.getRenderResources().setFrameworkResourceIdProvider(this); in setUp()242 mContext.getRenderResources().setLogger(currentLog); in setUp()272 mContext.getRenderResources().setFrameworkResourceIdProvider(null); in tearDown()273 mContext.getRenderResources().setLogger(null); in tearDown()
67 drawableResource = context.getRenderResources().resolveResValue(drawableResource); in render()
666 animationResource = context.getRenderResources().getFrameworkResource( in animate()672 animationResource = context.getRenderResources().getProjectResource( in animate()
91 context.getRenderResources().findItemInTheme(LAYOUT_ATTR_NAME, true); in getLayoutResource()94 layoutName = context.getRenderResources().findResValue(layoutName.getValue(), in getLayoutResource()236 RenderResources resources = mBridgeContext.getRenderResources(); in getActionBarHeight()
83 return context.getRenderResources().getProjectResource(ResourceType.LAYOUT, in getLayoutResource()158 RenderResources res = mBridgeContext.getRenderResources(); in getDrawable()
154 RenderResources res = bridgeContext.getRenderResources(); in setStyle()215 RenderResources res = bridgeContext.getRenderResources(); in getResourceValue()
124 RenderResources res = mBridgeContext.getRenderResources(); in setTitle()
363 RenderResources res = mContext.getRenderResources(); in getDrawable()
164 value = bridgeContext.getRenderResources().getFrameworkResource( in inflate()170 value = bridgeContext.getRenderResources().getProjectResource( in inflate()
262 RenderResources resources = mContext.getRenderResources(); in getResourceValue()
222 public RenderResources getRenderResources() { in getRenderResources() method in BridgeContext898 if (getRenderResources().getFrameworkResource(resType, resName) != null) { in getFrameworkResourceValue()910 if (getRenderResources().getProjectResource(resType, resName) != null) { in getProjectResourceValue()