Package-level declarations

Functions

Link copied to clipboard
fun ExperimentalRecyclerWrapper(binder: Binder<RecyclerView>, hasFixedSize: Boolean? = null, isClipToPaddingEnabled: Boolean? = null, refreshProgressBarBackgroundColor: Int? = null, refreshProgressBarColor: Int? = null, isClipChildrenEnabled: Boolean? = null, nestedScrollingEnabled: Boolean? = null, scrollBarStyle: Int? = null, itemDecoration: RecyclerView.ItemDecoration? = null, horizontalFadingEdgeEnabled: Boolean? = null, verticalFadingEdgeEnabled: Boolean? = null, fadingEdgeLength: Dimen? = null, recyclerViewId: Int? = null, overScrollMode: Int? = null, contentDescription: CharSequence? = null, itemAnimator: RecyclerView.ItemAnimator? = ExperimentalRecycler.DEFAULT_ITEM_ANIMATOR, recyclerEventsController: RecyclerEventsController? = null, onScrollListeners: List<RecyclerView.OnScrollListener?>? = null, snapHelper: SnapHelper? = null, pullToRefresh: Boolean? = null, touchInterceptor: LithoRecyclerView.TouchInterceptor? = null, onItemTouchListener: RecyclerView.OnItemTouchListener? = null, onRefresh: () -> Unit? = null, sectionsViewLogger: SectionsRecyclerView.SectionsRecyclerViewLogger? = null, useTwoBindersRecycler: Boolean = false, enableSeparateAnimatorBinder: Boolean = false, leftPadding: Int = 0, topPadding: Int = 0, rightPadding: Int = 0, bottomPadding: Int = 0, style: Style? = null): ExperimentalRecycler