Skip navigation links
A B C D E G I M O P R S T V 

A

addOnSheetDismissedListener(OnSheetDismissedListener) - Method in class com.flipboard.bottomsheet.BottomSheetLayout
Adds an OnSheetDismissedListener which will be notified when the state of the presented sheet changes.
addOnSheetStateChangeListener(BottomSheetLayout.OnSheetStateChangeListener) - Method in class com.flipboard.bottomsheet.BottomSheetLayout
Adds an BottomSheetLayout.OnSheetStateChangeListener which will be notified when the state of the presented sheet changes.
addView(View) - Method in class com.flipboard.bottomsheet.BottomSheetLayout
Don't call addView directly, use setContentView() and showWithSheetView()
addView(View, int) - Method in class com.flipboard.bottomsheet.BottomSheetLayout
 
addView(View, int, ViewGroup.LayoutParams) - Method in class com.flipboard.bottomsheet.BottomSheetLayout
 
addView(View, ViewGroup.LayoutParams) - Method in class com.flipboard.bottomsheet.BottomSheetLayout
 
addView(View, int, int) - Method in class com.flipboard.bottomsheet.BottomSheetLayout
 

B

BaseViewTransformer - Class in com.flipboard.bottomsheet
A very simple view transformer which only handles applying a correct dim.
BaseViewTransformer() - Constructor for class com.flipboard.bottomsheet.BaseViewTransformer
 
BottomSheetLayout - Class in com.flipboard.bottomsheet
 
BottomSheetLayout(Context) - Constructor for class com.flipboard.bottomsheet.BottomSheetLayout
 
BottomSheetLayout(Context, AttributeSet) - Constructor for class com.flipboard.bottomsheet.BottomSheetLayout
 
BottomSheetLayout(Context, AttributeSet, int) - Constructor for class com.flipboard.bottomsheet.BottomSheetLayout
 
BottomSheetLayout(Context, AttributeSet, int, int) - Constructor for class com.flipboard.bottomsheet.BottomSheetLayout
 
BottomSheetLayout.OnSheetStateChangeListener - Interface in com.flipboard.bottomsheet
 
BottomSheetLayout.State - Enum in com.flipboard.bottomsheet
 
bottomSheetOwnsTouch - Variable in class com.flipboard.bottomsheet.BottomSheetLayout
 

C

com.flipboard.bottomsheet - package com.flipboard.bottomsheet
 

D

dismissSheet() - Method in class com.flipboard.bottomsheet.BottomSheetLayout
Dismiss the sheet currently being presented.

E

expandSheet() - Method in class com.flipboard.bottomsheet.BottomSheetLayout
Set the presented sheet to be in an expanded state.

G

getContentView() - Method in class com.flipboard.bottomsheet.BottomSheetLayout
 
getDimAlpha(float, float, float, BottomSheetLayout, View) - Method in class com.flipboard.bottomsheet.BaseViewTransformer
 
getDimAlpha(float, float, float, BottomSheetLayout, View) - Method in interface com.flipboard.bottomsheet.ViewTransformer
Called on when the translation of the sheet view changes allowing you to customize the amount of dimming which is applied to the content view.
getInterceptContentTouch() - Method in class com.flipboard.bottomsheet.BottomSheetLayout
 
getMaxSheetTranslation() - Method in class com.flipboard.bottomsheet.BottomSheetLayout
 
getPeekOnDismiss() - Method in class com.flipboard.bottomsheet.BottomSheetLayout
Returns the current peekOnDismiss value, which controls the behavior response to back presses when the current state is BottomSheetLayout.State.EXPANDED.
getPeekSheetTranslation() - Method in class com.flipboard.bottomsheet.BottomSheetLayout
 
getSheetView() - Method in class com.flipboard.bottomsheet.BottomSheetLayout
 
getState() - Method in class com.flipboard.bottomsheet.BottomSheetLayout
 

I

isSheetShowing() - Method in class com.flipboard.bottomsheet.BottomSheetLayout
 
isTablet(Context) - Static method in class com.flipboard.bottomsheet.BottomSheetLayout
Returns whether or not BottomSheetLayout will assume it's being shown on a tablet.

