Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

AbstractDrawerImageLoader - Class in com.mikepenz.materialdrawer.util
 
AbstractDrawerImageLoader() - Constructor for class com.mikepenz.materialdrawer.util.AbstractDrawerImageLoader
 
AbstractDrawerItem<T,VH extends android.support.v7.widget.RecyclerView.ViewHolder> - Class in com.mikepenz.materialdrawer.model
Created by mikepenz on 14.07.15.
AbstractDrawerItem() - Constructor for class com.mikepenz.materialdrawer.model.AbstractDrawerItem
 
AccountHeader - Class in com.mikepenz.materialdrawer
Created by mikepenz on 27.02.15.
AccountHeader(AccountHeaderBuilder) - Constructor for class com.mikepenz.materialdrawer.AccountHeader
 
AccountHeader.OnAccountHeaderItemLongClickListener - Interface in com.mikepenz.materialdrawer
 
AccountHeader.OnAccountHeaderListener - Interface in com.mikepenz.materialdrawer
 
AccountHeader.OnAccountHeaderProfileImageListener - Interface in com.mikepenz.materialdrawer
 
AccountHeader.OnAccountHeaderSelectionViewClickListener - Interface in com.mikepenz.materialdrawer
 
AccountHeaderBuilder - Class in com.mikepenz.materialdrawer
Created by mikepenz on 23.05.15.
AccountHeaderBuilder() - Constructor for class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
addDrawerItems(IDrawerItem...) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
Add a initial DrawerItem or a DrawerItem Array for the Drawer
addItem(IDrawerItem) - Method in class com.mikepenz.materialdrawer.Drawer
Add a drawerItem at the end
addItemAtPosition(IDrawerItem, int) - Method in class com.mikepenz.materialdrawer.Drawer
Add a drawerItem at a specific position
addItems(IDrawerItem...) - Method in class com.mikepenz.materialdrawer.Drawer
add new Items to the current DrawerItem List
addItemsAtPosition(int, IDrawerItem...) - Method in class com.mikepenz.materialdrawer.Drawer
add new items to the current DrawerItem list at a specific position
addProfile(IProfile, int) - Method in class com.mikepenz.materialdrawer.AccountHeader
Add a new profile at a specific position to the list
addProfiles(IProfile...) - Method in class com.mikepenz.materialdrawer.AccountHeader
Add new profiles to the existing list of profiles
addProfiles(IProfile...) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
add single ore more DrawerItems to the Drawer
addStickyDrawerItems(IDrawerItem...) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
Add a initial DrawerItem or a DrawerItem Array for the StickyDrawerFooter
addStickyFooterItem(IDrawerItem) - Method in class com.mikepenz.materialdrawer.Drawer
Add a footerDrawerItem at the end
addStickyFooterItemAtPosition(IDrawerItem, int) - Method in class com.mikepenz.materialdrawer.Drawer
Add a footerDrawerItem at a specific position
append(Drawer) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
Call this method to append a new DrawerBuilder to a existing Drawer.
applyDecidedIconOrSetGone(ImageHolder, ImageView, int, boolean, int) - Static method in class com.mikepenz.materialdrawer.holder.ImageHolder
decides which icon to apply or hide this view
applyTo(ImageView, String) - Method in class com.mikepenz.materialdrawer.holder.ImageHolder
sets an existing image to the imageView
arrow - Variable in class com.mikepenz.materialdrawer.model.ExpandableDrawerItem.ViewHolder
 

B

Badgeable<T> - Interface in com.mikepenz.materialdrawer.model.interfaces
Created by mikepenz on 03.02.15.
BadgeDrawableBuilder - Class in com.mikepenz.materialdrawer.model.utils
Created by mikepenz on 02.07.15.
BadgeDrawableBuilder(BadgeStyle) - Constructor for class com.mikepenz.materialdrawer.model.utils.BadgeDrawableBuilder
 
BadgeStyle - Class in com.mikepenz.materialdrawer.holder
Created by mikepenz on 02.07.15.
BadgeStyle() - Constructor for class com.mikepenz.materialdrawer.holder.BadgeStyle
 
BadgeStyle(int, int) - Constructor for class com.mikepenz.materialdrawer.holder.BadgeStyle
 
BadgeStyle(int, int, int, int) - Constructor for class com.mikepenz.materialdrawer.holder.BadgeStyle
 
BaseDrawerItem<T,VH extends android.support.v7.widget.RecyclerView.ViewHolder> - Class in com.mikepenz.materialdrawer.model
Created by mikepenz on 03.02.15.
BaseDrawerItem() - Constructor for class com.mikepenz.materialdrawer.model.BaseDrawerItem
 
BasePrimaryDrawerItem<T,VH extends BaseViewHolder> - Class in com.mikepenz.materialdrawer.model
Created by mikepenz on 03.02.15.
BasePrimaryDrawerItem() - Constructor for class com.mikepenz.materialdrawer.model.BasePrimaryDrawerItem
 
BaseSecondaryDrawerItem<T,VH extends BaseViewHolder> - Class in com.mikepenz.materialdrawer.model
Created by mikepenz on 03.02.15.
BaseSecondaryDrawerItem() - Constructor for class com.mikepenz.materialdrawer.model.BaseSecondaryDrawerItem
 
BaseViewHolder - Class in com.mikepenz.materialdrawer.model
 
BaseViewHolder(View) - Constructor for class com.mikepenz.materialdrawer.model.BaseViewHolder
 
BezelImageView - Class in com.mikepenz.materialdrawer.view
An ImageView that draws its contents inside a mask and draws a border drawable on top.
BezelImageView(Context) - Constructor for class com.mikepenz.materialdrawer.view.BezelImageView
 
BezelImageView(Context, AttributeSet) - Constructor for class com.mikepenz.materialdrawer.view.BezelImageView
 
BezelImageView(Context, AttributeSet, int) - Constructor for class com.mikepenz.materialdrawer.view.BezelImageView
 
bindView(ContainerDrawerItem.ViewHolder) - Method in class com.mikepenz.materialdrawer.model.ContainerDrawerItem
 
bindView(DividerDrawerItem.ViewHolder) - Method in class com.mikepenz.materialdrawer.model.DividerDrawerItem
 
bindView(ExpandableDrawerItem.ViewHolder) - Method in class com.mikepenz.materialdrawer.model.ExpandableDrawerItem
 
bindView(VH) - Method in interface com.mikepenz.materialdrawer.model.interfaces.IDrawerItem
 
bindView(MiniDrawerItem.ViewHolder) - Method in class com.mikepenz.materialdrawer.model.MiniDrawerItem
 
bindView(MiniProfileDrawerItem.ViewHolder) - Method in class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem
 
bindView(PrimaryDrawerItem.ViewHolder) - Method in class com.mikepenz.materialdrawer.model.PrimaryDrawerItem
 
bindView(ProfileDrawerItem.ViewHolder) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
 
bindView(ProfileSettingDrawerItem.ViewHolder) - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
 
