V - bottom sheet root view, typically BottomSheetCoordinatorLayoutpublic class BottomSheetInsetsBehavior<V extends android.view.View>
extends android.support.design.widget.BottomSheetBehavior<V>
| Modifier and Type | Class and Description |
|---|---|
static class |
BottomSheetInsetsBehavior.SavedState |
| Constructor and Description |
|---|
BottomSheetInsetsBehavior() |
BottomSheetInsetsBehavior(android.content.Context context,
android.util.AttributeSet attrs) |
| Modifier and Type | Method and Description |
|---|---|
android.support.v4.view.WindowInsetsCompat |
onApplyWindowInsets(android.support.design.widget.CoordinatorLayout coordinatorLayout,
V child,
android.support.v4.view.WindowInsetsCompat insets) |
void |
onRestoreInstanceState(android.support.design.widget.CoordinatorLayout parent,
V child,
android.os.Parcelable state) |
android.os.Parcelable |
onSaveInstanceState(android.support.design.widget.CoordinatorLayout parent,
V child) |
from, getPeekHeight, getSkipCollapsed, getState, isFitToContents, isHideable, onInterceptTouchEvent, onLayoutChild, onNestedPreFling, onNestedPreScroll, onStartNestedScroll, onStopNestedScroll, onTouchEvent, setBottomSheetCallback, setFitToContents, setHideable, setPeekHeight, setSkipCollapsed, setStateblocksInteractionBelow, getInsetDodgeRect, getScrimColor, getScrimOpacity, getTag, layoutDependsOn, onAttachedToLayoutParams, onDependentViewChanged, onDependentViewRemoved, onDetachedFromLayoutParams, onMeasureChild, onNestedFling, onNestedPreScroll, onNestedScroll, onNestedScroll, onNestedScrollAccepted, onNestedScrollAccepted, onRequestChildRectangleOnScreen, onStartNestedScroll, onStopNestedScroll, setTagpublic BottomSheetInsetsBehavior()
public BottomSheetInsetsBehavior(android.content.Context context,
android.util.AttributeSet attrs)
@NonNull
public android.support.v4.view.WindowInsetsCompat onApplyWindowInsets(android.support.design.widget.CoordinatorLayout coordinatorLayout,
V child,
android.support.v4.view.WindowInsetsCompat insets)
onApplyWindowInsets in class android.support.design.widget.CoordinatorLayout.Behavior<V extends android.view.View>public android.os.Parcelable onSaveInstanceState(android.support.design.widget.CoordinatorLayout parent,
V child)
onSaveInstanceState in class android.support.design.widget.BottomSheetBehavior<V extends android.view.View>