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

A

AccessFragmentInternals - Class in android.support.v4.app
 
ActivityInfo(Drawable, String, Context, Class<?>) - Constructor for class com.flipboard.bottomsheet.commons.IntentPickerSheetView.ActivityInfo
 
adapter - Variable in class com.flipboard.bottomsheet.commons.ImagePickerSheetView
 
adapter - Variable in class com.flipboard.bottomsheet.commons.IntentPickerSheetView
 
android.support.v4.app - package android.support.v4.app
 
appGrid - Variable in class com.flipboard.bottomsheet.commons.IntentPickerSheetView
 

B

BottomSheetFragment - Class in com.flipboard.bottomsheet.commons
A fragment that shows itself in a BottomSheetLayout.
BottomSheetFragment() - Constructor for class com.flipboard.bottomsheet.commons.BottomSheetFragment
 
BottomSheetFragmentDelegate - Class in com.flipboard.bottomsheet.commons
This class represents a delegate which you can use to extend BottomSheet's fragment support to any Fragment implementing BottomSheetFragmentInterface.
BottomSheetFragmentInterface - Interface in com.flipboard.bottomsheet.commons
This interface can be applied to a Fragment to make it compatible with BottomSheetFragmentDelegate.
Builder(Context) - Constructor for class com.flipboard.bottomsheet.commons.ImagePickerSheetView.Builder
 

C

CAMERA - Static variable in class com.flipboard.bottomsheet.commons.ImagePickerSheetView.ImagePickerTile
 
cameraDrawable - Variable in class com.flipboard.bottomsheet.commons.ImagePickerSheetView
 
com.flipboard.bottomsheet.commons - package com.flipboard.bottomsheet.commons
 
componentName - Variable in class com.flipboard.bottomsheet.commons.IntentPickerSheetView.ActivityInfo
 
create(BottomSheetFragmentInterface) - Static method in class com.flipboard.bottomsheet.commons.BottomSheetFragmentDelegate
 
create() - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView.Builder
 

D

DEFAULT_LAYOUT_GRID_ITEM - Static variable in class com.flipboard.bottomsheet.commons.MenuSheetView
 
DEFAULT_LAYOUT_LIST_ITEM - Static variable in class com.flipboard.bottomsheet.commons.MenuSheetView
 
dismiss() - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragment
Dismiss the fragment and it's bottom sheet.
dismiss() - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragmentDelegate
Dismiss the fragment and it's bottom sheet.
dismiss() - Method in interface com.flipboard.bottomsheet.commons.BottomSheetFragmentInterface
Dismiss the fragment and it's bottom sheet.
dismissAllowingStateLoss() - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragment
Version of BottomSheetFragmentInterface.dismiss() that uses FragmentTransaction.commitAllowingStateLoss().
dismissAllowingStateLoss() - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragmentDelegate
Version of BottomSheetFragmentDelegate.dismiss() that uses FragmentTransaction.commitAllowingStateLoss().
dismissAllowingStateLoss() - Method in interface com.flipboard.bottomsheet.commons.BottomSheetFragmentInterface
Version of BottomSheetFragmentInterface.dismiss() that uses FragmentTransaction.commitAllowingStateLoss().

F

filter - Variable in class com.flipboard.bottomsheet.commons.IntentPickerSheetView
 

G

getBottomSheetLayout() - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragmentDelegate
 
getConcreteIntent(Intent) - Method in class com.flipboard.bottomsheet.commons.IntentPickerSheetView.ActivityInfo
 
getContainerId(Fragment) - Static method in class android.support.v4.app.AccessFragmentInternals
 
getImageUri() - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView.ImagePickerTile
 
getLayoutInflater(Bundle) - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragment
 
getLayoutInflater(Bundle, LayoutInflater) - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragmentDelegate
Retrieves the appropriate layout inflater, either the sheet's or the view's super container.
getMenu() - Method in class com.flipboard.bottomsheet.commons.MenuSheetView
 
getMenuType() - Method in class com.flipboard.bottomsheet.commons.MenuSheetView
 
getMixins() - Method in class com.flipboard.bottomsheet.commons.IntentPickerSheetView
 
getTileType() - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView.ImagePickerTile
 
getTitle() - Method in class com.flipboard.bottomsheet.commons.MenuSheetView
 
