-
public class RecyclerViewContentBehavior.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerSTATE_EXPANDEDprivate final IntegerSTATE_COLLAPSEDprivate final IntegerSTATE_HIDDENpublic final static RecyclerViewContentBehavior.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetSTATE_EXPANDED()The bottom sheet is expanded. final IntegergetSTATE_COLLAPSED()The bottom sheet is collapsed. final IntegergetSTATE_HIDDEN()The bottom sheet is hidden. -
-
Method Detail
-
getSTATE_EXPANDED
final Integer getSTATE_EXPANDED()
The bottom sheet is expanded.
-
getSTATE_COLLAPSED
final Integer getSTATE_COLLAPSED()
The bottom sheet is collapsed.
-
getSTATE_HIDDEN
final Integer getSTATE_HIDDEN()
The bottom sheet is hidden.
-
-
-
-