M

MAX_DIM_ALPHA - Static variable in class com.flipboard.bottomsheet.BaseViewTransformer
 

O

onAttachedToWindow() - Method in class com.flipboard.bottomsheet.BottomSheetLayout
 
onDetachedFromWindow() - Method in class com.flipboard.bottomsheet.BottomSheetLayout
 
onDismissed(BottomSheetLayout) - Method in interface com.flipboard.bottomsheet.OnSheetDismissedListener
Called when the presented sheet has been dismissed.
onInterceptTouchEvent(MotionEvent) - Method in class com.flipboard.bottomsheet.BottomSheetLayout
 
onKeyPreIme(int, KeyEvent) - Method in class com.flipboard.bottomsheet.BottomSheetLayout
 
onLayout(boolean, int, int, int, int) - Method in class com.flipboard.bottomsheet.BottomSheetLayout
 
OnSheetDismissedListener - Interface in com.flipboard.bottomsheet
 
onSheetStateChanged(BottomSheetLayout.State) - Method in interface com.flipboard.bottomsheet.BottomSheetLayout.OnSheetStateChangeListener
 
onTouchEvent(MotionEvent) - Method in class com.flipboard.bottomsheet.BottomSheetLayout
 

P

peekSheet() - Method in class com.flipboard.bottomsheet.BottomSheetLayout
Set the presented sheet to be in a peeked state.
predictedDefaultWidth(Context) - Static method in class com.flipboard.bottomsheet.BottomSheetLayout
Returns the predicted default width of the sheet if it were shown.

R

removeOnSheetDismissedListener(OnSheetDismissedListener) - Method in class com.flipboard.bottomsheet.BottomSheetLayout
Removes a previously added OnSheetDismissedListener.
removeOnSheetStateChangeListener(BottomSheetLayout.OnSheetStateChangeListener) - Method in class com.flipboard.bottomsheet.BottomSheetLayout

S

setContentView(View) - Method in class com.flipboard.bottomsheet.BottomSheetLayout
Set the content view of the bottom sheet.
setDefaultViewTransformer(ViewTransformer) - Method in class com.flipboard.bottomsheet.BottomSheetLayout
Set the default view transformer to use for showing a sheet.
setInterceptContentTouch(boolean) - Method in class com.flipboard.bottomsheet.BottomSheetLayout
Controls whether or not child view interaction is possible when the bottomsheet is open.
setPeekOnDismiss(boolean) - Method in class com.flipboard.bottomsheet.BottomSheetLayout
Controls the behavior on back button press when the state is BottomSheetLayout.State.EXPANDED.
setPeekSheetTranslation(float) - Method in class com.flipboard.bottomsheet.BottomSheetLayout
Set custom height for PEEKED state.
setShouldDimContentView(boolean) - Method in class com.flipboard.bottomsheet.BottomSheetLayout
Enable or disable dimming of the content view while a sheet is presented.
setUseHardwareLayerWhileAnimating(boolean) - Method in class com.flipboard.bottomsheet.BottomSheetLayout
Enable or disable the use of a hardware layer for the presented sheet while animating.
shouldDimContentView() - Method in class com.flipboard.bottomsheet.BottomSheetLayout
 
showWithSheetView(View) - Method in class com.flipboard.bottomsheet.BottomSheetLayout
Convenience for showWithSheetView(sheetView, null, null).
showWithSheetView(View, ViewTransformer) - Method in class com.flipboard.bottomsheet.BottomSheetLayout
Present a sheet view to the user.

T

transformView(float, float, float, BottomSheetLayout, View) - Method in interface com.flipboard.bottomsheet.ViewTransformer
Called on every frame while animating the presented sheet.

V

valueOf(String) - Static method in enum com.flipboard.bottomsheet.BottomSheetLayout.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.flipboard.bottomsheet.BottomSheetLayout.State
Returns an array containing the constants of this enum type, in the order they are declared.
ViewTransformer - Interface in com.flipboard.bottomsheet
 
A B C D E G I M O P R S T V 
Skip navigation links