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

C

Callback() - Constructor for class carbon.recycler.ItemTouchHelper.Callback
 
canApplyTheme(Drawable) - Method in class carbon.CarbonResources
 
canApplyTheme() - Method in class carbon.drawable.ripple.LayerDrawable
 
canApplyTheme() - Method in class carbon.drawable.ripple.LollipopDrawable
 
canApplyTheme(Drawable) - Static method in class carbon.drawable.ripple.LollipopDrawablesCompat
 
canApplyTheme() - Method in class carbon.drawable.ripple.RippleDrawableICS
 
canDropOver(RecyclerView, RecyclerView.ViewHolder, RecyclerView.ViewHolder) - Method in class carbon.recycler.ItemTouchHelper.Callback
Return true if the current RowViewHolder can be dropped over the the target RowViewHolder.
canShowOverflowMenu() - Method in class carbon.beta.Toolbar
 
canShowOverflowMenu() - Method in class carbon.beta.ToolbarWidgetWrapper
 
carbon - package carbon
Material Design implementation for Android 4.0 and newer.
Carbon - Class in carbon
 
carbon.animation - package carbon.animation
Animation utilities used by Carbon.
carbon.beta - package carbon.beta
Widgets and other not ready for use things.
carbon.component - package carbon.component
Ready to use components and corresponding data holder classes and interfaces.
carbon.drawable - package carbon.drawable
Procedural drawables and default state lists used by Carbon.
carbon.drawable.ripple - package carbon.drawable.ripple
Almost complete RippleDrawable backport for ICS and Lollipop, with some additional methods for Marshmallow.
carbon.internal - package carbon.internal
Carbon internal utilities, not intended to be used by others.
carbon.recycler - package carbon.recycler
RecyclerView utilities.
carbon.shadow - package carbon.shadow
Shadow generation and drawing utilities.
carbon.widget - package carbon.widget
Collection of widgets and widget interfaces.
CarbonContextWrapper - Class in carbon
 
CarbonContextWrapper(Context) - Constructor for class carbon.CarbonContextWrapper
 
CarbonLayoutInflater - Class in carbon
 
CarbonLayoutInflater(Context) - Constructor for class carbon.CarbonLayoutInflater
 
CarbonLayoutInflater(LayoutInflater, Context) - Constructor for class carbon.CarbonLayoutInflater
 
CarbonResources - Class in carbon
 
CarbonResources(AssetManager, DisplayMetrics, Configuration) - Constructor for class carbon.CarbonResources
Create a new Resources object on top of an existing set of assets in an AssetManager.
check(int) - Method in class carbon.widget.RadioGroup
Sets the selection to the radio button whose identifier is passed in parameter.
CheckableDrawable - Class in carbon.drawable
 
CheckableDrawable(Context, int, int, int, PointF) - Constructor for class carbon.drawable.CheckableDrawable
 
CheckableDrawable.CheckedState - Enum in carbon.drawable
 
CheckBox - Class in carbon.widget
 
CheckBox(Context) - Constructor for class carbon.widget.CheckBox
 
CheckBox(Context, AttributeSet) - Constructor for class carbon.widget.CheckBox
 
CheckBox(Context, AttributeSet, int) - Constructor for class carbon.widget.CheckBox
 
CheckBox(Context, AttributeSet, int, int) - Constructor for class carbon.widget.CheckBox
 
CheckBox.OnCheckedChangeListener - Interface in carbon.widget
Interface definition for a callback to be invoked when the checked state of a compound button changed.
CheckBoxItem - Interface in carbon.component
 
CheckBoxRow - Class in carbon.component
 
CheckBoxRow(ViewGroup) - Constructor for class carbon.component.CheckBoxRow
 
CheckedTextView - Class in carbon.widget
 
CheckedTextView(Context) - Constructor for class carbon.widget.CheckedTextView
 
CheckedTextView(Context, AttributeSet) - Constructor for class carbon.widget.CheckedTextView
 
CheckedTextView(Context, AttributeSet, int) - Constructor for class carbon.widget.CheckedTextView
 
CheckedTextView(Context, AttributeSet, int, int) - Constructor for class carbon.widget.CheckedTextView
 
CheckedTextView.OnCheckedChangeListener - Interface in carbon.widget
Interface definition for a callback to be invoked when the checked state of a compound button changed.
checkLayoutParams(ViewGroup.LayoutParams) - Method in class carbon.beta.Toolbar
 
