public static class RenderState.LayoutContext<RenderContext> extends Object
Constructor and Description |
---|
LayoutContext(Context androidContext,
RenderContext renderContext,
int layoutVersion,
LayoutCache layoutCache,
RenderCoreExtension<?>[] extensions) |
Modifier and Type | Method and Description |
---|---|
Context |
getAndroidContext() |
LayoutCache |
getLayoutCache() |
int |
getLayoutVersion() |
RenderContext |
getRenderContext() |
public LayoutContext(Context androidContext, RenderContext renderContext, int layoutVersion, LayoutCache layoutCache, RenderCoreExtension<?>[] extensions)
public RenderContext getRenderContext()
public Context getAndroidContext()
public int getLayoutVersion()
public LayoutCache getLayoutCache()