bindView(SecondaryDrawerItem.ViewHolder) - Method in class com.mikepenz.materialdrawer.model.SecondaryDrawerItem
 
bindView(SecondarySwitchDrawerItem.ViewHolder) - Method in class com.mikepenz.materialdrawer.model.SecondarySwitchDrawerItem
 
bindView(SecondaryToggleDrawerItem.ViewHolder) - Method in class com.mikepenz.materialdrawer.model.SecondaryToggleDrawerItem
 
bindView(SectionDrawerItem.ViewHolder) - Method in class com.mikepenz.materialdrawer.model.SectionDrawerItem
 
bindView(SwitchDrawerItem.ViewHolder) - Method in class com.mikepenz.materialdrawer.model.SwitchDrawerItem
 
bindView(ToggleDrawerItem.ViewHolder) - Method in class com.mikepenz.materialdrawer.model.ToggleDrawerItem
 
bindViewHelper(BaseViewHolder) - Method in class com.mikepenz.materialdrawer.model.BasePrimaryDrawerItem
a helper method to have the logic for all secondaryDrawerItems only once
bindViewHelper(BaseViewHolder) - Method in class com.mikepenz.materialdrawer.model.BaseSecondaryDrawerItem
a helper method to have the logic for all secondaryDrawerItems only once
build() - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
method to build the header view
build() - Method in class com.mikepenz.materialdrawer.DrawerBuilder
Build and add the DrawerBuilder to your activity
build(Context) - Method in class com.mikepenz.materialdrawer.MiniDrawer
build the MiniDrawer
build(Context) - Method in class com.mikepenz.materialdrawer.model.utils.BadgeDrawableBuilder
 
build() - Method in class com.mikepenz.materialdrawer.util.DrawerItemViewHelper
 
buildDrawerSelectionList() - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
helper method to build and set the drawer selection list
buildForFragment() - Method in class com.mikepenz.materialdrawer.DrawerBuilder
Build and add the DrawerBuilder to your activity
buildProfiles() - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
helper method to build the views for the ui
buildView() - Method in class com.mikepenz.materialdrawer.DrawerBuilder
build the drawers content only.
BUNDLE_DRAWER_CONTENT_SWITCHED - Static variable in class com.mikepenz.materialdrawer.Drawer
 
BUNDLE_DRAWER_CONTENT_SWITCHED_APPENDED - Static variable in class com.mikepenz.materialdrawer.Drawer
 
BUNDLE_SELECTION - Static variable in class com.mikepenz.materialdrawer.Drawer
BUNDLE param to store the selection
BUNDLE_SELECTION_APPENDED - Static variable in class com.mikepenz.materialdrawer.Drawer
 
BUNDLE_SELECTION_HEADER - Static variable in class com.mikepenz.materialdrawer.AccountHeader
 
BUNDLE_STICKY_FOOTER_SELECTION - Static variable in class com.mikepenz.materialdrawer.Drawer
 
BUNDLE_STICKY_FOOTER_SELECTION_APPENDED - Static variable in class com.mikepenz.materialdrawer.Drawer
 

C

calculateProfiles() - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
helper method to calculate the order of the profiles
cancel(ImageView) - Method in class com.mikepenz.materialdrawer.util.AbstractDrawerImageLoader
 
cancel(ImageView) - Method in interface com.mikepenz.materialdrawer.util.DrawerImageLoader.IDrawerImageLoader
 
cancelImage(ImageView) - Method in class com.mikepenz.materialdrawer.util.DrawerImageLoader
 
