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

A

AbstractItem - Class in de.mrapp.android.bottomsheet.model
An abstract base class for all items, which can be shown in a bottom sheet.
AbstractItem(int, CharSequence) - Constructor for class de.mrapp.android.bottomsheet.model.AbstractItem
Creates a new item.
adaptHeightToChildren() - Method in class de.mrapp.android.bottomsheet.view.DividableGridView
Adapts the height of the grid view to the height of its children.
add(AbstractItem) - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
Adds a new item to the adapter.
addDivider() - Method in class de.mrapp.android.bottomsheet.BottomSheet
Adds a new divider to the bottom sheet.
addDivider(CharSequence) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Adds a new divider to the bottom sheet.
addDivider(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Adds a new divider to the bottom sheet.
addDivider() - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Adds a new divider to the bottom sheet, which is created by the builder.
addDivider(CharSequence) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Adds a new divider to the bottom sheet, which is created by the builder.
addDivider(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Adds a new divider to the bottom sheet, which is created by the builder.
addItem(int, CharSequence) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Adds a new item to the bottom sheet.
addItem(int, CharSequence, Drawable) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Adds a new item to the bottom sheet.
addItem(int, int) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Adds a new item to the bottom sheet.
addItem(int, int, int) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Adds a new item to the bottom sheet.
addItem(int, CharSequence) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Adds a new item to the bottom sheet, which is created by the builder.
addItem(int, CharSequence, Drawable) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Adds a new item to the bottom sheet, which is created by the builder.
addItem(int, int) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Adds a new item to the bottom sheet, which is created by the builder.
addItem(int, int, int) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Adds a new item to the bottom sheet, which is created by the builder.
applyTransformation(float, Transformation) - Method in class de.mrapp.android.bottomsheet.animation.DraggableViewAnimation
 

B

BottomSheet - Class in de.mrapp.android.bottomsheet
A bottom sheet, which is designed according to the Android 5's Material Design guidelines even on pre-Lollipop devices.
BottomSheet(Context, int) - Constructor for class de.mrapp.android.bottomsheet.BottomSheet
Creates a bottom sheet, which is designed according to Android 5's Material Design guidelines even on pre-Lollipop devices.
BottomSheet.Builder - Class in de.mrapp.android.bottomsheet
A builder, which allows to create and show bottom sheets, which are designed according to Android 5's Material Design guidelines even on pre-Lollipop devices.
BottomSheet.Style - Enum in de.mrapp.android.bottomsheet
Contains all possible styles of a BottomSheet.
Builder(Context) - Constructor for class de.mrapp.android.bottomsheet.BottomSheet.Builder
Creates a new builder, which allows to create bottom sheets, which are designed according to Android 5's Material Design guidelines even on pre-Lollipop devices.
Builder(Context, int) - Constructor for class de.mrapp.android.bottomsheet.BottomSheet.Builder
Creates a new builder, which allows to create bottom sheets, which are designed according to Android 5's Material Design guidelines even on pre-Lollipop devices.

C

cancel() - Method in class de.mrapp.android.bottomsheet.BottomSheet
 
clear() - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
Removes all items from the adapter.
clone() - Method in class de.mrapp.android.bottomsheet.model.Divider
 
clone() - Method in class de.mrapp.android.bottomsheet.model.Item
 
containsDividers() - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
Returns, whether the adapter contains dividers, or not.
create() - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Creates a bottom sheet with the arguments, which have been supplied to the builder.

D

de.mrapp.android.bottomsheet - package de.mrapp.android.bottomsheet
 
de.mrapp.android.bottomsheet.adapter - package de.mrapp.android.bottomsheet.adapter
 
de.mrapp.android.bottomsheet.animation - package de.mrapp.android.bottomsheet.animation
 
de.mrapp.android.bottomsheet.model - package de.mrapp.android.bottomsheet.model
 
de.mrapp.android.bottomsheet.view - package de.mrapp.android.bottomsheet.view
 
dismiss() - Method in class de.mrapp.android.bottomsheet.BottomSheet
 
dispatchTouchEvent(MotionEvent) - Method in class de.mrapp.android.bottomsheet.view.DraggableView
 
DividableGridAdapter - Class in de.mrapp.android.bottomsheet.adapter
An adapter, which manages the items of a BottomSheet.
DividableGridAdapter(Context, BottomSheet.Style, int) - Constructor for class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
Creates a new adapter, which manages the items of a BottomSheet.
DividableGridView - Class in de.mrapp.android.bottomsheet.view
A grid view, which allows to display the items of a BottomSheet.
DividableGridView(Context) - Constructor for class de.mrapp.android.bottomsheet.view.DividableGridView
Creates a new grid view, which allows to display the items of a BottomSheet.
DividableGridView(Context, AttributeSet) - Constructor for class de.mrapp.android.bottomsheet.view.DividableGridView
Creates a new grid view, which allows to display the items of a BottomSheet.
DividableGridView(Context, AttributeSet, int) - Constructor for class de.mrapp.android.bottomsheet.view.DividableGridView
Creates a new grid view, which allows to display the items of a BottomSheet.
DividableGridView(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.bottomsheet.view.DividableGridView
Creates a new grid view, which allows to display the items of a BottomSheet.
Divider - Class in de.mrapp.android.bottomsheet.model
Represents a divider, which can be shown in a bottom sheet.
Divider() - Constructor for class de.mrapp.android.bottomsheet.model.Divider
Creates a new divider.
DIVIDER_ID - Static variable in class de.mrapp.android.bottomsheet.model.Divider
The id of dividers.
DraggableView - Class in de.mrapp.android.bottomsheet.view
The root view of a BottomSheet, which can be dragged by the user.
DraggableView(Context) - Constructor for class de.mrapp.android.bottomsheet.view.DraggableView
Creates a new root view of a BottomSheet, which can be dragged by the user.
DraggableView(Context, AttributeSet) - Constructor for class de.mrapp.android.bottomsheet.view.DraggableView
Creates a new root view of a BottomSheet, which can be dragged by the user.
DraggableView(Context, AttributeSet, int) - Constructor for class de.mrapp.android.bottomsheet.view.DraggableView
Creates a new root view of a BottomSheet, which can be dragged by the user.
DraggableView(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.bottomsheet.view.DraggableView
Creates a new root view of a BottomSheet, which can be dragged by the user.
DraggableView.Callback - Interface in de.mrapp.android.bottomsheet.view
Defines the interface, a class, which should be notified about the view's state, must implement.
DraggableViewAnimation - Class in de.mrapp.android.bottomsheet.animation
An animation, which allows to show or hide a DraggableView.
DraggableViewAnimation(DraggableView, int, long, Animation.AnimationListener) - Constructor for class de.mrapp.android.bottomsheet.animation.DraggableViewAnimation
Creates a new animation, which allows to show or hide a DraggableView.

E

equals(Object) - Method in class de.mrapp.android.bottomsheet.model.AbstractItem
 
equals(Object) - Method in class de.mrapp.android.bottomsheet.model.Item
 

G

getBackground() - Method in class de.mrapp.android.bottomsheet.BottomSheet
Returns the background of the bottom sheet.
getColumnCount() - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
Returns the number of columns, which are displayed by the adapter.
getContext() - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Returns the context, which is used by the builder.
getCount() - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
 
getDimAmount() - Method in class de.mrapp.android.bottomsheet.BottomSheet
Returns the dim amount, which is used to darken the area outside the bottom sheet.
getDividerColor() - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
Returns the color of the adapter's dividers.
getDividerColor() - Method in class de.mrapp.android.bottomsheet.BottomSheet
Returns the color of the dividers of the bottom sheet.
getDragSensitivity() - Method in class de.mrapp.android.bottomsheet.BottomSheet
Returns the sensitivity, which specifies the distance after which dragging has an effect on the bottom sheet, in relation to an internal value range.
getGridView() - Method in class de.mrapp.android.bottomsheet.BottomSheet
Returns the grid view, which is contained by the bottom sheet.
getIcon() - Method in class de.mrapp.android.bottomsheet.BottomSheet
Returns the icon of the bottom sheet.
getIcon() - Method in class de.mrapp.android.bottomsheet.model.Item
Returns the item's icon.
getId(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Returns the id of the item, which corresponds to a specific index.
getId() - Method in class de.mrapp.android.bottomsheet.model.AbstractItem
Returns the item's id.
getItem(int) - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
 
getItemColor() - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
Returns the text color of the adapter's items.
getItemColor() - Method in class de.mrapp.android.bottomsheet.BottomSheet
Returns the color of the items of the bottom sheet.
getItemCount() - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
Returns the number of items, which are contained by the adapter.
getItemCount() - Method in class de.mrapp.android.bottomsheet.BottomSheet
Returns the number of items, which are currently contained by the bottom sheet.
getItemId(int) - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
 
getItemViewType(int) - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
 
getListAdapter() - Method in class de.mrapp.android.bottomsheet.BottomSheet
Returns the adapter of the grid view, which is contained by the bottom sheet.
getStyle() - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
Returns the style, which is used to display the adapter's items.
getStyle() - Method in class de.mrapp.android.bottomsheet.BottomSheet
Returns the style, which is used to display the bottom sheet's items.
getTitle() - Method in class de.mrapp.android.bottomsheet.BottomSheet
Returns the title of the bottom sheet.
getTitle() - Method in class de.mrapp.android.bottomsheet.model.AbstractItem
Returns the item's title.
getTitleColor() - Method in class de.mrapp.android.bottomsheet.BottomSheet
Returns the color of the title of the bottom sheet.
getTopMargin() - Method in class de.mrapp.android.bottomsheet.view.DraggableView
Returns the top margin of the view.
getView(int, View, ViewGroup) - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
 
getViewTypeCount() - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
 
getWidth() - Method in class de.mrapp.android.bottomsheet.BottomSheet
Returns the width of the bottom sheet.

H

hashCode() - Method in class de.mrapp.android.bottomsheet.model.AbstractItem
 
hashCode() - Method in class de.mrapp.android.bottomsheet.model.Item
 
hideView(boolean) - Method in class de.mrapp.android.bottomsheet.view.DraggableView
Hides the view in an animated manner.

I

indexOf(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Returns the index of the item, which corresponds to a specific id.
invalidate() - Method in class de.mrapp.android.bottomsheet.BottomSheet
Invalidates the bottom sheet.
invalidateOnChange(boolean) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Sets, whether the bottom sheet should automatically be invalidated, when its items have been changed, or not.
isAnimationRunning() - Method in class de.mrapp.android.bottomsheet.view.DraggableView
Returns, whether an animation, which moves the view, is currently running, or not.
isDragging() - Method in class de.mrapp.android.bottomsheet.view.DraggableView
Returns, whether a drag gesture, which moves the view, is currently performed, or not.
isEmpty() - Method in class de.mrapp.android.bottomsheet.BottomSheet
Returns, whether the bottom sheet contains any items, or not.
isEnabled(int) - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
 
isEnabled() - Method in class de.mrapp.android.bottomsheet.model.Item
Returns, whether the item is enabled, or not.
isItemEnabled(int) - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
Returns, whether the item at a specific index is enabled, or not.
isItemEnabled(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Returns, whether the item at a specific index is enabled, or not.
isMaximized() - Method in class de.mrapp.android.bottomsheet.BottomSheet
Returns, whether the bottom sheet is currently maximized, or not.
isMaximized() - Method in class de.mrapp.android.bottomsheet.view.DraggableView
Returns, whether the view is currently maximized, or not.
Item - Class in de.mrapp.android.bottomsheet.model
Represents a item, which can be shown in a bottom sheet.
Item(int, CharSequence) - Constructor for class de.mrapp.android.bottomsheet.model.Item
Creates a new item.
Item(Context, int, int) - Constructor for class de.mrapp.android.bottomsheet.model.Item
Creates a new item.

M

maximize() - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Creates a bottom sheet with the arguments, which have been supplied to the builder and immediately maximizes it.
maximize() - Method in class de.mrapp.android.bottomsheet.BottomSheet
Maximizes the bottom sheet.
maximize(Interpolator) - Method in class de.mrapp.android.bottomsheet.view.DraggableView
Maximizes the view.

N

notifyOnChange(boolean) - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
Sets, whether the notifyDataSetChanged-method should be called automatically, when the adapter's items have been changed, or not.

O

onAttachedToWindow() - Method in class de.mrapp.android.bottomsheet.view.DraggableView
 
onGlobalLayout() - Method in class de.mrapp.android.bottomsheet.view.DraggableView
 
onHidden(boolean) - Method in class de.mrapp.android.bottomsheet.BottomSheet
 
onHidden(boolean) - Method in interface de.mrapp.android.bottomsheet.view.DraggableView.Callback
The method, which is invoked, when the view has been hidden.
onMaximize(BottomSheet) - Method in interface de.mrapp.android.bottomsheet.OnMaximizeListener
The method, which is invoked, when a bottom sheet has been maximized.
onMaximized() - Method in class de.mrapp.android.bottomsheet.BottomSheet
 
onMaximized() - Method in interface de.mrapp.android.bottomsheet.view.DraggableView.Callback
The method, which is invoked, when the view has been maximized.
OnMaximizeListener - Interface in de.mrapp.android.bottomsheet
Defines the interface, a class, which should be notified, when a bottom sheet has been maximized, must implement.
onMeasure(int, int) - Method in class de.mrapp.android.bottomsheet.view.DraggableView
 
onRestoreInstanceState(Bundle) - Method in class de.mrapp.android.bottomsheet.BottomSheet
 
onSaveInstanceState() - Method in class de.mrapp.android.bottomsheet.BottomSheet
 
onStart() - Method in class de.mrapp.android.bottomsheet.BottomSheet
 
onStop() - Method in class de.mrapp.android.bottomsheet.BottomSheet
 
onTouchEvent(MotionEvent) - Method in class de.mrapp.android.bottomsheet.view.DraggableView
 

P

performClick() - Method in class de.mrapp.android.bottomsheet.view.DraggableView
 

R

remove(int) - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
Removes the item at a specific index.
removeAllItems() - Method in class de.mrapp.android.bottomsheet.BottomSheet
Removes all items from the bottom sheet.
removeItem(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Removes the item with at a specific index from the bottom sheet.

S

set(int, AbstractItem) - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
Replaces the item with at a specific index
setBackground(Bitmap) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the background of the bottom sheet, which is created by the builder.
setBackground(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the background of the bottom sheet, which is created by the builder.
setBackground(Bitmap) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Sets the background of the bottom sheet.
setBackground(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Sets the background of the bottom sheet.
setBackgroundColor(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the background color of the bottom sheet, which is created by the builder.
setBackgroundColor(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Sets the background color of the bottom sheet.
setCallback(DraggableView.Callback) - Method in class de.mrapp.android.bottomsheet.view.DraggableView
Sets the callback, which should be notified about the view's state.
setCancelable(boolean) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets, whether the bottom sheet, which is created by the builder, should be cancelable, or not.
setCancelable(boolean) - Method in class de.mrapp.android.bottomsheet.BottomSheet
 
setCanceledOnTouchOutside(boolean) - Method in class de.mrapp.android.bottomsheet.BottomSheet
 
setCustomTitle(View) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the custom view, which should be used to show the title of the bottom sheet, which is created by the builder.
setCustomTitle(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the custom view, which should be used to show the title of the bottom sheet, which is created by the builder.
setCustomTitle(View) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Sets the custom view, which should be used to show the title of the bottom sheet.
setCustomTitle(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Sets the custom view, which should be used to show the title of the bottom sheet.
setDimAmount(float) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the dim amount, which should be used to darken the area outside the bottom sheet, which is created by the builder.
setDimAmount(float) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Sets the dim amount, which should be used to darken the area outside the bottom sheet.
setDivider(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Replaces the item at a specific index with a divider.
setDivider(int, CharSequence) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Replaces the item at a specific index with a divider.
setDivider(int, int) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Replaces the item at a specific index with a divider.
setDividerColor(int) - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
Sets the color of the adapter's dividers.
setDividerColor(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the color of the dividers of the bottom sheet, which is created by the builder.
setDividerColor(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Sets the color of the dividers of the bottom sheet.
setDragSensitivity(float) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the sensitivity, which specifies the distance after which dragging has an effect on the bottom sheet, in relation to an internal value range.
setDragSensitivity(float) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Sets the sensitivity, which specifies the distance after which dragging has an effect on the bottom sheet, in relation to an internal value range.
setDragSensitivity(int) - Method in class de.mrapp.android.bottomsheet.view.DraggableView
Sets the distance in pixels, a drag gesture must last until it is recognized.
setEnabled(boolean) - Method in class de.mrapp.android.bottomsheet.model.Item
Sets, whether the item should be enabled, or not.
setIcon(Bitmap) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the icon of the bottom sheet, which is created by the builder.
setIcon(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the icon of the bottom sheet, which is created by the builder.
setIcon(Bitmap) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Sets the icon of the bottom sheet.
setIcon(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Sets the icon of the bottom sheet.
setIcon(Drawable) - Method in class de.mrapp.android.bottomsheet.model.Item
Sets the item's icon.
setIcon(Context, int) - Method in class de.mrapp.android.bottomsheet.model.Item
Sets the item's icon.
setIconAttribute(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Set the icon of the bottom sheet, which is created by the builder.
setIconAttribute(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Set the icon of the bottom sheet.
setIntent(Activity, Intent) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Adds the apps, which are able to handle a specific intent, as items to the bottom sheet, which is created by the builder.
setIntent(Activity, Intent) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Adds the apps, which are able to handle a specific intent, as items to the bottom sheet.
setItem(int, int, CharSequence) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Replaces the item at a specific index with another item.
setItem(int, int, CharSequence, Drawable) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Replaces the item at a specific index with another item.
setItem(int, int, int) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Replaces the item at a specific index with another item.
setItem(int, int, int, int) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Replaces the item at a specific index with another item.
setItemColor(int) - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
Sets the text color of the adapter's items.
setItemColor(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the color of the items of the bottom sheet, which is created by the builder.
setItemColor(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Sets the color of the items of the bottom sheet.
setItemEnabled(int, boolean) - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
Sets, whether the item at a specific index should be enabled, or not.
setItemEnabled(int, boolean) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets, whether the item at a specific index should be enabled, or not.
setItemEnabled(int, boolean) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Sets, whether the item at a specific index should be enabled, or not.
setOnCancelListener(DialogInterface.OnCancelListener) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the listener, which should be notified, when the bottom sheet, which is created by the builder, is canceled.
setOnDismissListener(DialogInterface.OnDismissListener) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the listener, which should be notified, when the bottom sheet, which is created by the builder, is dismissed for any reason.
setOnItemClickListener(AdapterView.OnItemClickListener) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the listener, which should be notified, when an item of the bottom sheet has been clicked.
setOnItemClickListener(AdapterView.OnItemClickListener) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Sets the listener, which should be notified, when an item of the bottom sheet has been clicked.
setOnItemLongClickListener(AdapterView.OnItemLongClickListener) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the listener, which should be notified, when an item of the bottom sheet has been long-clicked.
setOnItemLongClickListener(AdapterView.OnItemLongClickListener) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Sets the listener, which should be notified, when an item of the bottom sheet has been long-clicked.
setOnKeyListener(DialogInterface.OnKeyListener) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the listener, which should be notified, if a key is dispatched to the bottom sheet, which is created by the builder.
setOnMaximizeListener(OnMaximizeListener) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the listener, which should be notified, when the bottom sheet, which is created by the builder, has been maximized.
setOnMaximizeListener(OnMaximizeListener) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Sets the listener, which should be notified, when the bottom sheet has been maximized.
setOnShowListener(DialogInterface.OnShowListener) - Method in class de.mrapp.android.bottomsheet.BottomSheet
 
setStyle(BottomSheet.Style) - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
Sets the style, which should be used to display the adapter's items.
setStyle(BottomSheet.Style) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the style of the bottom sheet, which is created by the builder.
setStyle(BottomSheet.Style) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Sets the style, which should be used to display the bottom sheet's items.
setTitle(CharSequence) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the title of the bottom sheet, which is created by the builder.
setTitle(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the title of the bottom sheet, which is created by the builder.
setTitle(CharSequence) - Method in class de.mrapp.android.bottomsheet.BottomSheet
 
setTitle(CharSequence) - Method in class de.mrapp.android.bottomsheet.model.AbstractItem
Sets the item's title.
setTitle(Context, int) - Method in class de.mrapp.android.bottomsheet.model.Divider
Sets the divider's title.
setTitle(Context, int) - Method in class de.mrapp.android.bottomsheet.model.Item
Sets the title of the item.
setTitle(CharSequence) - Method in class de.mrapp.android.bottomsheet.model.Item
 
setTitleColor(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the color of the title of the bottom sheet, which is created by the builder.
setTitleColor(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Sets the color of the title of the bottom sheet.
setView(View) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the custom view, which should be shown by the bottom sheet, which is created by the builder.
setView(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the custom view, which should be shown by the bottom sheet, which is created by the builder.
setView(View) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Sets the custom view, which should be shown by the bottom sheet.
setView(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Sets the custom view, which should be shown by the bottom sheet.
setWidth(int) - Method in class de.mrapp.android.bottomsheet.adapter.DividableGridAdapter
Sets the width of the bottom sheet, the items, which are displayed by the adapter, belong to.
setWidth(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Sets the width of the bottom sheet, which is created by the builder.
setWidth(int) - Method in class de.mrapp.android.bottomsheet.BottomSheet
Sets the width of the bottom sheet.
setWidth(int) - Method in class de.mrapp.android.bottomsheet.view.DraggableView
Sets the width of the view.
show() - Method in class de.mrapp.android.bottomsheet.BottomSheet.Builder
Creates a bottom sheet with the arguments, which have been supplied to the builder and immediately displays it.

T

toString() - Method in class de.mrapp.android.bottomsheet.model.Divider
 
toString() - Method in class de.mrapp.android.bottomsheet.model.Item
 

V

valueOf(String) - Static method in enum de.mrapp.android.bottomsheet.BottomSheet.Style
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.mrapp.android.bottomsheet.BottomSheet.Style
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G H I M N O P R S T V 
Skip navigation links