getViewTransformer() - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragment
Override this to proved a custom ViewTransformer.
getViewTransformer() - Method in interface com.flipboard.bottomsheet.commons.BottomSheetFragmentInterface
Override this to proved a custom ViewTransformer.

I

icon - Variable in class com.flipboard.bottomsheet.commons.IntentPickerSheetView.ActivityInfo
 
IMAGE - Static variable in class com.flipboard.bottomsheet.commons.ImagePickerSheetView.ImagePickerTile
 
ImagePickerSheetView - Class in com.flipboard.bottomsheet.commons
A Sheet view for displaying recent images or options to pick or take pictures.
ImagePickerSheetView(ImagePickerSheetView.Builder) - Constructor for class com.flipboard.bottomsheet.commons.ImagePickerSheetView
 
ImagePickerSheetView.Builder - Class in com.flipboard.bottomsheet.commons
 
ImagePickerSheetView.ImagePickerTile - Class in com.flipboard.bottomsheet.commons
Backing class for image tiles in the grid.
ImagePickerSheetView.ImagePickerTile.SpecialTileType - Annotation Type in com.flipboard.bottomsheet.commons
 
ImagePickerSheetView.ImagePickerTile.TileType - Annotation Type in com.flipboard.bottomsheet.commons
 
ImagePickerSheetView.ImageProvider - Interface in com.flipboard.bottomsheet.commons
Interface for providing an image given the ImageView and Uri.
ImagePickerSheetView.OnTileSelectedListener - Interface in com.flipboard.bottomsheet.commons
Callback for whenever a tile is selected in the sheet.
ImagePickerTile(Uri, int) - Constructor for class com.flipboard.bottomsheet.commons.ImagePickerSheetView.ImagePickerTile
 
imageProvider - Variable in class com.flipboard.bottomsheet.commons.ImagePickerSheetView
 
imageUri - Variable in class com.flipboard.bottomsheet.commons.ImagePickerSheetView.ImagePickerTile
 
include(IntentPickerSheetView.ActivityInfo) - Method in interface com.flipboard.bottomsheet.commons.IntentPickerSheetView.Filter
 
inflateMenu(int) - Method in class com.flipboard.bottomsheet.commons.MenuSheetView
Inflates a menu resource into the menu backing this sheet.
intent - Variable in class com.flipboard.bottomsheet.commons.IntentPickerSheetView
 
IntentPickerSheetView - Class in com.flipboard.bottomsheet.commons
 
IntentPickerSheetView(Context, Intent, int, IntentPickerSheetView.OnIntentPickedListener) - Constructor for class com.flipboard.bottomsheet.commons.IntentPickerSheetView
 
IntentPickerSheetView(Context, Intent, String, IntentPickerSheetView.OnIntentPickedListener) - Constructor for class com.flipboard.bottomsheet.commons.IntentPickerSheetView
 
IntentPickerSheetView.ActivityInfo - Class in com.flipboard.bottomsheet.commons
Represents an item in the picker grid
IntentPickerSheetView.Filter - Interface in com.flipboard.bottomsheet.commons
 
IntentPickerSheetView.OnIntentPickedListener - Interface in com.flipboard.bottomsheet.commons
 
isCameraTile() - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView.ImagePickerTile
Indicates whether or not this represents the camera tile option.
isImageTile() - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView.ImagePickerTile
Indicates whether or not this represents an image tile option.
isPickerTile() - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView.ImagePickerTile
Indicates whether or not this represents the picker tile option.

L

label - Variable in class com.flipboard.bottomsheet.commons.IntentPickerSheetView.ActivityInfo
 

M

maxItems - Variable in class com.flipboard.bottomsheet.commons.ImagePickerSheetView
 
MenuSheetView - Class in com.flipboard.bottomsheet.commons
A SheetView that can represent a menu resource as a list or grid.
MenuSheetView(Context, MenuSheetView.MenuType, int, MenuSheetView.OnMenuItemClickListener) - Constructor for class com.flipboard.bottomsheet.commons.MenuSheetView
 
MenuSheetView(Context, MenuSheetView.MenuType, CharSequence, MenuSheetView.OnMenuItemClickListener) - Constructor for class com.flipboard.bottomsheet.commons.MenuSheetView
 
