ComponentTreeHolderPreparer

Functions

Link copied to clipboard
Create a ComponentTreeHolder instance from an existing render info which will be used as an item in the underlying adapter of the RecyclerBinder
Link copied to clipboard
abstract fun prepareAsync(holder: ComponentTreeHolder)
Triggers an asynchronous layout calculation for the ComponentTree held by the provided ComponentTreeHolder.
Link copied to clipboard
abstract fun prepareSync(holder: ComponentTreeHolder, @Nullable size: Size)
Triggers a synchronous layout calculation for the ComponentTree held by the provided ComponentTreeHolder.