- generateMiniDrawerItem(IDrawerItem) - Method in class com.mikepenz.materialdrawer.MiniDrawer
-
generates a MiniDrawerItem from a IDrawerItem
- generateView(Context) - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
-
generates a view by the defined LayoutRes
- generateView(Context, ViewGroup) - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
-
generates a view by the defined LayoutRes and pass the LayoutParams from the parent
- generateView(Context) - Method in interface com.mikepenz.materialdrawer.model.interfaces.IDrawerItem
-
- generateView(Context, ViewGroup) - Method in interface com.mikepenz.materialdrawer.model.interfaces.IDrawerItem
-
- getAccountHeader() - Method in class com.mikepenz.materialdrawer.MiniDrawer
-
get the AccountHeader used to fill the this MiniDrawer
- getAccountHeaderBuilder() - Method in class com.mikepenz.materialdrawer.AccountHeader
-
the protected getter for the AccountHeaderBuilder
- getActionBarDrawerToggle() - Method in class com.mikepenz.materialdrawer.Drawer
-
get the ActionBarDrawerToggle
- getActiveProfile() - Method in class com.mikepenz.materialdrawer.AccountHeader
-
get the current active profile
- getAdapter() - Method in class com.mikepenz.materialdrawer.Drawer
-
get the FastAdapter of the current drawer
- getAdapter() - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
get the adapter (null safe)
- getAdapter() - Method in class com.mikepenz.materialdrawer.MiniDrawer
-
get the FastAdapter of this MiniDrawer
- getAuthor() - Method in class com.mikepenz.materialdrawer.icons.MaterialDrawerFont
-
- getBadge() - Method in class com.mikepenz.materialdrawer.model.AbstractBadgeableDrawerItem
-
- getBadge() - Method in class com.mikepenz.materialdrawer.model.ExpandableBadgeDrawerItem
-
- getBadge() - Method in interface com.mikepenz.materialdrawer.model.interfaces.Badgeable
-
- getBadgeBackground() - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- getBadgeStyle() - Method in class com.mikepenz.materialdrawer.model.AbstractBadgeableDrawerItem
-
- getBadgeStyle() - Method in class com.mikepenz.materialdrawer.model.ExpandableBadgeDrawerItem
-
- getBadgeStyle() - Method in interface com.mikepenz.materialdrawer.model.interfaces.ColorfulBadgeable
-
- getCharacter() - Method in enum com.mikepenz.materialdrawer.icons.MaterialDrawerFont.Icon
-
- getCharacters() - Method in class com.mikepenz.materialdrawer.icons.MaterialDrawerFont
-
- getColor() - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- getColor(Context) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
helper method to decide for the correct color
- getColor(Context) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
helper method to decide for the correct color
- getColor(Context) - Method in class com.mikepenz.materialdrawer.model.SecondaryDrawerItem
-
helper method to decide for the correct color
OVERWRITE to get the correct secondary color
- getColor(Context) - Method in class com.mikepenz.materialdrawer.model.SecondarySwitchDrawerItem
-
helper method to decide for the correct color
OVERWRITE to get the correct secondary color
- getColor(Context) - Method in class com.mikepenz.materialdrawer.model.SecondaryToggleDrawerItem
-
helper method to decide for the correct color
OVERWRITE to get the correct secondary color
- getColorPressed() - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- getContent() - Method in class com.mikepenz.materialdrawer.Drawer
-
get the container frameLayout of the current drawer
- getCorners() - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- getCrossFader() - Method in class com.mikepenz.materialdrawer.MiniDrawer
-
get the Crossfader used for this MiniDrawer
- getCurrentSelectedPosition() - Method in class com.mikepenz.materialdrawer.Drawer
-
get the current position of the selected drawer element
- getCurrentSelection() - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
get the current selection
- getCurrentSelection() - Method in class com.mikepenz.materialdrawer.Drawer
-
get the current selected item identifier
- getCurrentStickyFooterSelectedPosition() - Method in class com.mikepenz.materialdrawer.Drawer
-
get the current position of the selected sticky footer element
- getDescription() - Method in class com.mikepenz.materialdrawer.icons.MaterialDrawerFont
-
- getDescription() - Method in class com.mikepenz.materialdrawer.model.BaseDescribeableDrawerItem
-
- getDescription() - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- getDescriptionTextColor() - Method in class com.mikepenz.materialdrawer.model.BaseDescribeableDrawerItem
-
- getDisabledIconColor() - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- getDisabledTextColor() - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- getDisabledTextColor() - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- getDrawer() - Method in class com.mikepenz.materialdrawer.MiniDrawer
-
get the Drawer used to fill this MiniDrawer
- getDrawerBuilder() - Method in class com.mikepenz.materialdrawer.Drawer
-
the protected getter of the mDrawerBuilder
only used internally to prevent the default behavior of some public methods
- getDrawerItem(long) - Method in class com.mikepenz.materialdrawer.Drawer
-
returns the DrawerItem by the given identifier
- getDrawerItem(Object) - Method in class com.mikepenz.materialdrawer.Drawer
-
returns the found drawerItem by the given tag
- getDrawerItem(int) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
get the drawerItem at a specific position
- getDrawerItemBackground(int) - Static method in class com.mikepenz.materialdrawer.util.DrawerUIUtils
-
helper to create a StateListDrawable for the drawer item background
- getDrawerItems() - Method in class com.mikepenz.materialdrawer.Drawer
-
get all drawerItems of the current drawer
- getDrawerLayout() - Method in class com.mikepenz.materialdrawer.Drawer
-
Get the DrawerLayout of the current drawer
- getEmail() - Method in interface com.mikepenz.materialdrawer.model.interfaces.IProfile
-
- getEmail() - Method in class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem
-
- getEmail() - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- getEmail() - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- getFactory() - Method in class com.mikepenz.materialdrawer.model.AbstractBadgeableDrawerItem
-
- getFactory() - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
-
the abstract method to retrieve the ViewHolder factory
The ViewHolder factory implementation should look like (see the commented code above)
- getFactory() - Method in class com.mikepenz.materialdrawer.model.AbstractSwitchableDrawerItem
-
- getFactory() - Method in class com.mikepenz.materialdrawer.model.AbstractToggleableDrawerItem
-
- getFactory() - Method in class com.mikepenz.materialdrawer.model.ContainerDrawerItem
-
- getFactory() - Method in class com.mikepenz.materialdrawer.model.DividerDrawerItem
-
- getFactory() - Method in class com.mikepenz.materialdrawer.model.ExpandableBadgeDrawerItem
-
- getFactory() - Method in class com.mikepenz.materialdrawer.model.ExpandableDrawerItem
-
- getFactory() - Method in class com.mikepenz.materialdrawer.model.MiniDrawerItem
-
- getFactory() - Method in class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem
-
- getFactory() - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- getFactory() - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- getFactory() - Method in class com.mikepenz.materialdrawer.model.SectionDrawerItem
-
- getFontName() - Method in class com.mikepenz.materialdrawer.icons.MaterialDrawerFont
-
- getFooter() - Method in class com.mikepenz.materialdrawer.Drawer
-
get the Footer View if set else NULL
- getFooterAdapter() - Method in class com.mikepenz.materialdrawer.Drawer
-
get the FooterAdapter of the current drawer
- getFooterAdapter() - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
- getFormattedName() - Method in enum com.mikepenz.materialdrawer.icons.MaterialDrawerFont.Icon
-
- getGradientDrawable() - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- getHeader() - Method in class com.mikepenz.materialdrawer.Drawer
-
get the Header View if set else NULL
- getHeaderAdapter() - Method in class com.mikepenz.materialdrawer.Drawer
-
get the HeaderAdapter of the current drawer
- getHeaderAdapter() - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
- getHeaderBackgroundView() - Method in class com.mikepenz.materialdrawer.AccountHeader
-
Returns the header background view so the dev can set everything on it
- getHeight() - Method in class com.mikepenz.materialdrawer.model.ContainerDrawerItem
-
- getIcon(String) - Method in class com.mikepenz.materialdrawer.icons.MaterialDrawerFont
-
- getIcon() - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- getIcon() - Method in interface com.mikepenz.materialdrawer.model.interfaces.Iconable
-
- getIcon() - Method in interface com.mikepenz.materialdrawer.model.interfaces.IProfile
-
- getIcon() - Method in class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem
-
- getIcon() - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- getIcon() - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- getIconColor() - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- getIconColor(Context) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
helper method to decide for the correct color
- getIconColor() - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- getIconCount() - Method in class com.mikepenz.materialdrawer.icons.MaterialDrawerFont
-
- getIcons() - Method in class com.mikepenz.materialdrawer.icons.MaterialDrawerFont
-
- getIconStateList(Drawable, Drawable) - Static method in class com.mikepenz.materialdrawer.util.DrawerUIUtils
-
helper to create a stateListDrawable for the icon
- getIdentifier() - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
-
returns the identifier of this item
-1 is the default not set state
- getIIcon() - Method in class com.mikepenz.materialdrawer.holder.ImageHolder
-
- getImageLoader() - Method in class com.mikepenz.materialdrawer.util.DrawerImageLoader
-
- getInstance() - Static method in class com.mikepenz.materialdrawer.util.DrawerImageLoader
-
- getItemAdapter() - Method in class com.mikepenz.materialdrawer.Drawer
-
get the ItemAdapter of the current drawer
- getItemAdapter() - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
- getItemAdapter() - Method in class com.mikepenz.materialdrawer.MiniDrawer
-
get the ItemAdapter of this MiniDrawer
- getLayoutRes() - Method in class com.mikepenz.materialdrawer.model.AbstractBadgeableDrawerItem
-
- getLayoutRes() - Method in class com.mikepenz.materialdrawer.model.AbstractSwitchableDrawerItem
-
- getLayoutRes() - Method in class com.mikepenz.materialdrawer.model.AbstractToggleableDrawerItem
-
- getLayoutRes() - Method in class com.mikepenz.materialdrawer.model.ContainerDrawerItem
-
- getLayoutRes() - Method in class com.mikepenz.materialdrawer.model.DividerDrawerItem
-
- getLayoutRes() - Method in class com.mikepenz.materialdrawer.model.ExpandableBadgeDrawerItem
-
- getLayoutRes() - Method in class com.mikepenz.materialdrawer.model.ExpandableDrawerItem
-
- getLayoutRes() - Method in interface com.mikepenz.materialdrawer.model.interfaces.IDrawerItem
-
- getLayoutRes() - Method in class com.mikepenz.materialdrawer.model.MiniDrawerItem
-
- getLayoutRes() - Method in class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem
-
- getLayoutRes() - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- getLayoutRes() - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- getLayoutRes() - Method in class com.mikepenz.materialdrawer.model.SecondaryDrawerItem
-
- getLayoutRes() - Method in class com.mikepenz.materialdrawer.model.SecondarySwitchDrawerItem
-
- getLayoutRes() - Method in class com.mikepenz.materialdrawer.model.SecondaryToggleDrawerItem
-
- getLayoutRes() - Method in class com.mikepenz.materialdrawer.model.SectionDrawerItem
-
- getLevel() - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- getLicense() - Method in class com.mikepenz.materialdrawer.icons.MaterialDrawerFont
-
- getLicenseUrl() - Method in class com.mikepenz.materialdrawer.icons.MaterialDrawerFont
-
- getMappingPrefix() - Method in class com.mikepenz.materialdrawer.icons.MaterialDrawerFont
-
- getMaterialize() - Method in class com.mikepenz.materialdrawer.Drawer
-
get the Materialize object used to beautify your activity
- getMiniDrawer() - Method in class com.mikepenz.materialdrawer.Drawer
-
gets the already generated MiniDrawer or creates a new one
- getMiniDrawerType(IDrawerItem) - Method in class com.mikepenz.materialdrawer.MiniDrawer
-
gets the type of a IDrawerItem
- getMinWidth() - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- getName() - Method in enum com.mikepenz.materialdrawer.icons.MaterialDrawerFont.Icon
-
- getName() - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- getName() - Method in interface com.mikepenz.materialdrawer.model.interfaces.IProfile
-
- getName() - Method in interface com.mikepenz.materialdrawer.model.interfaces.Nameable
-
- getName() - Method in class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem
-
- getName() - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- getName() - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- getName() - Method in class com.mikepenz.materialdrawer.model.SectionDrawerItem
-
- getOnCheckedChangeListener() - Method in class com.mikepenz.materialdrawer.model.AbstractSwitchableDrawerItem
-
- getOnCheckedChangeListener() - Method in class com.mikepenz.materialdrawer.model.AbstractToggleableDrawerItem
-
- getOnDrawerItemClickListener() - Method in class com.mikepenz.materialdrawer.Drawer
-
method to get the OnDrawerItemClickListener
- getOnDrawerItemClickListener() - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
-
- getOnDrawerItemClickListener() - Method in class com.mikepenz.materialdrawer.model.ExpandableBadgeDrawerItem
-
- getOnDrawerItemClickListener() - Method in class com.mikepenz.materialdrawer.model.ExpandableDrawerItem
-
- getOnDrawerItemLongClickListener() - Method in class com.mikepenz.materialdrawer.Drawer
-
method to get the OnDrawerItemLongClickListener
- getOnDrawerNavigationListener() - Method in class com.mikepenz.materialdrawer.Drawer
-
method to get the OnDrawerNavigationListener
- getOnMiniDrawerItemLongClickListener() - Method in class com.mikepenz.materialdrawer.MiniDrawer
-
- getOnMiniDrawerItemOnClickListener() - Method in class com.mikepenz.materialdrawer.MiniDrawer
-
the defined FastAdapter.OnClickListener which completely replaces the original behavior
- getOnPostBindViewListener() - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
-
- getOptimalDrawerWidth(Context) - Static method in class com.mikepenz.materialdrawer.util.DrawerUIUtils
-
helper to calculate the optimal drawer width
- getOriginalDrawerItems() - Method in class com.mikepenz.materialdrawer.Drawer
-
get the original list of drawerItems
- getPaddingLeftRight() - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- getPaddingTopBottom() - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- getParent() - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
-
- getPlaceHolder(Context) - Static method in class com.mikepenz.materialdrawer.util.DrawerUIUtils
-
helper method to get a person placeHolder drawable
- getPosition(IDrawerItem) - Method in class com.mikepenz.materialdrawer.Drawer
-
calculates the position of an drawerItem. searching by it's identifier
- getPosition(long) - Method in class com.mikepenz.materialdrawer.Drawer
-
calculates the position of an drawerItem. searching by it's identifier
- getProfiles() - Method in class com.mikepenz.materialdrawer.AccountHeader
-
returns the current list of profiles set for this header
- getRecyclerView() - Method in class com.mikepenz.materialdrawer.Drawer
-
get the listView of the current drawer
- getRecyclerView() - Method in class com.mikepenz.materialdrawer.MiniDrawer
-
get the RecyclerView of this MiniDrawer
- getSelectedColor() - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- getSelectedColor(Context) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
helper method to decide for the correct color
- getSelectedColor() - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- getSelectedColor() - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- getSelectedIcon() - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- getSelectedIconColor() - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- getSelectedIconColor(Context) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
helper method to decide for the correct color
- getSelectedTextColor() - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- getSelectedTextColor(Context) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
helper method to decide for the correct color
- getSelectedTextColor() - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- getSelectedTextColor(Context) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
helper method to decide for the correct color
- getSlider() - Method in class com.mikepenz.materialdrawer.Drawer
-
get the slider layout of the current drawer.
- getStickyFooter() - Method in class com.mikepenz.materialdrawer.Drawer
-
get the StickyFooter View if set else NULL
- getStickyFooterPosition(IDrawerItem) - Method in class com.mikepenz.materialdrawer.Drawer
-
calculates the position of an drawerItem. searching by it's identifier
- getStickyFooterPosition(long) - Method in class com.mikepenz.materialdrawer.Drawer
-
calculates the position of an drawerItem inside the footer. searching by it's identfier
- getStickyHeader() - Method in class com.mikepenz.materialdrawer.Drawer
-
get the StickyHeader View if set else NULL
- getSubItems() - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
-
- getTag() - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
-
- getTag() - Method in interface com.mikepenz.materialdrawer.model.interfaces.IDrawerItem
-
- getTag() - Method in interface com.mikepenz.materialdrawer.model.interfaces.Tagable
-
- getTextColor() - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- getTextColor() - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- getTextColor() - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- getTextColor() - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- getTextColor() - Method in class com.mikepenz.materialdrawer.model.SectionDrawerItem
-
- getTextColorStateList(int, int) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
helper to get the ColorStateList for the text and remembering it so we do not have to recreate it all the time
- getTextColorStateList(int, int) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
helper to get the ColorStateList for the text and remembering it so we do not have to recreate it all the time
- getTextColorStateList(int, int) - Static method in class com.mikepenz.materialdrawer.util.DrawerUIUtils
-
helper to create a colorStateList for the text
- getType() - Method in class com.mikepenz.materialdrawer.model.AbstractBadgeableDrawerItem
-
- getType() - Method in class com.mikepenz.materialdrawer.model.AbstractSwitchableDrawerItem
-
- getType() - Method in class com.mikepenz.materialdrawer.model.AbstractToggleableDrawerItem
-
- getType() - Method in class com.mikepenz.materialdrawer.model.ContainerDrawerItem
-
- getType() - Method in class com.mikepenz.materialdrawer.model.DividerDrawerItem
-
- getType() - Method in class com.mikepenz.materialdrawer.model.ExpandableBadgeDrawerItem
-
- getType() - Method in class com.mikepenz.materialdrawer.model.ExpandableDrawerItem
-
- getType() - Method in interface com.mikepenz.materialdrawer.model.interfaces.IDrawerItem
-
- getType() - Method in class com.mikepenz.materialdrawer.model.MiniDrawerItem
-
- getType() - Method in class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem
-
- getType() - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- getType() - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- getType() - Method in class com.mikepenz.materialdrawer.model.SecondaryDrawerItem
-
- getType() - Method in class com.mikepenz.materialdrawer.model.SecondarySwitchDrawerItem
-
- getType() - Method in class com.mikepenz.materialdrawer.model.SecondaryToggleDrawerItem
-
- getType() - Method in class com.mikepenz.materialdrawer.model.SectionDrawerItem
-
- getTypeface(Context) - Method in class com.mikepenz.materialdrawer.icons.MaterialDrawerFont
-
- getTypeface() - Method in enum com.mikepenz.materialdrawer.icons.MaterialDrawerFont.Icon
-
- getTypeface() - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- getTypeface() - Method in interface com.mikepenz.materialdrawer.model.interfaces.Typefaceable
-
- getTypeface() - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- getTypeface() - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- getTypeface() - Method in class com.mikepenz.materialdrawer.model.SectionDrawerItem
-
- getUrl() - Method in class com.mikepenz.materialdrawer.icons.MaterialDrawerFont
-
- getVersion() - Method in class com.mikepenz.materialdrawer.icons.MaterialDrawerFont
-
- getView() - Method in class com.mikepenz.materialdrawer.AccountHeader
-
Get the Root view for the Header
- getView() - Method in class com.mikepenz.materialdrawer.model.ContainerDrawerItem
-
- getViewHolder(ViewGroup) - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
-
This method returns the ViewHolder for our item, using the provided View.
- getViewHolder(ViewGroup) - Method in interface com.mikepenz.materialdrawer.model.interfaces.IDrawerItem
-
- getViewPosition() - Method in class com.mikepenz.materialdrawer.model.ContainerDrawerItem
-
- saveInstanceState(Bundle) - Method in class com.mikepenz.materialdrawer.AccountHeader
-
add the values to the bundle for saveInstanceState
- saveInstanceState(Bundle) - Method in class com.mikepenz.materialdrawer.Drawer
-
add the values to the bundle for saveInstanceState
- SecondaryDrawerItem - Class in com.mikepenz.materialdrawer.model
-
Created by mikepenz on 03.02.15.
- SecondaryDrawerItem() - Constructor for class com.mikepenz.materialdrawer.model.SecondaryDrawerItem
-
- SecondarySwitchDrawerItem - Class in com.mikepenz.materialdrawer.model
-
Created by mikepenz on 03.02.15.
- SecondarySwitchDrawerItem() - Constructor for class com.mikepenz.materialdrawer.model.SecondarySwitchDrawerItem
-
- SecondaryToggleDrawerItem - Class in com.mikepenz.materialdrawer.model
-
Created by mikepenz on 03.02.15.
- SecondaryToggleDrawerItem() - Constructor for class com.mikepenz.materialdrawer.model.SecondaryToggleDrawerItem
-
- SectionDrawerItem - Class in com.mikepenz.materialdrawer.model
-
Created by mikepenz on 03.02.15.
- SectionDrawerItem() - Constructor for class com.mikepenz.materialdrawer.model.SectionDrawerItem
-
- SectionDrawerItem.ItemFactory - Class in com.mikepenz.materialdrawer.model
-
- SectionDrawerItem.ViewHolder - Class in com.mikepenz.materialdrawer.model
-
- Selectable<T> - Interface in com.mikepenz.materialdrawer.model.interfaces
-
Created by mikepenz on 03.02.15.
- selectedColor - Variable in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- selectedColor - Variable in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- selectedIcon - Variable in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- selectedIconColor - Variable in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- selectedTextColor - Variable in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- selectedTextColor - Variable in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- set(ImageView, Uri, Drawable) - Method in class com.mikepenz.materialdrawer.util.AbstractDrawerImageLoader
-
- set(ImageView, Uri, Drawable, String) - Method in class com.mikepenz.materialdrawer.util.AbstractDrawerImageLoader
-
- set(ImageView, Uri, Drawable) - Method in interface com.mikepenz.materialdrawer.util.DrawerImageLoader.IDrawerImageLoader
-
- set(ImageView, Uri, Drawable, String) - Method in interface com.mikepenz.materialdrawer.util.DrawerImageLoader.IDrawerImageLoader
-
- setActionBarDrawerToggle(ActionBarDrawerToggle) - Method in class com.mikepenz.materialdrawer.Drawer
-
Add a custom ActionBarDrawerToggle which will be used in combination with this drawer.
- setActiveProfile(IProfile) - Method in class com.mikepenz.materialdrawer.AccountHeader
-
Selects the given profile and sets it to the new active profile
- setActiveProfile(IProfile, boolean) - Method in class com.mikepenz.materialdrawer.AccountHeader
-
Selects the given profile and sets it to the new active profile
- setActiveProfile(long) - Method in class com.mikepenz.materialdrawer.AccountHeader
-
Selects a profile by its identifier
- setActiveProfile(long, boolean) - Method in class com.mikepenz.materialdrawer.AccountHeader
-
Selects a profile by its identifier
- setBackground(Drawable) - Method in class com.mikepenz.materialdrawer.AccountHeader
-
Set the background for the Header
- setBackgroundRes(int) - Method in class com.mikepenz.materialdrawer.AccountHeader
-
Set the background for the Header as resource
- setChecked(boolean) - Method in class com.mikepenz.materialdrawer.model.AbstractToggleableDrawerItem
-
- setDescription(String) - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- setDrawer(Drawer) - Method in class com.mikepenz.materialdrawer.AccountHeader
-
Set the drawer for the AccountHeader so we can use it for the select
- setDrawerVerticalPadding(View) - Static method in class com.mikepenz.materialdrawer.util.DrawerUIUtils
-
helper to set the vertical padding to the DrawerItems
this is required because on API Level 17 the padding is ignored which is set via the XML
- setDrawerVerticalPadding(View, int) - Static method in class com.mikepenz.materialdrawer.util.DrawerUIUtils
-
helper to set the vertical padding including the extra padding for deeper item hirachy level to the DrawerItems
this is required because on API Level 17 the padding is ignored which is set via the XML
- setFrame(int, int, int, int) - Method in class com.mikepenz.materialdrawer.view.BezelImageView
-
- setFullscreen(boolean) - Method in class com.mikepenz.materialdrawer.Drawer
-
set the insetsFrameLayout to display the content in fullscreen
under the statusBar and navigationBar
- setGravity(int) - Method in class com.mikepenz.materialdrawer.Drawer
-
sets the gravity for this drawer.
- setHeader(View) - Method in class com.mikepenz.materialdrawer.Drawer
-
method to replace a previous set header
- setHeader(View, boolean) - Method in class com.mikepenz.materialdrawer.Drawer
-
method to replace a previous set header
- setHeader(View, boolean, boolean) - Method in class com.mikepenz.materialdrawer.Drawer
-
method to replace a previous set header
- setHeader(View, boolean, boolean, DimenHolder) - Method in class com.mikepenz.materialdrawer.Drawer
-
method to replace a previous set header
- setHeaderBackground(ImageHolder) - Method in class com.mikepenz.materialdrawer.AccountHeader
-
set the background for the header via the ImageHolder class
- setIconTinted(boolean) - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- setIIcon(IIcon) - Method in class com.mikepenz.materialdrawer.holder.ImageHolder
-
- setImage(ImageView, Uri, String) - Method in class com.mikepenz.materialdrawer.util.DrawerImageLoader
-
- setImageBitmap(Bitmap) - Method in class com.mikepenz.materialdrawer.view.BezelImageView
-
- setImageDrawable(Drawable) - Method in class com.mikepenz.materialdrawer.view.BezelImageView
-
- setImageLoader(DrawerImageLoader.IDrawerImageLoader) - Method in class com.mikepenz.materialdrawer.util.DrawerImageLoader
-
- setImageResource(int) - Method in class com.mikepenz.materialdrawer.view.BezelImageView
-
- setImageURI(Uri) - Method in class com.mikepenz.materialdrawer.view.BezelImageView
-
- setItemAtPosition(IDrawerItem, int) - Method in class com.mikepenz.materialdrawer.Drawer
-
Set a drawerItem at a specific position
- setItems(List<IDrawerItem>) - Method in class com.mikepenz.materialdrawer.Drawer
-
Replace the current DrawerItems with a new ArrayList of items
- setOnCheckedChangeListener(OnCheckedChangeListener) - Method in class com.mikepenz.materialdrawer.model.AbstractToggleableDrawerItem
-
- setOnDrawerItemClickListener(Drawer.OnDrawerItemClickListener) - Method in class com.mikepenz.materialdrawer.Drawer
-
setter for the OnDrawerItemClickListener
- setOnDrawerItemLongClickListener(Drawer.OnDrawerItemLongClickListener) - Method in class com.mikepenz.materialdrawer.Drawer
-
setter for the OnDrawerItemLongClickListener
- setOnDrawerNavigationListener(Drawer.OnDrawerNavigationListener) - Method in class com.mikepenz.materialdrawer.Drawer
-
- setProfiles(List<IProfile>) - Method in class com.mikepenz.materialdrawer.AccountHeader
-
Set a new list of profiles for the header
- setSelection(long) - Method in class com.mikepenz.materialdrawer.Drawer
-
set the current selection in the drawer
NOTE: This will trigger onDrawerItemSelected without a view!
- setSelection(long, boolean) - Method in class com.mikepenz.materialdrawer.Drawer
-
set the current selection in the drawer
NOTE: This will trigger onDrawerItemSelected without a view if you pass fireOnClick = true;
- setSelection(IDrawerItem) - Method in class com.mikepenz.materialdrawer.Drawer
-
set the current selection in the drawer
NOTE: This will trigger onDrawerItemSelected without a view!
- setSelection(IDrawerItem, boolean) - Method in class com.mikepenz.materialdrawer.Drawer
-
set the current selection in the drawer
NOTE: This will trigger onDrawerItemSelected without a view if you pass fireOnClick = true;
- setSelection(long) - Method in class com.mikepenz.materialdrawer.MiniDrawer
-
set the selection of the MiniDrawer
- setSelectionAtPosition(int) - Method in class com.mikepenz.materialdrawer.Drawer
-
set the current selection in the drawer
NOTE: This will trigger onDrawerItemSelected without a view!
- setSelectionAtPosition(int, boolean) - Method in class com.mikepenz.materialdrawer.Drawer
-
- setSelectionFirstLine(String) - Method in class com.mikepenz.materialdrawer.AccountHeader
-
set this to define the first line in the selection area if there is no profile
note this will block any values from profiles!
- setSelectionFirstLineShown(boolean) - Method in class com.mikepenz.materialdrawer.AccountHeader
-
set this to false if you want to hide the first line of the selection box in the header (first line would be the name)
- setSelectionSecondLine(String) - Method in class com.mikepenz.materialdrawer.AccountHeader
-
set this to define the second line in the selection area if there is no profile
note this will block any values from profiles!
- setSelectionSecondLineShown(boolean) - Method in class com.mikepenz.materialdrawer.AccountHeader
-
set this to false if you want to hide the second line of the selection box in the header (second line would be the e-mail)
- setSelectorColor(int) - Method in class com.mikepenz.materialdrawer.view.BezelImageView
-
Sets the color of the selector to be draw over the
CircularImageView.
- setStickyFooterItemAtPosition(IDrawerItem, int) - Method in class com.mikepenz.materialdrawer.Drawer
-
Set a footerDrawerItem at a specific position
- setStickyFooterSelection(long, boolean) - Method in class com.mikepenz.materialdrawer.Drawer
-
set the current selection in the footer of the drawer
NOTE: This will trigger onDrawerItemSelected without a view if you pass fireOnClick = true;
- setStickyFooterSelectionAtPosition(int) - Method in class com.mikepenz.materialdrawer.Drawer
-
set the current selection in the footer of the drawer
NOTE: This will trigger onDrawerItemSelected without a view!
- setStickyFooterSelectionAtPosition(int, boolean) - Method in class com.mikepenz.materialdrawer.Drawer
-
set the current selection in the footer of the drawer
NOTE: This will trigger onDrawerItemSelected without a view if you pass fireOnClick = true;
- setToggleEnabled(boolean) - Method in class com.mikepenz.materialdrawer.model.AbstractToggleableDrawerItem
-
- setToolbar(Activity, Toolbar) - Method in class com.mikepenz.materialdrawer.Drawer
-
Sets the toolbar which should be used in combination with the drawer
This will handle the ActionBarDrawerToggle for you.
- setToolbar(Activity, Toolbar, boolean) - Method in class com.mikepenz.materialdrawer.Drawer
-
Sets the toolbar which should be used in combination with the drawer
This will handle the ActionBarDrawerToggle for you.
- StringHolder - Class in com.mikepenz.materialdrawer.holder
-
Created by mikepenz on 13.07.15.
- StringHolder(String) - Constructor for class com.mikepenz.materialdrawer.holder.StringHolder
-
- StringHolder(int) - Constructor for class com.mikepenz.materialdrawer.holder.StringHolder
-
- style(TextView) - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- style(TextView, ColorStateList) - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- switchDrawerContent(Drawer.OnDrawerItemClickListener, Drawer.OnDrawerItemLongClickListener, List<IDrawerItem>, int) - Method in class com.mikepenz.materialdrawer.Drawer
-
method to switch the drawer content to new elements
- SwitchDrawerItem - Class in com.mikepenz.materialdrawer.model
-
Created by mikepenz on 03.02.15.
- SwitchDrawerItem() - Constructor for class com.mikepenz.materialdrawer.model.SwitchDrawerItem
-
- switchedDrawerContent() - Method in class com.mikepenz.materialdrawer.Drawer
-
information if the current drawer content is switched by alternative content (profileItems)
- switchProfiles(IProfile) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
helper method to switch the profiles
- withAccountHeader(View) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
You can pass a custom view for the drawer lib. note this requires the same structure as the drawer.xml
- withAccountHeader(int) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
You can pass a custom layout for the drawer lib. see the drawer.xml in layouts of this lib on GitHub
- withAccountHeader(AccountHeader) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Add a AccountSwitcherHeader which will be used in this drawer instance.
- withAccountHeader(AccountHeader, boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Add a AccountSwitcherHeader which will be used in this drawer instance.
- withAccountHeader(AccountHeader) - Method in class com.mikepenz.materialdrawer.MiniDrawer
-
Provide the AccountHeader which will be used as the dataSource for the profiles
- withActionBarDrawerToggle(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set this to false if you don't need the included ActionBarDrawerToggle
- withActionBarDrawerToggle(ActionBarDrawerToggle) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Add a custom ActionBarDrawerToggle which will be used in combination with this drawer.
- withActionBarDrawerToggleAnimated(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set this to true if you want the ActionBarDrawerToggle to be animated.
- withActivity(Activity) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
Pass the activity you use the drawer in ;)
- withActivity(Activity) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Sets the activity which will be generated for the generation
The activity is required and will be used to inflate the content in.
- withAdapter(FastAdapter<IDrawerItem>) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Define a custom Adapter which will be used in the drawer
NOTE: this is not recommender
WARNING: if you do this after adding items you will loose those!
- withAdapterWrapper(RecyclerView.Adapter) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Defines a Adapter which wraps the main Adapter used in the RecyclerView to allow extended navigation and other stuff
- withAlternativeProfileHeaderSwitching(boolean) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
enable the alternative profile header switching
- withArrowColor(int) - Method in class com.mikepenz.materialdrawer.model.ExpandableDrawerItem
-
- withArrowColorRes(int) - Method in class com.mikepenz.materialdrawer.model.ExpandableDrawerItem
-
- withArrowRotationAngleEnd(int) - Method in class com.mikepenz.materialdrawer.model.ExpandableDrawerItem
-
- withArrowRotationAngleStart(int) - Method in class com.mikepenz.materialdrawer.model.ExpandableDrawerItem
-
- withBadge(StringHolder) - Method in class com.mikepenz.materialdrawer.model.AbstractBadgeableDrawerItem
-
- withBadge(String) - Method in class com.mikepenz.materialdrawer.model.AbstractBadgeableDrawerItem
-
- withBadge(int) - Method in class com.mikepenz.materialdrawer.model.AbstractBadgeableDrawerItem
-
- withBadge(StringHolder) - Method in class com.mikepenz.materialdrawer.model.ExpandableBadgeDrawerItem
-
- withBadge(String) - Method in class com.mikepenz.materialdrawer.model.ExpandableBadgeDrawerItem
-
- withBadge(int) - Method in class com.mikepenz.materialdrawer.model.ExpandableBadgeDrawerItem
-
- withBadge(String) - Method in interface com.mikepenz.materialdrawer.model.interfaces.Badgeable
-
- withBadge(int) - Method in interface com.mikepenz.materialdrawer.model.interfaces.Badgeable
-
- withBadge(StringHolder) - Method in interface com.mikepenz.materialdrawer.model.interfaces.Badgeable
-
- withBadgeBackground(Drawable) - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- withBadgeStyle(BadgeStyle) - Method in class com.mikepenz.materialdrawer.model.AbstractBadgeableDrawerItem
-
- withBadgeStyle(BadgeStyle) - Method in class com.mikepenz.materialdrawer.model.ExpandableBadgeDrawerItem
-
- withBadgeStyle(BadgeStyle) - Method in interface com.mikepenz.materialdrawer.model.interfaces.ColorfulBadgeable
-
- withCheckable(boolean) - Method in class com.mikepenz.materialdrawer.model.AbstractSwitchableDrawerItem
-
- withChecked(boolean) - Method in class com.mikepenz.materialdrawer.model.AbstractSwitchableDrawerItem
-
- withChecked(boolean) - Method in class com.mikepenz.materialdrawer.model.AbstractToggleableDrawerItem
-
- withCloseDrawerOnProfileListClick(boolean) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
define if the drawer should close if the user clicks on a profile item if the selection list is shown
- withCloseOnClick(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set this to false if the drawer should stay opened after an item was clicked
- withColor(int) - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- withColorPressed(int) - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- withColorPressedRes(int) - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- withColorRes(int) - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- withCompactStyle(boolean) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
Defines if we should use the compact style for the header.
- withCorners(int) - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- withCornersDp(int) - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- withCrossFader(ICrossfader) - Method in class com.mikepenz.materialdrawer.MiniDrawer
-
Provide the Crossfader implementation which is used with this MiniDrawer
- withCurrentProfileHiddenInList(boolean) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
hide the current selected profile from the list
- withCustomHeight(DimenHolder) - Method in class com.mikepenz.materialdrawer.model.MiniDrawerItem
-
- withCustomHeight(DimenHolder) - Method in class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem
-
- withCustomHeightDp(int) - Method in class com.mikepenz.materialdrawer.model.MiniDrawerItem
-
- withCustomHeightDp(int) - Method in class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem
-
- withCustomHeightPx(int) - Method in class com.mikepenz.materialdrawer.model.MiniDrawerItem
-
- withCustomHeightPx(int) - Method in class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem
-
- withCustomHeightRes(int) - Method in class com.mikepenz.materialdrawer.model.MiniDrawerItem
-
- withCustomHeightRes(int) - Method in class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem
-
- withCustomView(View) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Pass a custom view if you need a completely custom drawer
content
- withDelayDrawerClickEvent(int) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Define the delay for the drawer click event after a click.
- withDelayOnDrawerClose(int) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Define the delay for the drawer close operation after a click.
- withDescription(String) - Method in class com.mikepenz.materialdrawer.model.BaseDescribeableDrawerItem
-
- withDescription(int) - Method in class com.mikepenz.materialdrawer.model.BaseDescribeableDrawerItem
-
- withDescription(String) - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- withDescriptionTextColor(int) - Method in class com.mikepenz.materialdrawer.model.BaseDescribeableDrawerItem
-
- withDescriptionTextColorRes(int) - Method in class com.mikepenz.materialdrawer.model.BaseDescribeableDrawerItem
-
- withDisabledIconColor(int) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withDisabledIconColorRes(int) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withDisabledTextColor(int) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withDisabledTextColor(int) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- withDisabledTextColorRes(int) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withDisabledTextColorRes(int) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- withDisplayBelowStatusBar(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Sets that the slider of this Drawer should be displayed below the statusBar even with a translucentStatusBar
- withDivider(boolean) - Method in class com.mikepenz.materialdrawer.model.ContainerDrawerItem
-
- withDivider(boolean) - Method in class com.mikepenz.materialdrawer.model.SectionDrawerItem
-
- withDivider(boolean) - Method in class com.mikepenz.materialdrawer.util.DrawerItemViewHelper
-
- withDividerBelowHeader(boolean) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
Set this to false if you want no divider below the Header
- withDrawer(Drawer) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
- withDrawer(Drawer) - Method in class com.mikepenz.materialdrawer.MiniDrawer
-
Provide the Drawer which will be used as dataSource for the drawerItems
- withDrawerGravity(int) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set the gravity for the drawer.
- withDrawerItems(List<IDrawerItem>) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set the initial List of IDrawerItems for the Drawer
- withDrawerItems(ArrayList<IDrawerItem>) - Method in class com.mikepenz.materialdrawer.util.DrawerItemViewHelper
-
- withDrawerItems(IDrawerItem...) - Method in class com.mikepenz.materialdrawer.util.DrawerItemViewHelper
-
- withDrawerLayout(DrawerLayout) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Pass a custom DrawerLayout which will be used.
- withDrawerLayout(int) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Pass a custom DrawerLayout Resource which will be used.
- withDrawerWidthDp(int) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set the DrawerBuilder width with a dp value
- withDrawerWidthPx(int) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set the DrawerBuilder width with a pixel value
- withDrawerWidthRes(int) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set the DrawerBuilder width with a dimension resource
- withEmail(String) - Method in interface com.mikepenz.materialdrawer.model.interfaces.IProfile
-
- withEmail(String) - Method in class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem
-
- withEmail(String) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- withEmail(String) - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- withEmailTypeface(Typeface) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
Define the typeface which will be used for email textView in the AccountHeader.
- withEnabled(boolean) - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
-
set if this item is enabled
- withEnableProfileClick(boolean) - Method in class com.mikepenz.materialdrawer.MiniDrawer
-
set to false if you do not want the profile image to toggle to the normal drawers profile selection
- withEnableSelectedBackground(boolean) - Method in class com.mikepenz.materialdrawer.model.MiniDrawerItem
-
- withEnableSelectedMiniDrawerItemBackground(boolean) - Method in class com.mikepenz.materialdrawer.MiniDrawer
-
set to true if you want to display the background for the miniDrawerItem
- withFireOnInitialOnClick(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set this to true if you love to get an initial onClick event after the build method is called
- withFooter(View) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Add a footer to the DrawerBuilder ListView.
- withFooter(int) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Add a footer to the DrawerBuilder ListView defined by a resource.
- withFooterClickable(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set this to true if you want the footer to be clickable
- withFooterDivider(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set this to false if you don't need the divider above the footer
- withFullscreen(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set to true if the used theme has a translucent statusBar
and navigationBar and you want to manage the padding on your own.
- withGenerateMiniDrawer(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
define if the DrawerBuilder should also generate a MiniDrawer for th
- withGradientDrawable(int) - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- withHandleAllUris(boolean) - Method in class com.mikepenz.materialdrawer.util.DrawerImageLoader
-
- withHasStableIds(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
define this if you want enable hasStableIds for the adapter which is generated.
- withHeader(View) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Add a header to the DrawerBuilder ListView.
- withHeader(int) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Add a header to the DrawerBuilder ListView defined by a resource.
- withHeaderBackground(Drawable) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
set the background for the slider as color
- withHeaderBackground(int) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
set the background for the header as resource
- withHeaderBackground(ImageHolder) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
set the background for the header via the ImageHolder class
- withHeaderBackgroundScaleType(ImageView.ScaleType) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
define the ScaleType for the header background
- withHeaderDivider(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set this to false if you don't need the divider below the header
- withHeaderHeight(DimenHolder) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Sets the header height for the header provided via `withHeader()`
- withHeaderPadding(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set this to false if you don't need the padding below the header
- withHeight(DimenHolder) - Method in class com.mikepenz.materialdrawer.model.ContainerDrawerItem
-
- withHeightDp(int) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
set the height for the header
- withHeightPx(int) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
set the height for the header
- withHeightRes(int) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
set the height for the header by resource
- withIcon(ImageHolder) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withIcon(Drawable) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withIcon(int) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withIcon(IIcon) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withIcon(Drawable) - Method in interface com.mikepenz.materialdrawer.model.interfaces.Iconable
-
- withIcon(IIcon) - Method in interface com.mikepenz.materialdrawer.model.interfaces.Iconable
-
- withIcon(ImageHolder) - Method in interface com.mikepenz.materialdrawer.model.interfaces.Iconable
-
- withIcon(Drawable) - Method in interface com.mikepenz.materialdrawer.model.interfaces.IProfile
-
- withIcon(Bitmap) - Method in interface com.mikepenz.materialdrawer.model.interfaces.IProfile
-
- withIcon(int) - Method in interface com.mikepenz.materialdrawer.model.interfaces.IProfile
-
- withIcon(String) - Method in interface com.mikepenz.materialdrawer.model.interfaces.IProfile
-
- withIcon(Uri) - Method in interface com.mikepenz.materialdrawer.model.interfaces.IProfile
-
- withIcon(IIcon) - Method in interface com.mikepenz.materialdrawer.model.interfaces.IProfile
-
- withIcon(Drawable) - Method in class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem
-
- withIcon(int) - Method in class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem
-
- withIcon(Bitmap) - Method in class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem
-
- withIcon(String) - Method in class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem
-
- withIcon(Uri) - Method in class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem
-
- withIcon(IIcon) - Method in class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem
-
- withIcon(Drawable) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- withIcon(int) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- withIcon(Bitmap) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- withIcon(IIcon) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- withIcon(String) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- withIcon(Uri) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- withIcon(Drawable) - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- withIcon(int) - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- withIcon(Bitmap) - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- withIcon(IIcon) - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- withIcon(String) - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- withIcon(Uri) - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- withIconColor(int) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withIconColor(int) - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- withIconColorRes(int) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withIconColorRes(int) - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- withIconTinted(boolean) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
Deprecated.
- withIconTinted(boolean) - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- withIconTintingEnabled(boolean) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
will tint the icon with the default (or set) colors
(default and selected state)
- withIdentifier(long) - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
-
set the identifier of this item
- withIncludeSecondaryDrawerItems(boolean) - Method in class com.mikepenz.materialdrawer.MiniDrawer
-
set to true if you also want to display secondaryDrawerItems
- withInnerShadow(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
sets if the drawer should show an inner shadow or not
- withInnerShadow(boolean) - Method in class com.mikepenz.materialdrawer.MiniDrawer
-
set to true if you want to show the innerShadow on the MiniDrawer
- withInRTL(boolean) - Method in class com.mikepenz.materialdrawer.MiniDrawer
-
set to true if you want the MiniDrawer in RTL mode
- withIsExpanded(boolean) - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
-
- withItemAnimator(RecyclerView.ItemAnimator) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
defines the itemAnimator to be used in conjunction with the RecyclerView
- withLevel(int) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withMinWidth(int) - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- withMultiSelect(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
set this to true if you want to enable multiSelect mode inside the drawer.
- withName(StringHolder) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withName(String) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withName(int) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withName(String) - Method in interface com.mikepenz.materialdrawer.model.interfaces.IProfile
-
- withName(String) - Method in interface com.mikepenz.materialdrawer.model.interfaces.Nameable
-
- withName(int) - Method in interface com.mikepenz.materialdrawer.model.interfaces.Nameable
-
- withName(StringHolder) - Method in interface com.mikepenz.materialdrawer.model.interfaces.Nameable
-
- withName(String) - Method in class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem
-
- withName(String) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- withName(String) - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- withName(StringHolder) - Method in class com.mikepenz.materialdrawer.model.SectionDrawerItem
-
- withName(String) - Method in class com.mikepenz.materialdrawer.model.SectionDrawerItem
-
- withName(int) - Method in class com.mikepenz.materialdrawer.model.SectionDrawerItem
-
- withNameShown(boolean) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
Whether to show the profile name in the account switcher.
- withNameTypeface(Typeface) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
Define the typeface which will be used for name textView in the AccountHeader.
- withOnAccountHeaderItemLongClickListener(AccountHeader.OnAccountHeaderItemLongClickListener) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
the on long click listener to be fired on profile longClick inside the list
- withOnAccountHeaderListener(AccountHeader.OnAccountHeaderListener) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
add a listener for the accountHeader
- withOnAccountHeaderProfileImageListener(AccountHeader.OnAccountHeaderProfileImageListener) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
set click / longClick listener for the header images
- withOnAccountHeaderSelectionViewClickListener(AccountHeader.OnAccountHeaderSelectionViewClickListener) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
set a onSelection listener for the selection box
- withOnCheckedChangeListener(OnCheckedChangeListener) - Method in class com.mikepenz.materialdrawer.model.AbstractSwitchableDrawerItem
-
- withOnCheckedChangeListener(OnCheckedChangeListener) - Method in class com.mikepenz.materialdrawer.model.AbstractToggleableDrawerItem
-
- withOnDrawerItemClickListener(Drawer.OnDrawerItemClickListener) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Define a OnDrawerItemClickListener for this Drawer
- withOnDrawerItemClickListener(Drawer.OnDrawerItemClickListener) - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
-
this listener is called when an item is clicked in the drawer.
- withOnDrawerItemClickListener(Drawer.OnDrawerItemClickListener) - Method in class com.mikepenz.materialdrawer.model.ExpandableBadgeDrawerItem
-
- withOnDrawerItemClickListener(Drawer.OnDrawerItemClickListener) - Method in class com.mikepenz.materialdrawer.model.ExpandableDrawerItem
-
- withOnDrawerItemClickListener(DrawerItemViewHelper.OnDrawerItemClickListener) - Method in class com.mikepenz.materialdrawer.util.DrawerItemViewHelper
-
- withOnDrawerItemLongClickListener(Drawer.OnDrawerItemLongClickListener) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Define a OnDrawerItemLongClickListener for this Drawer
- withOnDrawerListener(Drawer.OnDrawerListener) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Define a OnDrawerListener for this Drawer
- withOnDrawerNavigationListener(Drawer.OnDrawerNavigationListener) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Define a OnDrawerNavigationListener for this Drawer
- withOnlyMainProfileImageVisible(boolean) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
define if only the main (current selected) profile image should be visible
- withOnlySmallProfileImagesVisible(boolean) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
define if only the small profile images should be visible
- withOnMiniDrawerItemClickListener(MiniDrawer.OnMiniDrawerItemClickListener) - Method in class com.mikepenz.materialdrawer.MiniDrawer
-
Define the onMiniDrawerItemClickListener called before any logic in the MiniDrawer is run, allows you to intercept the default behavior
- withOnMiniDrawerItemLongClickListener(FastAdapter.OnLongClickListener<IDrawerItem>) - Method in class com.mikepenz.materialdrawer.MiniDrawer
-
Define an onLongClickListener for the MiniDrawer item adapter
- withOnMiniDrawerItemOnClickListener(FastAdapter.OnClickListener<IDrawerItem>) - Method in class com.mikepenz.materialdrawer.MiniDrawer
-
Define an onClickListener for the MiniDrawer item adapter.
- withOnProfileClickDrawerCloseDelay(int) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
Define the delay for the drawer close operation after a click.
- withPadding(int) - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- withPaddingBelowHeader(boolean) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
Set this to false if you want no padding below the Header
- withPaddingLeftRightDp(int) - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- withPaddingLeftRightPx(int) - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- withPaddingTopBottomDp(int) - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- withPaddingTopBottomPx(int) - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- withParent(IDrawerItem) - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
-
the parent for this item
- withPositionBasedStateManagement(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
This allows to disable the default position based statemanagment of the FastAdapter and switch to the
new identifier based state managment
- withPositionBasedStateManagement(boolean) - Method in class com.mikepenz.materialdrawer.MiniDrawer
-
This allows to disable the default position based statemanagment of the FastAdapter and switch to the
new identifier based state managment
- withPostOnBindViewListener(OnPostBindViewListener) - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
-
add this listener and hook in if you want to modify a drawerItems view without creating a custom drawer item
- withProfileImagesClickable(boolean) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
enable or disable the profile images to be clickable
- withProfileImagesVisible(boolean) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
define if the profile images in the header are shown or not
- withProfiles(List<IProfile>) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
set the arrayList of DrawerItems for the drawer
- withRecyclerView(RecyclerView) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Define a custom RecyclerView which will be used in the drawer
NOTE: this is not recommended
- withResetDrawerOnProfileListClick(boolean) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
define if the drawer selection list should be reseted after the user clicks on a profile item if the selection list is shown
- withRootView(ViewGroup) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Sets the rootView which will host the DrawerLayout
The content of this view will be extracted and added as the new content inside the drawerLayout
- withRootView(int) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Sets the rootView which will host the DrawerLayout
The content of this view will be extracted and added as the new content inside the drawerLayout
- withSavedInstance(Bundle) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
create the drawer with the values of a savedInstance
- withSavedInstance(Bundle) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set the Bundle (savedInstance) which is passed by the activity.
- withScrollToTopAfterClick(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
defines if the drawer should scroll to top after click
- withSelectable(boolean) - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
-
set if this item is selectable
- withSelectable(boolean) - Method in interface com.mikepenz.materialdrawer.model.interfaces.IDrawerItem
-
- withSelectable(boolean) - Method in interface com.mikepenz.materialdrawer.model.interfaces.IProfile
-
- withSelectable(boolean) - Method in interface com.mikepenz.materialdrawer.model.interfaces.Selectable
-
- withSelectable(boolean) - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- withSelectedColor(int) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withSelectedColor(int) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- withSelectedColor(int) - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- withSelectedColorRes(int) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withSelectedColorRes(int) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- withSelectedColorRes(int) - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- withSelectedIcon(Drawable) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withSelectedIcon(int) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withSelectedIconColor(int) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withSelectedIconColorRes(int) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withSelectedItem(long) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set this to the identifier of the item, you would love to select upon start
- withSelectedItemByPosition(int) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set this to the index of the item, you would love to select upon start
- withSelectedTextColor(int) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withSelectedTextColor(int) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- withSelectedTextColorRes(int) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withSelectedTextColorRes(int) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- withSelectionFirstLine(String) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
set this to define the first line in the selection area if there is no profile
note this will block any values from profiles!
- withSelectionFirstLineShown(boolean) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
set this to false if you want to hide the first line of the selection box in the header (first line would be the name)
- withSelectionFistLineShown(boolean) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
- withSelectionListEnabled(boolean) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
enable or disable the selection list
- withSelectionListEnabledForSingleProfile(boolean) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
enable or disable the selection list if there is only a single profile
- withSelectionSecondLine(String) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
set this to define the second line in the selection area if there is no profile
note this will block any values from profiles!
- withSelectionSecondLineShown(boolean) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
set this to false if you want to hide the second line of the selection box in the header (second line would be the e-mail)
- withSetSelected(boolean) - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
-
set if this item is selected
- withSetSelected(boolean) - Method in interface com.mikepenz.materialdrawer.model.interfaces.IDrawerItem
-
- withShowDrawerOnFirstLaunch(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
define if the DrawerBuilder is shown on the first launch
- withSliderBackgroundColor(int) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set the background color for the Slider.
- withSliderBackgroundColorRes(int) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set the background color for the Slider from a Resource.
- withSliderBackgroundDrawable(Drawable) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set the background drawable for the Slider.
- withSliderBackgroundDrawableRes(int) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set the background drawable for the Slider from a Resource.
- withStickyDrawerItems(List<IDrawerItem>) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set the initial List of IDrawerItems for the StickyDrawerFooter
- withStickyFooter(ViewGroup) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Add a sticky footer below the DrawerBuilder ListView.
- withStickyFooter(int) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Add a sticky footer below the DrawerBuilder ListView defined by a resource.
- withStickyFooterDivider(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set this to true if you want the divider above the sticky footer
- withStickyFooterShadow(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set this to false if you don't want the shadow on top of the sticky footer
- withStickyHeader(View) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Add a sticky header below the DrawerBuilder ListView.
- withStickyHeader(int) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Add a sticky header below the DrawerBuilder ListView defined by a resource.
- withStickyHeaderShadow(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set this to false if you don't want the shadow below the sticky header
- withSubItems(List<IDrawerItem>) - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
-
a list of subItems
- withSubItems(IDrawerItem...) - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
-
an array of subItems
- withSwitchEnabled(boolean) - Method in class com.mikepenz.materialdrawer.model.AbstractSwitchableDrawerItem
-
- withSystemUIHidden(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set to true if you use your app in complete fullscreen mode
with hidden statusBar and navigationBar
- withTag(Object) - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
-
set the tag of this item
- withTag(Object) - Method in interface com.mikepenz.materialdrawer.model.interfaces.Tagable
-
- withTextColor(int) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
set the background for the slider as color
- withTextColor(int) - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- withTextColor(int) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withTextColor(int) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- withTextColor(int) - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- withTextColor(int) - Method in class com.mikepenz.materialdrawer.model.SectionDrawerItem
-
- withTextColorRes(int) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
set the background for the slider as resource
- withTextColorRes(int) - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
-
- withTextColorRes(int) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withTextColorRes(int) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- withTextColorRes(int) - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- withTextColorRes(int) - Method in class com.mikepenz.materialdrawer.model.SectionDrawerItem
-
- withThreeSmallProfileImages(boolean) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
enable the extended profile icon view with 3 small header images instead of two
- withTintSelectedIcon(boolean) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
Deprecated.
- withToggleEnabled(boolean) - Method in class com.mikepenz.materialdrawer.model.AbstractToggleableDrawerItem
-
- withToolbar(Toolbar) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Sets the toolbar which should be used in combination with the drawer
This will handle the ActionBarDrawerToggle for you.
- withTranslucentNavigationBar(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Set to true if you use a translucent NavigationBar
- withTranslucentNavigationBarProgrammatically(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
set this to true if you want a translucent navigation bar.
- withTranslucentStatusBar(boolean) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
Set or disable this if you use a translucent statusbar
- withTranslucentStatusBar(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
-
Sets that the view which hosts the DrawerLayout should have a translucent statusBar
This is true by default, so it's possible to display the drawer under the statusBar
- withTypeface(Typeface) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
-
Define the typeface which will be used for all textViews in the AccountHeader
- withTypeface(Typeface) - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
-
- withTypeface(Typeface) - Method in interface com.mikepenz.materialdrawer.model.interfaces.Typefaceable
-
- withTypeface(Typeface) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
-
- withTypeface(Typeface) - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
-
- withTypeface(Typeface) - Method in class com.mikepenz.materialdrawer.model.SectionDrawerItem
-
- withView(View) - Method in class com.mikepenz.materialdrawer.model.ContainerDrawerItem
-
- withViewPosition(ContainerDrawerItem.Position) - Method in class com.mikepenz.materialdrawer.model.ContainerDrawerItem
-