checkLayoutParams(ViewGroup.LayoutParams) - Method in class carbon.widget.RadioGroup
Chip - Class in carbon.widget
 
Chip(Context) - Constructor for class carbon.widget.Chip
 
Chip(Context, AttributeSet) - Constructor for class carbon.widget.Chip
 
Chip(Context, AttributeSet, int) - Constructor for class carbon.widget.Chip
 
Chip(Context, AttributeSet, int, int) - Constructor for class carbon.widget.Chip
 
Chip.OnRemoveListener - Interface in carbon.widget
 
chooseDropTarget(RecyclerView.ViewHolder, List<RecyclerView.ViewHolder>, int, int) - Method in class carbon.recycler.ItemTouchHelper.Callback
Called by ItemTouchHelper to select a drop target from the list of ViewHolders that are under the dragged View.
CircularProgressDrawable - Class in carbon.drawable
Created by Mbarin on 2015-02-08.
CircularProgressDrawable() - Constructor for class carbon.drawable.CircularProgressDrawable
 
clampViewPositionVertical(View, int, int) - Method in class carbon.beta.BottomSheet.DragHelperCallback
 
CLEAR_MODE - Static variable in class carbon.Carbon
 
clearCache() - Static method in class carbon.drawable.VectorDrawable
 
clearCheck() - Method in class carbon.widget.RadioGroup
Clears the selection.
clearOnValidateListeners() - Method in class carbon.widget.EditText
 
clearOnValidateListeners() - Method in interface carbon.widget.InputView
Removes all listeners
clearQueue() - Static method in class carbon.widget.Snackbar
 
clearView(RecyclerView, RecyclerView.ViewHolder) - Method in class carbon.recycler.ItemTouchHelper.Callback
Called by the ItemTouchHelper when the user interaction with an element is over and it also completed its animation.
cloneInContext(Context) - Method in class carbon.CarbonLayoutInflater
 
collapse(int) - Method in class carbon.widget.ExpandableRecyclerView.Adapter
 
collapse() - Method in class carbon.widget.ExpandableRecyclerView.GroupViewHolder
 
collapse() - Method in class carbon.widget.ExpandableRecyclerView.SimpleGroupViewHolder
 
collapse() - Method in class carbon.widget.ExpansionPanel
 
collapseActionView() - Method in class carbon.beta.Toolbar
Collapse a currently expanded action view.
collapseActionView() - Method in class carbon.beta.ToolbarWidgetWrapper
 
CollapsingToolbarLayout - Class in carbon.beta
 
CollapsingToolbarLayout(Context) - Constructor for class carbon.beta.CollapsingToolbarLayout
 
CollapsingToolbarLayout(Context, AttributeSet) - Constructor for class carbon.beta.CollapsingToolbarLayout
 
CollapsingToolbarLayout(Context, AttributeSet, int) - Constructor for class carbon.beta.CollapsingToolbarLayout
 
ColorStateListDrawable - Class in carbon.drawable
 
ColorStateListDrawable(AnimatedColorStateList) - Constructor for class carbon.drawable.ColorStateListDrawable
 
compare(View, View) - Method in class carbon.internal.ElevationComparator
 
compareTo(AutoCompleteEditText.FilterResult) - Method in class carbon.widget.AutoCompleteEditText.FilterResult
 
Component<Type> - Interface in carbon.component
 
ComponentItem - Interface in carbon.component
 
ComponentView<Type extends Component> - Class in carbon.component
 
ComponentView(Context, AttributeSet) - Constructor for class carbon.component.ComponentView
 
ComponentView(Context, AttributeSet, int) - Constructor for class carbon.component.ComponentView
 
ComponentView(Context, AttributeSet, int, int) - Constructor for class carbon.component.ComponentView
 
computeScroll() - Method in class carbon.beta.BottomSheet
 
constrain(int, int, int) - Static method in class carbon.internal.MathUtils
 
constrain(long, long, long) - Static method in class carbon.internal.MathUtils
 
constrain(float, float, float) - Static method in class carbon.internal.MathUtils
 
ConstraintLayout - Class in carbon.widget
A ConstraintLayout implementation with support for material features including shadows, ripples, rounded corners, insets, custom drawing order, touch margins, state animators and others.
ConstraintLayout(Context) - Constructor for class carbon.widget.ConstraintLayout
 
