public class SplitLayoutResolver extends Object
Modifier and Type | Method and Description |
---|---|
static void |
createForTag(String tag,
LayoutThreadPoolConfiguration mainThreadPoolConfig,
LayoutThreadPoolConfiguration bgThreadPoolConfig,
Set<String> enabledComponents)
Create a SplitLayoutResolver that will be used to split layout where possible in ComponentTrees
with the given split tag.
|
public static void createForTag(String tag, @Nullable LayoutThreadPoolConfiguration mainThreadPoolConfig, @Nullable LayoutThreadPoolConfiguration bgThreadPoolConfig, Set<String> enabledComponents)
tag
- split tagmainThreadPoolConfig
- configuration for splitting main thread layoutsbgThreadPoolConfig
- configuration for splitting background thread layouts