ExperimentalVerticalScroll

class ExperimentalVerticalScroll(val scrollbarEnabled: Boolean, val nestedScrollingEnabled: Boolean, val verticalFadingEdgeEnabled: Boolean, val fillViewport: Boolean, val scrollbarFadingEnabled: Boolean, val overScrollMode: Int, val fadingEdgeLength: Dimen, @ColorInt val fadingEdgeColor: Int?, val initialScrollPosition: Dimen, val eventsController: VerticalScrollEventsController?, val onScrollChange: (NestedScrollView, scrollY: Int, oldScrollY: Int) -> Unit?, val onInterceptTouch: (NestedScrollView, event: MotionEvent) -> Boolean?, val onScrollStateChange: (View, Int) -> Unit?, val incrementalMountEnabled: Boolean = true, val child: Component, val style: Style?) : PrimitiveComponent

Constructors

Link copied to clipboard
constructor(scrollbarEnabled: Boolean, nestedScrollingEnabled: Boolean, verticalFadingEdgeEnabled: Boolean, fillViewport: Boolean, scrollbarFadingEnabled: Boolean, overScrollMode: Int, fadingEdgeLength: Dimen, @ColorInt fadingEdgeColor: Int?, initialScrollPosition: Dimen, eventsController: VerticalScrollEventsController?, onScrollChange: (NestedScrollView, scrollY: Int, oldScrollY: Int) -> Unit?, onInterceptTouch: (NestedScrollView, event: MotionEvent) -> Boolean?, onScrollStateChange: (View, Int) -> Unit?, incrementalMountEnabled: Boolean = true, child: Component, style: Style?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val fadingEdgeLength: Dimen
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val onScrollChange: (NestedScrollView, scrollY: Int, oldScrollY: Int) -> Unit?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val style: Style?

Functions

Link copied to clipboard
Link copied to clipboard
operator override fun equals(@Nullable other: Any?): Boolean
Link copied to clipboard
Link copied to clipboard
open fun <T : Any> getDebugAttribute(p0: AttributeKey<T>): T & Any
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
override fun getSimpleName(): String
Link copied to clipboard
fun getTypeId(): Int
Link copied to clipboard
override fun hashCode(): Int
Link copied to clipboard
override fun isEquivalentTo(other: Component?): Boolean
Link copied to clipboard
override fun makeShallowCopy(): Component
Link copied to clipboard
fun measure(p0: ComponentContext, p1: Int, p2: Int, p3: Size)
fun measure(p0: ComponentContext, p1: Int, p2: Int, p3: Size, p4: Boolean)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun <T : Any> setDebugAttributeKey(attributeKey: AttributeKey<T>, value: T & Any)
Link copied to clipboard
override fun toString(): String