checkDrawerItem(int, boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
check if the item is within the bounds of the list
clear() - Method in class com.mikepenz.materialdrawer.AccountHeader
Clear the header
closeDrawer() - Method in class com.mikepenz.materialdrawer.Drawer
close the drawer
closeDrawerDelayed() - Method in class com.mikepenz.materialdrawer.DrawerBuilder
helper method to close the drawer delayed
ColorfulBadgeable<T> - Interface in com.mikepenz.materialdrawer.model.interfaces
Created by mikepenz on 03.02.15.
ColorHolder - Class in com.mikepenz.materialdrawer.holder
Created by mikepenz on 13.07.15.
ColorHolder() - Constructor for class com.mikepenz.materialdrawer.holder.ColorHolder
 
colorStateList - Variable in class com.mikepenz.materialdrawer.model.BaseDrawerItem
 
colorStateList - Variable in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
 
com.mikepenz.materialdrawer - package com.mikepenz.materialdrawer
 
com.mikepenz.materialdrawer.holder - package com.mikepenz.materialdrawer.holder
 
com.mikepenz.materialdrawer.icons - package com.mikepenz.materialdrawer.icons
 
com.mikepenz.materialdrawer.interfaces - package com.mikepenz.materialdrawer.interfaces
 
com.mikepenz.materialdrawer.model - package com.mikepenz.materialdrawer.model
 
com.mikepenz.materialdrawer.model.interfaces - package com.mikepenz.materialdrawer.model.interfaces
 
com.mikepenz.materialdrawer.model.utils - package com.mikepenz.materialdrawer.model.utils
 
com.mikepenz.materialdrawer.util - package com.mikepenz.materialdrawer.util
 
com.mikepenz.materialdrawer.view - package com.mikepenz.materialdrawer.view
 
ContainerDrawerItem - Class in com.mikepenz.materialdrawer.model
Created by mikepenz on 03.02.15.
ContainerDrawerItem() - Constructor for class com.mikepenz.materialdrawer.model.ContainerDrawerItem
 
ContainerDrawerItem.ItemFactory - Class in com.mikepenz.materialdrawer.model
 
ContainerDrawerItem.Position - Enum in com.mikepenz.materialdrawer.model
 
ContainerDrawerItem.ViewHolder - Class in com.mikepenz.materialdrawer.model
 
create(View) - Method in class com.mikepenz.materialdrawer.model.ContainerDrawerItem.ItemFactory
 
create(View) - Method in class com.mikepenz.materialdrawer.model.DividerDrawerItem.ItemFactory
 
create(View) - Method in class com.mikepenz.materialdrawer.model.ExpandableDrawerItem.ItemFactory
 
create(View) - Method in class com.mikepenz.materialdrawer.model.MiniDrawerItem.ItemFactory
 
create(View) - Method in class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem.ItemFactory
 
create(View) - Method in class com.mikepenz.materialdrawer.model.PrimaryDrawerItem.ItemFactory
 
create(View) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem.ItemFactory
 
create(View) - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem.ItemFactory
 
create(View) - Method in class com.mikepenz.materialdrawer.model.SecondaryDrawerItem.ItemFactory
 
create(View) - Method in class com.mikepenz.materialdrawer.model.SecondarySwitchDrawerItem.ItemFactory
 
create(View) - Method in class com.mikepenz.materialdrawer.model.SecondaryToggleDrawerItem.ItemFactory
 
create(View) - Method in class com.mikepenz.materialdrawer.model.SectionDrawerItem.ItemFactory
 
create(View) - Method in class com.mikepenz.materialdrawer.model.SwitchDrawerItem.ItemFactory
 
create(View) - Method in class com.mikepenz.materialdrawer.model.ToggleDrawerItem.ItemFactory
 
createItems() - Method in class com.mikepenz.materialdrawer.MiniDrawer
creates the items for the MiniDrawer
crossfade() - Method in interface com.mikepenz.materialdrawer.interfaces.ICrossfader
 
customHeight - Variable in class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem
 

D

decideIcon(Context, int, boolean, int) - Method in class com.mikepenz.materialdrawer.holder.ImageHolder
this only handles Drawables
decideIcon(ImageHolder, Context, int, boolean, int) - Static method in class com.mikepenz.materialdrawer.holder.ImageHolder
a small static helper which catches nulls for us
description - Variable in class com.mikepenz.materialdrawer.model.BaseViewHolder
 
deselect() - Method in class com.mikepenz.materialdrawer.Drawer
deselects all selected items
deselect(long) - Method in class com.mikepenz.materialdrawer.Drawer
deselects the item with the given identifier
DimenHolder - Class in com.mikepenz.materialdrawer.holder
Created by mikepenz on 13.07.15.
DimenHolder() - Constructor for class com.mikepenz.materialdrawer.holder.DimenHolder
 
disable() - Method in class com.mikepenz.materialdrawer.util.KeyboardUtil
 
disabledIconColor - Variable in class com.mikepenz.materialdrawer.model.BaseDrawerItem
 
disabledTextColor - Variable in class com.mikepenz.materialdrawer.model.BaseDrawerItem
 
disabledTextColor - Variable in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
 
disableTouchFeedback(boolean) - Method in class com.mikepenz.materialdrawer.view.BezelImageView
 
dispatchTouchEvent(MotionEvent) - Method in class com.mikepenz.materialdrawer.view.BezelImageView
 
DividerDrawerItem - Class in com.mikepenz.materialdrawer.model
Created by mikepenz on 03.02.15.
DividerDrawerItem() - Constructor for class com.mikepenz.materialdrawer.model.DividerDrawerItem
 
DividerDrawerItem.ItemFactory - Class in com.mikepenz.materialdrawer.model
 
DividerDrawerItem.ViewHolder - Class in com.mikepenz.materialdrawer.model
 
drawableStateChanged() - Method in class com.mikepenz.materialdrawer.view.BezelImageView
 
Drawer - Class in com.mikepenz.materialdrawer
Created by mikepenz on 03.02.15.
Drawer(DrawerBuilder) - Constructor for class com.mikepenz.materialdrawer.Drawer
the protected Constructor for the result
Drawer.OnDrawerItemClickListener - Interface in com.mikepenz.materialdrawer
 
Drawer.OnDrawerItemLongClickListener - Interface in com.mikepenz.materialdrawer
 
Drawer.OnDrawerItemSelectedListener - Interface in com.mikepenz.materialdrawer
 
Drawer.OnDrawerListener - Interface in com.mikepenz.materialdrawer
 
Drawer.OnDrawerNavigationListener - Interface in com.mikepenz.materialdrawer
 
DrawerBuilder - Class in com.mikepenz.materialdrawer
Created by mikepenz on 23.05.15.
DrawerBuilder() - Constructor for class com.mikepenz.materialdrawer.DrawerBuilder
default constructor
DrawerBuilder(Activity) - Constructor for class com.mikepenz.materialdrawer.DrawerBuilder
Construct a Drawer by passing the activity to use for the generation
DrawerImageLoader - Class in com.mikepenz.materialdrawer.util
Created by mikepenz on 24.03.15.
DrawerImageLoader.IDrawerImageLoader - Interface in com.mikepenz.materialdrawer.util
 
DrawerImageLoader.Tags - Enum in com.mikepenz.materialdrawer.util
 
DrawerItemViewHelper - Class in com.mikepenz.materialdrawer.util
Created by mikepenz on 27.03.15.
DrawerItemViewHelper(Context) - Constructor for class com.mikepenz.materialdrawer.util.DrawerItemViewHelper
 
DrawerItemViewHelper.OnDrawerItemClickListener - Interface in com.mikepenz.materialdrawer.util
 
DrawerUIUtils - Class in com.mikepenz.materialdrawer.util
Created by mikepenz on 15.03.14.
DrawerUIUtils() - Constructor for class com.mikepenz.materialdrawer.util.DrawerUIUtils
 

E

email - Variable in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
 
enable() - Method in class com.mikepenz.materialdrawer.util.KeyboardUtil
 
equals(long) - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
If this item equals to the given identifier
equals(int) - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
 
equals(Object) - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
If this item equals to the given object
equals(long) - Method in interface com.mikepenz.materialdrawer.model.interfaces.IDrawerItem
 
ExpandableDrawerItem - Class in com.mikepenz.materialdrawer.model
Created by mikepenz on 03.02.15.
ExpandableDrawerItem() - Constructor for class com.mikepenz.materialdrawer.model.ExpandableDrawerItem
 
ExpandableDrawerItem.ItemFactory - Class in com.mikepenz.materialdrawer.model
 
ExpandableDrawerItem.ViewHolder - Class in com.mikepenz.materialdrawer.model
 

F

fromColor(int) - Static method in class com.mikepenz.materialdrawer.holder.ColorHolder
 
fromColorRes(int) - Static method in class com.mikepenz.materialdrawer.holder.ColorHolder
 
fromDp(int) - Static method in class com.mikepenz.materialdrawer.holder.DimenHolder
 
fromPixel(int) - Static method in class com.mikepenz.materialdrawer.holder.DimenHolder
 
fromResource(int) - Static method in class com.mikepenz.materialdrawer.holder.DimenHolder
 

G

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
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 interface com.mikepenz.materialdrawer.model.interfaces.Badgeable
 
getBadge() - Method in class com.mikepenz.materialdrawer.model.PrimaryDrawerItem
 
getBadge() - Method in class com.mikepenz.materialdrawer.model.SecondaryDrawerItem
 
getBadgeBackground() - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
 
getBadgeStyle() - Method in interface com.mikepenz.materialdrawer.model.interfaces.ColorfulBadgeable
 
getBadgeStyle() - Method in class com.mikepenz.materialdrawer.model.PrimaryDrawerItem
 
getBadgeStyle() - Method in class com.mikepenz.materialdrawer.model.SecondaryDrawerItem
 
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.BaseSecondaryDrawerItem
helper method to decide for the correct color OVERWRITE to get the correct secondary color
getColor(Context) - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
helper method to decide for the correct 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.BasePrimaryDrawerItem
 
getDescription() - Method in class com.mikepenz.materialdrawer.model.BaseSecondaryDrawerItem
 
getDescription() - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
 
getDescriptionTextColor() - Method in class com.mikepenz.materialdrawer.model.BasePrimaryDrawerItem
 
getDescriptionTextColor() - Method in class com.mikepenz.materialdrawer.model.BaseSecondaryDrawerItem
 
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.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.ContainerDrawerItem
 
getFactory() - Method in class com.mikepenz.materialdrawer.model.DividerDrawerItem
 
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.PrimaryDrawerItem
 
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.SecondaryDrawerItem
 
getFactory() - Method in class com.mikepenz.materialdrawer.model.SecondarySwitchDrawerItem
 
getFactory() - Method in class com.mikepenz.materialdrawer.model.SecondaryToggleDrawerItem
 
getFactory() - Method in class com.mikepenz.materialdrawer.model.SectionDrawerItem
 
getFactory() - Method in class com.mikepenz.materialdrawer.model.SwitchDrawerItem
 
getFactory() - Method in class com.mikepenz.materialdrawer.model.ToggleDrawerItem
 
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
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.ContainerDrawerItem
 
getLayoutRes() - Method in class com.mikepenz.materialdrawer.model.DividerDrawerItem
 
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.PrimaryDrawerItem
 
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
 
getLayoutRes() - Method in class com.mikepenz.materialdrawer.model.SwitchDrawerItem
 
getLayoutRes() - Method in class com.mikepenz.materialdrawer.model.ToggleDrawerItem
 
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.SecondarySwitchDrawerItem
 
getOnCheckedChangeListener() - Method in class com.mikepenz.materialdrawer.model.SecondaryToggleDrawerItem
 
getOnCheckedChangeListener() - Method in class com.mikepenz.materialdrawer.model.SwitchDrawerItem
 
getOnCheckedChangeListener() - Method in class com.mikepenz.materialdrawer.model.ToggleDrawerItem
 
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.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
getOnMiniDrawerItemClickListener() - Method in class com.mikepenz.materialdrawer.MiniDrawer
 
getOnMiniDrawerItemLongClickListener() - Method in class com.mikepenz.materialdrawer.MiniDrawer
 
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
 
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.ContainerDrawerItem
 
getType() - Method in class com.mikepenz.materialdrawer.model.DividerDrawerItem
 
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.PrimaryDrawerItem
 
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
 
getType() - Method in class com.mikepenz.materialdrawer.model.SwitchDrawerItem
 
getType() - Method in class com.mikepenz.materialdrawer.model.ToggleDrawerItem
 
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
 

H

handleDrawerNavigation(Activity, boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
handles the different logics for the Drawer Navigation Listeners / Indications (ActionBarDrawertoggle)
hasDivider() - Method in class com.mikepenz.materialdrawer.model.SectionDrawerItem
 
hashCode() - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
the hashCode implementation
hideKeyboard(Activity) - Static method in class com.mikepenz.materialdrawer.util.KeyboardUtil
Helper to hide the keyboard

I

icon - Variable in class com.mikepenz.materialdrawer.model.BaseDrawerItem
 
icon - Variable in class com.mikepenz.materialdrawer.model.BaseViewHolder
 
icon - Variable in class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem
 
icon - Variable in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
 
Iconable<T> - Interface in com.mikepenz.materialdrawer.model.interfaces
Created by mikepenz on 03.02.15.
iconColor - Variable in class com.mikepenz.materialdrawer.model.BaseDrawerItem
 
iconTinted - Variable in class com.mikepenz.materialdrawer.model.BaseDrawerItem
 
ICrossfader - Interface in com.mikepenz.materialdrawer.interfaces
Created by mikepenz on 18.07.15.
IDrawerItem<T,VH extends android.support.v7.widget.RecyclerView.ViewHolder> - Interface in com.mikepenz.materialdrawer.model.interfaces
Created by mikepenz on 03.02.15.
ImageHolder - Class in com.mikepenz.materialdrawer.holder
Created by mikepenz on 13.07.15.
ImageHolder(String) - Constructor for class com.mikepenz.materialdrawer.holder.ImageHolder
 
ImageHolder(Uri) - Constructor for class com.mikepenz.materialdrawer.holder.ImageHolder
 
ImageHolder(Drawable) - Constructor for class com.mikepenz.materialdrawer.holder.ImageHolder
 
ImageHolder(Bitmap) - Constructor for class com.mikepenz.materialdrawer.holder.ImageHolder
 
ImageHolder(int) - Constructor for class com.mikepenz.materialdrawer.holder.ImageHolder
 
ImageHolder(IIcon) - Constructor for class com.mikepenz.materialdrawer.holder.ImageHolder
 
inflateMenu(int) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
Inflates the DrawerItems from a menu.xml
init(DrawerImageLoader.IDrawerImageLoader) - Static method in class com.mikepenz.materialdrawer.util.DrawerImageLoader
 
invalidateDrawable(Drawable) - Method in class com.mikepenz.materialdrawer.view.BezelImageView
 
IProfile<T> - Interface in com.mikepenz.materialdrawer.model.interfaces
Created by mikepenz on 03.02.15.
isChecked() - Method in class com.mikepenz.materialdrawer.model.SecondarySwitchDrawerItem
 
isChecked() - Method in class com.mikepenz.materialdrawer.model.SecondaryToggleDrawerItem
 
isChecked() - Method in class com.mikepenz.materialdrawer.model.SwitchDrawerItem
 
isChecked() - Method in class com.mikepenz.materialdrawer.model.ToggleDrawerItem
 
isCrossfaded() - Method in interface com.mikepenz.materialdrawer.interfaces.ICrossfader
 
isDrawerOpen() - Method in class com.mikepenz.materialdrawer.Drawer
Get the current state of the drawer.
isEnabled() - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
 
isEnabled() - Method in interface com.mikepenz.materialdrawer.model.interfaces.IDrawerItem
 
isEnabled() - Method in class com.mikepenz.materialdrawer.model.SectionDrawerItem
 
isExpanded() - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
 
isIconTinted() - Method in class com.mikepenz.materialdrawer.model.BaseDrawerItem
 
isIconTinted() - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
 
isNameShown() - Method in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
 
isSelectable() - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
 
isSelectable() - Method in interface com.mikepenz.materialdrawer.model.interfaces.IDrawerItem
 
isSelectable() - Method in interface com.mikepenz.materialdrawer.model.interfaces.IProfile
 
isSelectable() - Method in interface com.mikepenz.materialdrawer.model.interfaces.Selectable
 
isSelectable() - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
 
isSelected() - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
 
isSelected() - Method in interface com.mikepenz.materialdrawer.model.interfaces.IDrawerItem
 
isSelected() - Method in class com.mikepenz.materialdrawer.model.SectionDrawerItem
 
isSelectionListShown() - Method in class com.mikepenz.materialdrawer.AccountHeader
returns if the selection list is currently shown
isStateful() - Method in class com.mikepenz.materialdrawer.util.PressedEffectStateListDrawable
 
isSwitchEnabled() - Method in class com.mikepenz.materialdrawer.model.SecondarySwitchDrawerItem
 
isSwitchEnabled() - Method in class com.mikepenz.materialdrawer.model.SwitchDrawerItem
 
isToggleEnabled() - Method in class com.mikepenz.materialdrawer.model.SecondaryToggleDrawerItem
 
isToggleEnabled() - Method in class com.mikepenz.materialdrawer.model.ToggleDrawerItem
 
ITEM - Static variable in class com.mikepenz.materialdrawer.MiniDrawer
 
ItemFactory() - Constructor for class com.mikepenz.materialdrawer.model.ContainerDrawerItem.ItemFactory
 
ItemFactory() - Constructor for class com.mikepenz.materialdrawer.model.DividerDrawerItem.ItemFactory
 
ItemFactory() - Constructor for class com.mikepenz.materialdrawer.model.ExpandableDrawerItem.ItemFactory
 
ItemFactory() - Constructor for class com.mikepenz.materialdrawer.model.MiniDrawerItem.ItemFactory
 
ItemFactory() - Constructor for class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem.ItemFactory
 
ItemFactory() - Constructor for class com.mikepenz.materialdrawer.model.PrimaryDrawerItem.ItemFactory
 
ItemFactory() - Constructor for class com.mikepenz.materialdrawer.model.ProfileDrawerItem.ItemFactory
 
ItemFactory() - Constructor for class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem.ItemFactory
 
ItemFactory() - Constructor for class com.mikepenz.materialdrawer.model.SecondaryDrawerItem.ItemFactory
 
ItemFactory() - Constructor for class com.mikepenz.materialdrawer.model.SecondarySwitchDrawerItem.ItemFactory
 
ItemFactory() - Constructor for class com.mikepenz.materialdrawer.model.SecondaryToggleDrawerItem.ItemFactory
 
ItemFactory() - Constructor for class com.mikepenz.materialdrawer.model.SectionDrawerItem.ItemFactory
 
ItemFactory() - Constructor for class com.mikepenz.materialdrawer.model.SwitchDrawerItem.ItemFactory
 
ItemFactory() - Constructor for class com.mikepenz.materialdrawer.model.ToggleDrawerItem.ItemFactory
 

K

KeyboardUtil - Class in com.mikepenz.materialdrawer.util
Created by mikepenz on 14.03.15.
KeyboardUtil(Activity, View) - Constructor for class com.mikepenz.materialdrawer.util.KeyboardUtil
 

L

level - Variable in class com.mikepenz.materialdrawer.model.BaseDrawerItem
 

M

mAccountHeader - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mAccountHeader - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mAccountHeaderBackground - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mAccountHeaderBuilder - Variable in class com.mikepenz.materialdrawer.AccountHeader
 
mAccountHeaderContainer - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mAccountHeaderSticky - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mAccountHeaderTextSection - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mAccountHeaderTextSectionBackgroundResource - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mAccountSwitcherArrow - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mActionBarDrawerToggle - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mActionBarDrawerToggleEnabled - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mActivity - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mActivity - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mAdapter - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mAdapter - Variable in class com.mikepenz.materialdrawer.MiniDrawer
 
mAdapterWrapper - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mAlternativeProfileHeaderSwitching - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mAnimateActionBarDrawerToggle - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mAppended - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
MaterialDrawerFont - Class in com.mikepenz.materialdrawer.icons
Created by mikepenz on 01.11.14.
MaterialDrawerFont() - Constructor for class com.mikepenz.materialdrawer.icons.MaterialDrawerFont
 
MaterialDrawerFont.Icon - Enum in com.mikepenz.materialdrawer.icons
 
mBadge - Variable in class com.mikepenz.materialdrawer.model.PrimaryDrawerItem
 
mBadge - Variable in class com.mikepenz.materialdrawer.model.SecondaryDrawerItem
 
mBadgeStyle - Variable in class com.mikepenz.materialdrawer.model.PrimaryDrawerItem
 
mBadgeStyle - Variable in class com.mikepenz.materialdrawer.model.SecondaryDrawerItem
 
mCloseDrawerOnProfileListClick - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mCloseOnClick - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mCompactStyle - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mCurrentHiddenInList - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mCurrentProfile - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mCurrentProfileEmail - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mCurrentProfileName - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mCurrentProfileView - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mCurrentStickyFooterSelection - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mCustomHeight - Variable in class com.mikepenz.materialdrawer.model.MiniDrawerItem
 
mCustomView - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mDelayDrawerClickEvent - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mDelayOnDrawerClose - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mDisplayBelowStatusBar - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mDividerBelowHeader - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mDrawer - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mDrawerBuilder - Variable in class com.mikepenz.materialdrawer.Drawer
 
mDrawerGravity - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mDrawerLayout - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mDrawerWidth - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mEmailTypeface - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mEnabled - Variable in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
 
mFireInitialOnClick - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mFooterAdapter - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mFooterClickable - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mFooterDivider - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mFooterView - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mFullscreen - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mGenerateMiniDrawer - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mHasStableIds - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mHeaderAdapter - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mHeaderBackground - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mHeaderBackgroundScaleType - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mHeaderDivider - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mHeaderPadding - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mHeaderView - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mHeight - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mIdentifier - Variable in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
 
MiniDrawer - Class in com.mikepenz.materialdrawer
Created by mikepenz on 15.07.15.
MiniDrawer() - Constructor for class com.mikepenz.materialdrawer.MiniDrawer
 
MiniDrawerItem - Class in com.mikepenz.materialdrawer.model
Created by mikepenz on 03.02.15.
MiniDrawerItem() - Constructor for class com.mikepenz.materialdrawer.model.MiniDrawerItem
 
MiniDrawerItem(PrimaryDrawerItem) - Constructor for class com.mikepenz.materialdrawer.model.MiniDrawerItem
 
MiniDrawerItem(SecondaryDrawerItem) - Constructor for class com.mikepenz.materialdrawer.model.MiniDrawerItem
 
MiniDrawerItem.ItemFactory - Class in com.mikepenz.materialdrawer.model
 
MiniDrawerItem.ViewHolder - Class in com.mikepenz.materialdrawer.model
 
MiniProfileDrawerItem - Class in com.mikepenz.materialdrawer.model
Created by mikepenz on 03.02.15.
MiniProfileDrawerItem() - Constructor for class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem
 
MiniProfileDrawerItem(ProfileDrawerItem) - Constructor for class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem
 
MiniProfileDrawerItem.ItemFactory - Class in com.mikepenz.materialdrawer.model
 
MiniProfileDrawerItem.ViewHolder - Class in com.mikepenz.materialdrawer.model
 
mItemAdapter - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mItemAnimator - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mLayoutManager - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mMaterialize - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mMiniDrawer - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mMultiSelect - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mNameTypeface - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mOnAccountHeaderItemLongClickListener - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mOnAccountHeaderListener - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mOnAccountHeaderProfileImageListener - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mOnAccountHeaderSelectionViewClickListener - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mOnDrawerItemClickListener - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mOnDrawerItemClickListener - Variable in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
 
mOnDrawerItemLongClickListener - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mOnDrawerListener - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mOnDrawerNavigationListener - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mOnlyMainProfileImageVisible - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mOnlySmallProfileImagesVisible - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mOnPostBindViewListener - Variable in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
 
mOnProfileClickDrawerCloseDelay - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mPaddingBelowHeader - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mProfileFirst - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mProfileFirstView - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mProfileImagesClickable - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mProfileImagesVisible - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mProfiles - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mProfileSecond - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mProfileSecondView - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mProfileThird - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mProfileThirdView - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mRecyclerView - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mResetDrawerOnProfileListClick - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mRootView - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mSavedInstance - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mSavedInstance - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mScrollToTopAfterClick - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mSelectable - Variable in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
 
mSelected - Variable in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
 
mSelectedItemIdentifier - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mSelectedItemPosition - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mSelectionFirstLine - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mSelectionFirstLineShown - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mSelectionListEnabled - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mSelectionListEnabledForSingleProfile - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mSelectionListShown - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mSelectionSecondLine - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mSelectionSecondLineShown - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mShowDrawerOnFirstLaunch - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mSliderBackgroundColor - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mSliderBackgroundColorRes - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mSliderBackgroundDrawable - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mSliderBackgroundDrawableRes - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mSliderLayout - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mStickyDrawerItems - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mStickyFooterDivider - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mStickyFooterShadow - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mStickyFooterShadowView - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mStickyFooterView - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mStickyHeaderView - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mSubItems - Variable in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
 
mSystemUIHidden - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mTag - Variable in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
 
mTextColor - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mThreeSmallProfileImages - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mToolbar - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mTranslucentNavigationBar - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mTranslucentNavigationBarProgrammatically - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mTranslucentStatusBar - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mTranslucentStatusBar - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 
mTypeface - Variable in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
mUsed - Variable in class com.mikepenz.materialdrawer.DrawerBuilder
 

N

name - Variable in class com.mikepenz.materialdrawer.model.BaseDrawerItem
 
name - Variable in class com.mikepenz.materialdrawer.model.BaseViewHolder
 
name - Variable in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
 
Nameable<T> - Interface in com.mikepenz.materialdrawer.model.interfaces
Created by mikepenz on 03.02.15.
nameShown - Variable in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
 
NAVIGATION_DRAWER_ACCOUNT_ASPECT_RATIO - Static variable in class com.mikepenz.materialdrawer.AccountHeader
 

O

onBindView(IDrawerItem, View) - Method in interface com.mikepenz.materialdrawer.model.interfaces.OnPostBindViewListener
allows you to hook in the BindView method and modify the view after binding
onCheckedChanged(IDrawerItem, CompoundButton, boolean) - Method in interface com.mikepenz.materialdrawer.interfaces.OnCheckedChangeListener
Called when the checked state of a compound button has changed.
OnCheckedChangeListener - Interface in com.mikepenz.materialdrawer.interfaces
Interface definition for a callback to be invoked when the checked state of a compound button changed.
onClick(View, IProfile) - Method in interface com.mikepenz.materialdrawer.AccountHeader.OnAccountHeaderSelectionViewClickListener
the event when the user clicks the selection list under the profile icons
onDraw(Canvas) - Method in class com.mikepenz.materialdrawer.view.BezelImageView
 
onDrawerClosed(View) - Method in interface com.mikepenz.materialdrawer.Drawer.OnDrawerListener
 
onDrawerOpened(View) - Method in interface com.mikepenz.materialdrawer.Drawer.OnDrawerListener
 
onDrawerSlide(View, float) - Method in interface com.mikepenz.materialdrawer.Drawer.OnDrawerListener
 
onItemClick(View, int, IDrawerItem) - Method in interface com.mikepenz.materialdrawer.Drawer.OnDrawerItemClickListener
 
onItemClick(IDrawerItem) - Method in class com.mikepenz.materialdrawer.MiniDrawer
call this method to trigger the onItemClick on the MiniDrawer
onItemClick(View, IDrawerItem) - Method in interface com.mikepenz.materialdrawer.util.DrawerItemViewHelper.OnDrawerItemClickListener
 
onItemLongClick(View, int, IDrawerItem) - Method in interface com.mikepenz.materialdrawer.Drawer.OnDrawerItemLongClickListener
 
onItemSelected(AdapterView<?>, View, int, long, IDrawerItem) - Method in interface com.mikepenz.materialdrawer.Drawer.OnDrawerItemSelectedListener
 
onNavigationClickListener(View) - Method in interface com.mikepenz.materialdrawer.Drawer.OnDrawerNavigationListener
 
onNothingSelected(AdapterView<?>) - Method in interface com.mikepenz.materialdrawer.Drawer.OnDrawerItemSelectedListener
 
onPostBindView(IDrawerItem, View) - Method in class com.mikepenz.materialdrawer.model.AbstractDrawerItem
is called after bindView to allow some post creation setps
OnPostBindViewListener - Interface in com.mikepenz.materialdrawer.model.interfaces
Created by mikepenz on 21.08.15.
onProfileChanged(View, IProfile, boolean) - Method in interface com.mikepenz.materialdrawer.AccountHeader.OnAccountHeaderListener
the event when the profile changes
onProfileClick(View, boolean) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
 
onProfileClick() - Method in class com.mikepenz.materialdrawer.MiniDrawer
call this method to trigger the onProfileClick on the MiniDrawer
onProfileImageClick(View, IProfile, boolean) - Method in interface com.mikepenz.materialdrawer.AccountHeader.OnAccountHeaderProfileImageListener
the event when the profile image is clicked
onProfileImageLongClick(View, IProfile, boolean) - Method in interface com.mikepenz.materialdrawer.AccountHeader.OnAccountHeaderProfileImageListener
the event when the profile image is long clicked
onProfileLongClick(View, IProfile, boolean) - Method in interface com.mikepenz.materialdrawer.AccountHeader.OnAccountHeaderItemLongClickListener
the event when the profile item is longClicked inside the list
onSizeChanged(int, int, int, int) - Method in class com.mikepenz.materialdrawer.view.BezelImageView
 
onStateChange(int[]) - Method in class com.mikepenz.materialdrawer.util.PressedEffectStateListDrawable
 
openDrawer() - Method in class com.mikepenz.materialdrawer.Drawer
Open the drawer

P

placeholder(Context) - Method in class com.mikepenz.materialdrawer.util.AbstractDrawerImageLoader
 
placeholder(Context, String) - Method in class com.mikepenz.materialdrawer.util.AbstractDrawerImageLoader
 
placeholder(Context) - Method in interface com.mikepenz.materialdrawer.util.DrawerImageLoader.IDrawerImageLoader
 
placeholder(Context, String) - Method in interface com.mikepenz.materialdrawer.util.DrawerImageLoader.IDrawerImageLoader
 
PREF_USER_LEARNED_DRAWER - Static variable in class com.mikepenz.materialdrawer.Drawer
Per the design guidelines, you should show the drawer on launch until the user manually expands it.
PressedEffectStateListDrawable - Class in com.mikepenz.materialdrawer.util
http://stackoverflow.com/questions/7979440/android-cloning-a-drawable-in-order-to-make-a-statelistdrawable-with-filters http://stackoverflow.com/users/2075875/malachiasz
PressedEffectStateListDrawable(Drawable, int, int) - Constructor for class com.mikepenz.materialdrawer.util.PressedEffectStateListDrawable
 
PrimaryDrawerItem - Class in com.mikepenz.materialdrawer.model
Created by mikepenz on 03.02.15.
PrimaryDrawerItem() - Constructor for class com.mikepenz.materialdrawer.model.PrimaryDrawerItem
 
PrimaryDrawerItem.ItemFactory - Class in com.mikepenz.materialdrawer.model
 
PrimaryDrawerItem.ViewHolder - Class in com.mikepenz.materialdrawer.model
 
PROFILE - Static variable in class com.mikepenz.materialdrawer.MiniDrawer
 
ProfileDrawerItem - Class in com.mikepenz.materialdrawer.model
Created by mikepenz on 03.02.15.
ProfileDrawerItem() - Constructor for class com.mikepenz.materialdrawer.model.ProfileDrawerItem
 
ProfileDrawerItem.ItemFactory - Class in com.mikepenz.materialdrawer.model
 
ProfileDrawerItem.ViewHolder - Class in com.mikepenz.materialdrawer.model
 
ProfileSettingDrawerItem - Class in com.mikepenz.materialdrawer.model
Created by mikepenz on 03.02.15.
ProfileSettingDrawerItem() - Constructor for class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
 
ProfileSettingDrawerItem.ItemFactory - Class in com.mikepenz.materialdrawer.model
 
ProfileSettingDrawerItem.ViewHolder - Class in com.mikepenz.materialdrawer.model
 

R

removeAllItems() - Method in class com.mikepenz.materialdrawer.Drawer
Removes all items from drawer
removeAllStickyFooterItems() - Method in class com.mikepenz.materialdrawer.Drawer
Removes all footerItems from drawer
removeHeader() - Method in class com.mikepenz.materialdrawer.Drawer
method to remove the header of the list
removeItem(long) - Method in class com.mikepenz.materialdrawer.Drawer
Remove a drawerItem by the identifier
removeItemByPosition(int) - Method in class com.mikepenz.materialdrawer.Drawer
Remove a drawerItem at a specific position
removeItems(long...) - Method in class com.mikepenz.materialdrawer.Drawer
remove a list of drawerItems by ther identifiers
removeProfile(int) - Method in class com.mikepenz.materialdrawer.AccountHeader
remove a profile from the given position
removeProfile(IProfile) - Method in class com.mikepenz.materialdrawer.AccountHeader
try to remove the given profile
removeProfileByIdentifier(long) - Method in class com.mikepenz.materialdrawer.AccountHeader
remove the profile with the given identifier
removeStickyFooterItemAtPosition(int) - Method in class com.mikepenz.materialdrawer.Drawer
Remove a footerDrawerItem at a specific position
resetDrawerContent() - Method in class com.mikepenz.materialdrawer.Drawer
helper method to reset to the original drawerContent
resetStickyFooterSelection() - Method in class com.mikepenz.materialdrawer.DrawerBuilder
simple helper method to reset the selection of the sticky footer

S

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
 
SecondaryDrawerItem.ItemFactory - Class in com.mikepenz.materialdrawer.model
 
SecondaryDrawerItem.ViewHolder - Class in com.mikepenz.materialdrawer.model
 
SecondarySwitchDrawerItem - Class in com.mikepenz.materialdrawer.model
Created by mikepenz on 03.02.15.
SecondarySwitchDrawerItem() - Constructor for class com.mikepenz.materialdrawer.model.SecondarySwitchDrawerItem
 
SecondarySwitchDrawerItem.ItemFactory - Class in com.mikepenz.materialdrawer.model
 
SecondarySwitchDrawerItem.ViewHolder - Class in com.mikepenz.materialdrawer.model
 
SecondaryToggleDrawerItem - Class in com.mikepenz.materialdrawer.model
Created by mikepenz on 03.02.15.
SecondaryToggleDrawerItem() - Constructor for class com.mikepenz.materialdrawer.model.SecondaryToggleDrawerItem
 
SecondaryToggleDrawerItem.ItemFactory - Class in com.mikepenz.materialdrawer.model
 
SecondaryToggleDrawerItem.ViewHolder - Class in com.mikepenz.materialdrawer.model
 
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) - 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.SecondaryToggleDrawerItem
 
setChecked(boolean) - Method in class com.mikepenz.materialdrawer.model.ToggleDrawerItem
 
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
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
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.SecondaryToggleDrawerItem
 
setOnCheckedChangeListener(OnCheckedChangeListener) - Method in class com.mikepenz.materialdrawer.model.ToggleDrawerItem
 
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.SecondaryToggleDrawerItem
 
setToggleEnabled(boolean) - Method in class com.mikepenz.materialdrawer.model.ToggleDrawerItem
 
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
 
SwitchDrawerItem.ItemFactory - Class in com.mikepenz.materialdrawer.model
 
SwitchDrawerItem.ViewHolder - Class in com.mikepenz.materialdrawer.model
 
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

T

Tagable<T> - Interface in com.mikepenz.materialdrawer.model.interfaces
Created by mikepenz on 03.02.15.
textColor - Variable in class com.mikepenz.materialdrawer.model.BaseDrawerItem
 
textColor - Variable in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
 
ToggleDrawerItem - Class in com.mikepenz.materialdrawer.model
Created by mikepenz on 03.02.15.
ToggleDrawerItem() - Constructor for class com.mikepenz.materialdrawer.model.ToggleDrawerItem
 
ToggleDrawerItem.ItemFactory - Class in com.mikepenz.materialdrawer.model
 
ToggleDrawerItem.ViewHolder - Class in com.mikepenz.materialdrawer.model
 
toggleSelectionList(Context) - Method in class com.mikepenz.materialdrawer.AccountHeader
Toggle the selection list (show or hide it)
toggleSelectionList(Context) - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
helper method to toggle the collection
typeface - Variable in class com.mikepenz.materialdrawer.model.BaseDrawerItem
 
typeface - Variable in class com.mikepenz.materialdrawer.model.ProfileDrawerItem
 
Typefaceable<T> - Interface in com.mikepenz.materialdrawer.model.interfaces
Created by mikepenz on 03.02.15.

U

updateBadge(long, StringHolder) - Method in class com.mikepenz.materialdrawer.Drawer
update the badge for a specific drawerItem identified by its id
updateHeaderAndList() - Method in class com.mikepenz.materialdrawer.AccountHeaderBuilder
small helper class to update the header and the list
updateIcon(long, ImageHolder) - Method in class com.mikepenz.materialdrawer.Drawer
update the name for a specific drawerItem identified by its id
updateItem(IDrawerItem) - Method in class com.mikepenz.materialdrawer.Drawer
update a specific drawer item :D automatically identified by its id
updateItem(long) - Method in class com.mikepenz.materialdrawer.MiniDrawer
update a MiniDrawerItem (after updating the main Drawer) via its identifier
updateItemAtPosition(IDrawerItem, int) - Method in class com.mikepenz.materialdrawer.Drawer
Update a drawerItem at a specific position
updateName(long, StringHolder) - Method in class com.mikepenz.materialdrawer.Drawer
update the name for a specific drawerItem identified by its id
updateProfile(IProfile) - Method in class com.mikepenz.materialdrawer.AccountHeader
Helper method to update a profile using it's identifier
updateProfileByIdentifier(IProfile) - Method in class com.mikepenz.materialdrawer.AccountHeader
Deprecated.
updateStickyFooterItem(IDrawerItem) - Method in class com.mikepenz.materialdrawer.Drawer
update a specific footerDrawerItem :D automatically identified by it's id
updateStickyFooterItemAtPosition(IDrawerItem, int) - Method in class com.mikepenz.materialdrawer.Drawer
update a footerDrawerItem at a specific position

V

valueOf(String) - Static method in enum com.mikepenz.materialdrawer.icons.MaterialDrawerFont.Icon
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mikepenz.materialdrawer.model.ContainerDrawerItem.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mikepenz.materialdrawer.util.DrawerImageLoader.Tags
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.mikepenz.materialdrawer.icons.MaterialDrawerFont.Icon
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mikepenz.materialdrawer.model.ContainerDrawerItem.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mikepenz.materialdrawer.util.DrawerImageLoader.Tags
Returns an array containing the constants of this enum type, in the order they are declared.
verifyDrawable(Drawable) - Method in class com.mikepenz.materialdrawer.view.BezelImageView
 
view - Variable in class com.mikepenz.materialdrawer.model.BaseViewHolder
 
ViewHolder(View) - Constructor for class com.mikepenz.materialdrawer.model.ExpandableDrawerItem.ViewHolder
 
ViewHolder(View) - Constructor for class com.mikepenz.materialdrawer.model.MiniDrawerItem.ViewHolder
 
ViewHolder(View) - Constructor for class com.mikepenz.materialdrawer.model.MiniProfileDrawerItem.ViewHolder
 
ViewHolder(View) - Constructor for class com.mikepenz.materialdrawer.model.PrimaryDrawerItem.ViewHolder
 

W

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
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
 
withBadge(StringHolder) - Method in class com.mikepenz.materialdrawer.model.PrimaryDrawerItem
 
withBadge(String) - Method in class com.mikepenz.materialdrawer.model.PrimaryDrawerItem
 
withBadge(int) - Method in class com.mikepenz.materialdrawer.model.PrimaryDrawerItem
 
withBadge(StringHolder) - Method in class com.mikepenz.materialdrawer.model.SecondaryDrawerItem
 
withBadge(String) - Method in class com.mikepenz.materialdrawer.model.SecondaryDrawerItem
 
withBadge(int) - Method in class com.mikepenz.materialdrawer.model.SecondaryDrawerItem
 
withBadgeBackground(Drawable) - Method in class com.mikepenz.materialdrawer.holder.BadgeStyle
 
withBadgeStyle(BadgeStyle) - Method in interface com.mikepenz.materialdrawer.model.interfaces.ColorfulBadgeable
 
withBadgeStyle(BadgeStyle) - Method in class com.mikepenz.materialdrawer.model.PrimaryDrawerItem
 
withBadgeStyle(BadgeStyle) - Method in class com.mikepenz.materialdrawer.model.SecondaryDrawerItem
 
withCheckable(boolean) - Method in class com.mikepenz.materialdrawer.model.SecondarySwitchDrawerItem
 
withCheckable(boolean) - Method in class com.mikepenz.materialdrawer.model.SwitchDrawerItem
 
withChecked(boolean) - Method in class com.mikepenz.materialdrawer.model.SecondarySwitchDrawerItem
 
withChecked(boolean) - Method in class com.mikepenz.materialdrawer.model.SecondaryToggleDrawerItem
 
withChecked(boolean) - Method in class com.mikepenz.materialdrawer.model.SwitchDrawerItem
 
withChecked(boolean) - Method in class com.mikepenz.materialdrawer.model.ToggleDrawerItem
 
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.BasePrimaryDrawerItem
 
withDescription(int) - Method in class com.mikepenz.materialdrawer.model.BasePrimaryDrawerItem
 
withDescription(String) - Method in class com.mikepenz.materialdrawer.model.BaseSecondaryDrawerItem
 
withDescription(int) - Method in class com.mikepenz.materialdrawer.model.BaseSecondaryDrawerItem
 
withDescription(String) - Method in class com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem
 
withDescriptionTextColor(int) - Method in class com.mikepenz.materialdrawer.model.BasePrimaryDrawerItem
 
withDescriptionTextColor(int) - Method in class com.mikepenz.materialdrawer.model.BaseSecondaryDrawerItem
 
withDescriptionTextColorRes(int) - Method in class com.mikepenz.materialdrawer.model.BasePrimaryDrawerItem
 
withDescriptionTextColorRes(int) - Method in class com.mikepenz.materialdrawer.model.BaseSecondaryDrawerItem
 
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
withHeaderPadding(boolean) - Method in class com.mikepenz.materialdrawer.DrawerBuilder
Set this to false if you don't need the padding below the header
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
 
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.SecondarySwitchDrawerItem
 
withOnCheckedChangeListener(OnCheckedChangeListener) - Method in class com.mikepenz.materialdrawer.model.SecondaryToggleDrawerItem
 
withOnCheckedChangeListener(OnCheckedChangeListener) - Method in class com.mikepenz.materialdrawer.model.SwitchDrawerItem
 
withOnCheckedChangeListener(OnCheckedChangeListener) - Method in class com.mikepenz.materialdrawer.model.ToggleDrawerItem
 
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.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(FastAdapter.OnClickListener<IDrawerItem>) - Method in class com.mikepenz.materialdrawer.MiniDrawer
Define an onClickListener for the MiniDrawer item adapter.
withOnMiniDrawerItemLongClickListener(FastAdapter.OnLongClickListener<IDrawerItem>) - Method in class com.mikepenz.materialdrawer.MiniDrawer
Define an onLongClickListener 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
 
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
 
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(int) - 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.
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.SecondarySwitchDrawerItem
 
withSwitchEnabled(boolean) - Method in class com.mikepenz.materialdrawer.model.SwitchDrawerItem
 
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.SecondaryToggleDrawerItem
 
withToggleEnabled(boolean) - Method in class com.mikepenz.materialdrawer.model.ToggleDrawerItem
 
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
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links