MenuSheetView.MenuType - Enum in com.flipboard.bottomsheet.commons
The supported display types for the menu items.
MenuSheetView.OnMenuItemClickListener - Interface in com.flipboard.bottomsheet.commons
A listener for menu item clicks in the sheet
mixins - Variable in class com.flipboard.bottomsheet.commons.IntentPickerSheetView
 

O

onActivityCreated(Bundle) - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragment
 
onActivityCreated(Bundle) - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragmentDelegate
Corresponding onActivityCreated() method
onAttach(Context) - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragment
 
onAttach(Context) - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragmentDelegate
Corresponding onAttach() method
onAttachedToWindow() - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView
 
onAttachedToWindow() - Method in class com.flipboard.bottomsheet.commons.IntentPickerSheetView
 
onAttachedToWindow() - Method in class com.flipboard.bottomsheet.commons.MenuSheetView
 
onCreate(Bundle) - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragment
 
onCreate(Bundle) - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragmentDelegate
Corresponding onCreate() method
onDestroyView() - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragment
 
onDestroyView() - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragmentDelegate
Corresponding onDestroyView() method
onDetach() - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragment
 
onDetach() - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragmentDelegate
Corresponding onDetach() method
onDetachedFromWindow() - Method in class com.flipboard.bottomsheet.commons.IntentPickerSheetView
 
onDismissed(BottomSheetLayout) - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragmentDelegate
 
onIntentPicked(IntentPickerSheetView.ActivityInfo) - Method in interface com.flipboard.bottomsheet.commons.IntentPickerSheetView.OnIntentPickedListener
 
onMeasure(int, int) - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView
 
onMeasure(int, int) - Method in class com.flipboard.bottomsheet.commons.IntentPickerSheetView
 
onMeasure(int, int) - Method in class com.flipboard.bottomsheet.commons.MenuSheetView
 
onMenuItemClick(MenuItem) - Method in interface com.flipboard.bottomsheet.commons.MenuSheetView.OnMenuItemClickListener
 
onProvideImage(ImageView, Uri, int) - Method in interface com.flipboard.bottomsheet.commons.ImagePickerSheetView.ImageProvider
This is called when the underlying adapter is ready to show an image
onSaveInstanceState(Bundle) - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragment
 
onSaveInstanceState(Bundle) - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragmentDelegate
Corresponding onSaveInstanceState() method
onSizeChanged(int, int, int, int) - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView
 
onSizeChanged(int, int, int, int) - Method in class com.flipboard.bottomsheet.commons.IntentPickerSheetView
 
onSizeChanged(int, int, int, int) - Method in class com.flipboard.bottomsheet.commons.MenuSheetView
 
onStart() - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragment
 
onStart() - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragmentDelegate
Corresponding onStart() method
onTileSelected(ImagePickerSheetView.ImagePickerTile) - Method in interface com.flipboard.bottomsheet.commons.ImagePickerSheetView.OnTileSelectedListener
 
originalGridPaddingTop - Variable in class com.flipboard.bottomsheet.commons.ImagePickerSheetView
 
originalListPaddingTop - Variable in class com.flipboard.bottomsheet.commons.MenuSheetView
 

P

PICKER - Static variable in class com.flipboard.bottomsheet.commons.ImagePickerSheetView.ImagePickerTile
 
pickerDrawable - Variable in class com.flipboard.bottomsheet.commons.ImagePickerSheetView
 

R

resolveInfo - Variable in class com.flipboard.bottomsheet.commons.IntentPickerSheetView.ActivityInfo
 

S

setCameraDrawable(int) - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView.Builder
Sets a drawable resource ID for the camera option tile.
setCameraDrawable(Drawable) - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView.Builder
Sets a drawable for the camera option tile.
setColumnWidthDp(int) - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView
 
setColumnWidthDp(int) - Method in class com.flipboard.bottomsheet.commons.IntentPickerSheetView
 
setColumnWidthDp(int) - Method in class com.flipboard.bottomsheet.commons.MenuSheetView
Only applies to GRID
setFilter(IntentPickerSheetView.Filter) - Method in class com.flipboard.bottomsheet.commons.IntentPickerSheetView
 