ConstraintLayout(Context, AttributeSet) - Constructor for class carbon.widget.ConstraintLayout
 
ConstraintLayout(Context, AttributeSet, int) - Constructor for class carbon.widget.ConstraintLayout
 
contains(Object) - Method in class carbon.internal.WeakHashSet
Returns true if this set contains the specified element.
convertToAbsoluteDirection(int, int) - Method in class carbon.recycler.ItemTouchHelper.Callback
Converts a given set of flags to absolution direction which means ItemTouchHelper.START and ItemTouchHelper.END are replaced with ItemTouchHelper.LEFT and ItemTouchHelper.RIGHT depending on the layout direction.
convertToRelativeDirection(int, int) - Static method in class carbon.recycler.ItemTouchHelper.Callback
Replaces a movement direction with its relative version by taking layout direction into account.
CoordinatorLayout - Class in carbon.beta
 
CoordinatorLayout(Context) - Constructor for class carbon.beta.CoordinatorLayout
 
CoordinatorLayout(Context, AttributeSet) - Constructor for class carbon.beta.CoordinatorLayout
 
CoordinatorLayout(Context, AttributeSet, int) - Constructor for class carbon.beta.CoordinatorLayout
 
CornerView - Interface in carbon.widget
Interface of a view with rounded corners.
create(ViewGroup) - Method in interface carbon.recycler.RowFactory
 
createFromPath(String) - Method in class carbon.CarbonResources
Create a drawable from file path name.
createFromPath(String) - Static method in class carbon.drawable.ripple.LollipopDrawablesCompat
Create a drawable from file path name.
createFromResourceStream(TypedValue, InputStream, String) - Method in class carbon.CarbonResources
Create a drawable from an inputstream, using the given resources and value to determine density information.
createFromResourceStream(TypedValue, InputStream, String, BitmapFactory.Options) - Method in class carbon.CarbonResources
Create a drawable from an inputstream, using the given resources and value to determine density information.
createFromResourceStream(Resources, TypedValue, InputStream, String) - Static method in class carbon.drawable.ripple.LollipopDrawablesCompat
Create a drawable from an inputstream, using the given resources and value to determine density information.
createFromResourceStream(Resources, TypedValue, InputStream, String, BitmapFactory.Options) - Static method in class carbon.drawable.ripple.LollipopDrawablesCompat
Create a drawable from an inputstream, using the given resources and value to determine density information.
createFromStream(InputStream, String) - Method in class carbon.CarbonResources
Create a drawable from an inputstream
createFromStream(InputStream, String) - Static method in class carbon.drawable.ripple.LollipopDrawablesCompat
Create a drawable from an inputstream
createFromXml(XmlPullParser) - Method in class carbon.CarbonResources
Create a drawable from an XML document.
createFromXml(XmlPullParser, Resources.Theme) - Method in class carbon.CarbonResources
Create a drawable from an XML document using an optional Resources.Theme.
createFromXml(Resources, XmlPullParser) - Static method in class carbon.drawable.ripple.LollipopDrawablesCompat
Create a drawable from an XML document.
createFromXml(Resources, XmlPullParser, Resources.Theme) - Static method in class carbon.drawable.ripple.LollipopDrawablesCompat
Create a drawable from an XML document using an optional Resources.Theme.
createFromXmlInner(XmlPullParser, AttributeSet, Resources.Theme) - Method in class carbon.CarbonResources
Create a drawable from inside an XML document using an optional Resources.Theme.
createFromXmlInner(Resources, XmlPullParser, AttributeSet, Resources.Theme) - Static method in class carbon.drawable.ripple.LollipopDrawablesCompat
Create a drawable from inside an XML document using an optional Resources.Theme.
createRippleDrawable(ColorStateList, RippleDrawable.Style, View, boolean, int) - Static method in class carbon.Carbon
 
createRippleDrawable(ColorStateList, RippleDrawable.Style, View, Drawable, boolean, int) - Static method in class carbon.Carbon
 
CREATOR - Static variable in class carbon.animation.AnimatedColorStateList
 
CREATOR - Static variable in class carbon.widget.PagerTabStrip.SavedState
 
cross(float, float, float, float) - Static method in class carbon.internal.MathUtils
 
A B C D E F G H I J L M N O P R S T U V W X Y 
Skip navigation links