Class MyBottomSheetBehaviour
-
- All Implemented Interfaces:
public final class MyBottomSheetBehaviour extends BottomSheetBehavior<View>
s.y.biryukov
-
-
Field Summary
Fields Modifier and Type Field Description private IntegersaveFlagsprivate BooleanfitToContentsprivate IntegerpeekHeightprivate IntegermaxWidthprivate IntegermaxHeightprivate BooleangestureInsetBottomIgnoredprivate IntegerexpandedOffsetprivate FloathalfExpandedRatioprivate Booleanhideableprivate BooleanskipCollapsedprivate Booleandraggableprivate Integerstateprivate final IntegerlastStableState
-
Constructor Summary
Constructors Constructor Description MyBottomSheetBehaviour(Context context, AttributeSet attrs)MyBottomSheetBehaviour(Context context)
-
Method Summary
Modifier and Type Method Description FloatgetScrimOpacity(CoordinatorLayout parent, View child)-
Methods inherited from class com.google.android.material.bottomsheet.BottomSheetBehavior
addBottomSheetCallback, disableShapeAnimations, getExpandedOffset, getHalfExpandedRatio, getLastStableState, getMaxHeight, getMaxWidth, getPeekHeight, getSaveFlags, getSkipCollapsed, getState, isDraggable, isFitToContents, isGestureInsetBottomIgnored, isHideable, isNestedScrollingCheckEnabled, onAttachedToLayoutParams, onDetachedFromLayoutParams, onInterceptTouchEvent, onLayoutChild, onMeasureChild, onNestedPreFling, onNestedPreScroll, onNestedScroll, onRestoreInstanceState, onSaveInstanceState, onStartNestedScroll, onStopNestedScroll, onTouchEvent, removeBottomSheetCallback, setBottomSheetCallback, setDraggable, setExpandedOffset, setFitToContents, setGestureInsetBottomIgnored, setHalfExpandedRatio, setHideable, setHideableInternal, setMaxHeight, setMaxWidth, setPeekHeight, setPeekHeight, setSaveFlags, setSkipCollapsed, setState, setUpdateImportantForAccessibilityOnSiblings, shouldExpandOnUpwardDrag, shouldSkipHalfExpandedStateWhenDragging, shouldSkipSmoothAnimation -
Methods inherited from class androidx.coordinatorlayout.widget.CoordinatorLayout.Behavior
blocksInteractionBelow, getInsetDodgeRect, getScrimColor, layoutDependsOn, onApplyWindowInsets, onDependentViewChanged, onDependentViewRemoved, onNestedFling, onNestedPreScroll, onNestedScroll, onNestedScroll, onNestedScrollAccepted, onNestedScrollAccepted, onRequestChildRectangleOnScreen, onStartNestedScroll, onStopNestedScroll -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MyBottomSheetBehaviour
MyBottomSheetBehaviour(Context context, AttributeSet attrs)
-
MyBottomSheetBehaviour
MyBottomSheetBehaviour(Context context)
-
-
Method Detail
-
getScrimOpacity
Float getScrimOpacity(CoordinatorLayout parent, View child)
-
-
-
-