setGridItemLayoutRes(int) - Method in class com.flipboard.bottomsheet.commons.MenuSheetView
Override the layout for displaying a grid item when of type MenuSheetView.MenuType.GRID.
setImageProvider(ImagePickerSheetView.ImageProvider) - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView.Builder
Sets a provider for providing images.
setListItemLayoutRes(int) - Method in class com.flipboard.bottomsheet.commons.MenuSheetView
Override the layout for displaying a list item when of type MenuSheetView.MenuType.LIST.
setMaxItems(int) - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView.Builder
Sets the max number of tiles to show in the image picker.
setMixins(List<IntentPickerSheetView.ActivityInfo>) - Method in class com.flipboard.bottomsheet.commons.IntentPickerSheetView
Adds custom mixins to the resulting picker sheet
setOnTileSelectedListener(ImagePickerSheetView.OnTileSelectedListener) - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView.Builder
Sets a listener for when a tile is selected.
setPickerDrawable(int) - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView.Builder
Sets a drawable resource ID for the picker option tile.
setPickerDrawable(Drawable) - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView.Builder
Sets a drawable for the picker option tile.
setShowCameraOption(boolean) - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView.Builder
Sets a boolean to indicate whether or not to show a camera option.
setShowPickerOption(boolean) - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView.Builder
Sets a boolean to indicate whether or not to show the picker option.
setSortMethod(Comparator<IntentPickerSheetView.ActivityInfo>) - Method in class com.flipboard.bottomsheet.commons.IntentPickerSheetView
 
setTitle(int) - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView.Builder
Sets a title via String resource ID.
setTitle(String) - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView.Builder
Sets a title for this sheet.
setTitle(int) - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView
 
setTitle(String) - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView
 
setTitle(int) - Method in class com.flipboard.bottomsheet.commons.MenuSheetView
Sets the title text of the sheet
setTitle(CharSequence) - Method in class com.flipboard.bottomsheet.commons.MenuSheetView
Sets the title text of the sheet
show(FragmentManager, int) - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragment
Display the bottom sheet, adding the fragment to the given FragmentManager.
show(FragmentTransaction, int) - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragment
Display the bottom sheet, adding the fragment using an excising transaction and then committing the transaction.
show(FragmentManager, int) - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragmentDelegate
DialogFragment-like show() method for displaying this the associated sheet fragment
show(FragmentTransaction, int) - Method in class com.flipboard.bottomsheet.commons.BottomSheetFragmentDelegate
DialogFragment-like show() method for displaying this the associated sheet fragment
show(FragmentManager, int) - Method in interface com.flipboard.bottomsheet.commons.BottomSheetFragmentInterface
Display the bottom sheet, adding the fragment to the given FragmentManager.
show(FragmentTransaction, int) - Method in interface com.flipboard.bottomsheet.commons.BottomSheetFragmentInterface
Display the bottom sheet, adding the fragment using an excising transaction and then committing the transaction.
showCameraOption - Variable in class com.flipboard.bottomsheet.commons.ImagePickerSheetView
 
showPickerOption - Variable in class com.flipboard.bottomsheet.commons.ImagePickerSheetView
 
sortMethod - Variable in class com.flipboard.bottomsheet.commons.IntentPickerSheetView
 
spacing - Variable in class com.flipboard.bottomsheet.commons.ImagePickerSheetView
 

T

tag - Variable in class com.flipboard.bottomsheet.commons.IntentPickerSheetView.ActivityInfo
 
thumbnailSize - Variable in class com.flipboard.bottomsheet.commons.ImagePickerSheetView
 
tileGrid - Variable in class com.flipboard.bottomsheet.commons.ImagePickerSheetView
 
tileType - Variable in class com.flipboard.bottomsheet.commons.ImagePickerSheetView.ImagePickerTile
 
title - Variable in class com.flipboard.bottomsheet.commons.ImagePickerSheetView
 
titleView - Variable in class com.flipboard.bottomsheet.commons.ImagePickerSheetView
 
titleView - Variable in class com.flipboard.bottomsheet.commons.IntentPickerSheetView
 
toString() - Method in class com.flipboard.bottomsheet.commons.ImagePickerSheetView.ImagePickerTile
 

U

updateMenu() - Method in class com.flipboard.bottomsheet.commons.MenuSheetView
Invalidates the current internal representation of the menu and rebuilds it.

V

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