LayoutHandlerFactory

A Factory used to create RunnableHandlers in RecyclerBinder.

Functions

Link copied to clipboard
abstract fun createLayoutCalculationHandler(renderInfo: RenderInfo): RunnableHandler
Link copied to clipboard
abstract fun shouldUpdateLayoutHandler(previousRenderInfo: RenderInfo, newRenderInfo: RenderInfo): Boolean