Skip navigation links
B C F G O S W 

B

BottomSheetCoordinatorBehavior - Class in com.otaliastudios.bottomsheetcoordinatorlayout
This Behavior allows AppBarLayout to accept drag events.
BottomSheetCoordinatorBehavior() - Constructor for class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetCoordinatorBehavior
 
BottomSheetCoordinatorBehavior(Context, AttributeSet) - Constructor for class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetCoordinatorBehavior
 
BottomSheetCoordinatorLayout - Class in com.otaliastudios.bottomsheetcoordinatorlayout
A hacky CoordinatorLayout that can act as a bottom sheet through BottomSheetBehavior.
BottomSheetCoordinatorLayout(Context) - Constructor for class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetCoordinatorLayout
 
BottomSheetCoordinatorLayout(Context, AttributeSet) - Constructor for class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetCoordinatorLayout
 
BottomSheetCoordinatorLayout(Context, AttributeSet, int) - Constructor for class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetCoordinatorLayout
 
BottomSheetInsetsBehavior<V extends android.view.View> - Class in com.otaliastudios.bottomsheetcoordinatorlayout
This: - tries to fix the hideable bug - ensures that any inset is passed to our bottom sheet view before it is consumed by some other.
BottomSheetInsetsBehavior() - Constructor for class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetInsetsBehavior
 
BottomSheetInsetsBehavior(Context, AttributeSet) - Constructor for class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetInsetsBehavior
 
BottomSheetInsetsBehavior.SavedState - Class in com.otaliastudios.bottomsheetcoordinatorlayout
 

C

com.otaliastudios.bottomsheetcoordinatorlayout - package com.otaliastudios.bottomsheetcoordinatorlayout
 
CREATOR - Static variable in class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetInsetsBehavior.SavedState
 

F

findAppBar() - Method in class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetCoordinatorLayout
Returns an AppBarLayout if present.
from(BottomSheetCoordinatorLayout) - Static method in class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetCoordinatorBehavior
 

G

getBehavior() - Method in class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetCoordinatorLayout
Returns our behavior, if available.
getState() - Method in class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetCoordinatorLayout
Returns the current sheet behavior state, or -1 if the behavior is not available yet.

O

onApplyWindowInsets(CoordinatorLayout, V, WindowInsetsCompat) - Method in class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetInsetsBehavior
 
onInterceptTouchEvent(CoordinatorLayout, BottomSheetCoordinatorLayout, MotionEvent) - Method in class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetCoordinatorBehavior
 
onMeasure(int, int) - Method in class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetCoordinatorLayout
Based on Coordinator source, this seems to be the earliest point where we can be sure that we have a behavior.
onOffsetChanged(AppBarLayout, int) - Method in class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetCoordinatorLayout
 
onRestoreInstanceState(CoordinatorLayout, V, Parcelable) - Method in class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetInsetsBehavior
 
onSaveInstanceState(CoordinatorLayout, V) - Method in class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetInsetsBehavior
 
onTouchEvent(CoordinatorLayout, BottomSheetCoordinatorLayout, MotionEvent) - Method in class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetCoordinatorBehavior
 

S

SavedState(Parcel, ClassLoader) - Constructor for class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetInsetsBehavior.SavedState
 
SavedState(Parcelable, boolean) - Constructor for class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetInsetsBehavior.SavedState
 
setBottomSheetCallback(BottomSheetBehavior.BottomSheetCallback) - Method in class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetCoordinatorLayout
Set a BottomSheetBehavior.BottomSheetCallback callback to our behavior, as soon as it is available.
setHideable(boolean) - Method in class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetCoordinatorLayout
Set the hideable flag to our behavior, as soon as it is available.
setSkipCollapsed(boolean) - Method in class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetCoordinatorLayout
Set the skipCollapsed flag to our behavior, as soon as it is available.
setState(int) - Method in class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetCoordinatorLayout
Set the state to our behavior, as soon as it is available.

W

writeToParcel(Parcel, int) - Method in class com.otaliastudios.bottomsheetcoordinatorlayout.BottomSheetInsetsBehavior.SavedState
 
B C F G O S W 
Skip navigation links