public class RecyclerBinderConfiguration extends Object
RecyclerBinder
.Modifier and Type | Class and Description |
---|---|
static class |
RecyclerBinderConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
static RecyclerBinderConfiguration.Builder |
create() |
static RecyclerBinderConfiguration.Builder |
create(RecyclerBinderConfiguration configuration) |
LithoHandler |
getChangeSetThreadHandler() |
ComponentWarmer |
getComponentWarmer() |
boolean |
getEnableDetach() |
boolean |
getEnableStableIds() |
int |
getEstimatedViewportCount() |
boolean |
getHScrollAsyncMode() |
List<ComponentLogParams> |
getInvalidStateLogParamsList() |
LayoutHandlerFactory |
getLayoutHandlerFactory() |
LithoViewFactory |
getLithoViewFactory() |
float |
getRangeRatio() |
int |
getRecyclingMode() |
LayoutThreadPoolConfiguration |
getThreadPoolConfiguration() |
boolean |
getUseBackgroundChangeSets() |
boolean |
isCircular() |
boolean |
isLayoutDiffingEnabled() |
boolean |
isPostToFrontOfQueueForFirstChangeset() |
boolean |
isReconciliationEnabled() |
boolean |
isWrapContent() |
boolean |
moveLayoutsBetweenThreads() |
boolean |
useCancelableLayoutFutures() |
public static RecyclerBinderConfiguration.Builder create()
public static RecyclerBinderConfiguration.Builder create(RecyclerBinderConfiguration configuration)
public float getRangeRatio()
public LayoutHandlerFactory getLayoutHandlerFactory()
public boolean isCircular()
public boolean isWrapContent()
public boolean getUseBackgroundChangeSets()
public boolean getHScrollAsyncMode()
public LayoutThreadPoolConfiguration getThreadPoolConfiguration()
public boolean getEnableStableIds()
public List<ComponentLogParams> getInvalidStateLogParamsList()
public LithoHandler getChangeSetThreadHandler()
public boolean useCancelableLayoutFutures()
public boolean moveLayoutsBetweenThreads()
public boolean getEnableDetach()
public boolean isReconciliationEnabled()
public int getRecyclingMode()
public boolean isLayoutDiffingEnabled()
public boolean isPostToFrontOfQueueForFirstChangeset()
public ComponentWarmer getComponentWarmer()
public LithoViewFactory getLithoViewFactory()
public int getEstimatedViewportCount()