liquidswipe / com.jem.liquidswipe.base / LiquidSwipeLayout
LiquidSwipeLayout
interface LiquidSwipeLayout
LiquidSwipeLayout is the base interface for all the other LiquidSwipeLayouts
Properties
| Name | Summary |
|---|---|
| clipPathProvider | abstract var clipPathProvider: ClipPathProviderClipPathProvider provides the path used for clipping. |
| currentRevealPercent | abstract var currentRevealPercent: FloatPercentage of the view currently revealed. |
Functions
| Name | Summary |
|---|---|
| revealForPercentage | abstract fun revealForPercentage(percent: Float): UnitUpdate view to specified reveal percentage. |
Inheritors
| Name | Summary |
|---|---|
| LiquidSwipeConstraintLayout | open class LiquidSwipeConstraintLayout : ConstraintLayout, LiquidSwipeLayoutLiquidSwipeConstraintLayout is a custom ConstraintLayout that implements LiquidSwipeLayout. |
| LiquidSwipeFrameLayout | open class LiquidSwipeFrameLayout : FrameLayout, LiquidSwipeLayoutLiquidSwipeFrameLayout is a custom FrameLayout that implements LiquidSwipeLayout. |
| LiquidSwipeLinearLayout | open class LiquidSwipeLinearLayout : LinearLayout, LiquidSwipeLayoutLiquidSwipeLinearLayout is a custom LinearLayout that implements LiquidSwipeLayout. |