- 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.
- 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.
- 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.