LayoutParams

Constructors

Link copied to clipboard
constructor(c: Context, attrs: AttributeSet)
constructor(width: Int, height: Int)
constructor(width: Int, height: Int, gravity: Int)
constructor(@NonNull source: ViewGroup.MarginLayoutParams)
@RequiresApi(value = 19)
constructor(@NonNull source: FrameLayout.LayoutParams)
@RequiresApi(value = 19)
constructor(@NonNull source: CollapsingToolbarLayout.LayoutParams)

Properties

Link copied to clipboard
The view will act as normal with no collapsing behavior.
Link copied to clipboard
The view will scroll in a parallax fashion.
Link copied to clipboard
The view will pin in place until it reaches the bottom of the .
Link copied to clipboard
open var collapseMode: Int

Functions

Link copied to clipboard
Returns the parallax scroll multiplier used in conjunction with COLLAPSE_MODE_PARALLAX.
Link copied to clipboard
Checks whether the custom title view is set.
Link copied to clipboard
open fun seslSetIsTitleCustom(isCustom: Boolean)
Sets whether the title is using a custom view or not.
Link copied to clipboard
open fun setParallaxMultiplier(multiplier: Float)
Set the parallax scroll multiplier used in conjunction with COLLAPSE_MODE_PARALLAX.