| ActionDrawer.Callback | Callback interface for action drawer. |
| ActionDrawer.OnDrawerStateChangeListener | Listener for receiving events when the action drawer state has changed. |
| ActionDrawer.OnDrawingListener | A listener to be notified when the drawer, content and arrow are being drawn. |
| ActionPathMenu.AnimationFactory | A factory class to provide various animation used by the ActionPathMenu widget. |
| SegmentedButtonGroup.OnCheckedChangeListener | Interface definition for a callback to be invoked when the checked segmented button changed in this group. |
| ActionDrawer | A slide-out view, usually used to provide a menu of actions that allows users to switch between views of your app. |
| ActionDrawer.Builder | Use this class to build and customize the action drawer. |
| ActionPathMenu | An action menu that layouts its items along a circular or linear path. |
| ActionPathMenu.CircularLayoutBuilder | The helper class to build a circular path menu. |
| ActionPathMenu.LinearLayoutBuilder | The helper class to build a linear path menu. |
| DropDownMenu | An action widget that appears as a drop-down/pull-down menu. |
| EnhancedColorAppBar | An enhanced application/action bar with support to colorize the background drawable (see setTintColor(int)). |
| MultiPageDashboard | A dashboard widget that can host more actions than the StandardDashboard widget. |
| QuickActionBar | An action widget that presents a set of actions in a scrollable bar (see here for example). |
| QuickActionGrid | An action widget that presents a set of actions in a grid (see here for example). |
| QuickActionList | A custom view/widget that shows a list of action items. |
| QuickPopover | A custom view/widget that can be used to display arbitrary view. |
| QuickTooltip | A custom view/widget to show a tooltip. |
| SegmentedButtonGroup | This widget represents a set of segments/buttons which is used to create a multiple-exclusion scope. |
| SegmentedButtonGroup.LayoutParams | This set of layout parameters defaults the width and the height of the children to WRAP_CONTENT when they are not specified in the XML file. |
| StandardAppBar | A standard application/action bar that can be used to replace the default Android title bar, following guideline and design pattern explained here, here and here. |
| StandardColorAppBar | A simplified version of StandardAppBar that use a gradient of color as background. |
| StandardDashboard | A standard implementation of a dashboard widget. |
| ActionDrawer.DrawerMode | Determines whether the drawer will be overlaid by the activity's content (exclusive action bar) or the whole window (inclusive action bar) |
| ActionDrawer.DrawerPosition | Determines the position of the drawer. |