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 

A

abs(float) - Static method in class carbon.internal.MathUtils
 
acos(float) - Static method in class carbon.internal.MathUtils
 
ACTION_STATE_DRAG - Static variable in class carbon.recycler.ItemTouchHelper
A View is currently being dragged.
ACTION_STATE_IDLE - Static variable in class carbon.recycler.ItemTouchHelper
ItemTouchHelper is in idle state.
ACTION_STATE_SWIPE - Static variable in class carbon.recycler.ItemTouchHelper
A View is currently being swiped.
Adapter<VH extends android.support.v7.widget.RecyclerView.ViewHolder,I> - Class in carbon.recycler
 
Adapter() - Constructor for class carbon.recycler.Adapter
 
adapter - Variable in class carbon.widget.AutoCompleteLayout
 
Adapter() - Constructor for class carbon.widget.DropDown.Adapter
 
Adapter() - Constructor for class carbon.widget.ExpandableRecyclerView.Adapter
 
Adapter() - Constructor for class carbon.widget.NavigationView.Adapter
 
Adapter(TableView) - Constructor for class carbon.widget.TableView.Adapter
 
add(Object) - Method in class carbon.internal.WeakHashSet
Adds the specified element to this set if it is not already present.
addFactory(Class<? extends Type>, RowFactory) - Method in class carbon.recycler.RowArrayAdapter
 
addFactory(Class<? extends Type>, RowFactory) - Method in class carbon.recycler.RowListAdapter
 
addLayer(Drawable) - Method in class carbon.drawable.ripple.LayerDrawable
Adds a new layer containing the specified drawable to the end of the layer list and returns its index.
addOnPageChangeListener(ViewPager.OnPageChangeListener) - Method in class carbon.widget.ViewPager
 
addOnValidateListener(OnValidateListener) - Method in class carbon.widget.EditText
 
addOnValidateListener(OnValidateListener) - Method in interface carbon.widget.InputView
Adds a listener
addPushedView(View) - Method in class carbon.widget.Snackbar
 
addState(int[], Animator, Animator.AnimatorListener) - Method in class carbon.animation.StateAnimator
Associates the given Animation with the provided drawable state specs so that it will be run when the View's drawable state matches the specs.
addView(View, int) - Method in class carbon.widget.ExpandableRecyclerView
 
addView(View, int, ViewGroup.LayoutParams) - Method in class carbon.widget.InputLayout
 
addView(View, int, ViewGroup.LayoutParams) - Method in class carbon.widget.RadioGroup
 
addView(View) - Method in class carbon.widget.Toolbar
 
addView(View, int) - Method in class carbon.widget.Toolbar
 
addView(View, int, ViewGroup.LayoutParams) - Method in class carbon.widget.Toolbar
 
addView(View, ViewGroup.LayoutParams) - Method in class carbon.widget.Toolbar
 
addView(View, int, int) - Method in class carbon.widget.Toolbar
 
adjustChildren(int, int) - Method in class carbon.internal.PercentLayoutHelper
Iterates over children and changes their width and height to one calculated from percentage values.
afterTextChanged(Editable) - Method in class carbon.internal.SimpleTextWatcher
 
AllCapsTransformationMethod - Class in carbon.internal
Transformation method used for making all characters capitalized.
AllCapsTransformationMethod(Context) - Constructor for class carbon.internal.AllCapsTransformationMethod
Uses current locale.
ALPHA - Static variable in class carbon.shadow.Shadow
 
AlphaDrawable - Interface in carbon.drawable
 
anchorView - Variable in class carbon.beta.AppBarLayout.LayoutParams
 
AnimatedColorStateList - Class in carbon.animation
 
AnimatedColorStateList(int[][], int[], ValueAnimator.AnimatorUpdateListener) - Constructor for class carbon.animation.AnimatedColorStateList
 
AnimatedView - Interface in carbon.animation
Interface of a view with animations.
animateIn(View, AnimUtils.Style, Animator.AnimatorListener) - Static method in class carbon.animation.AnimUtils
 
animateOut(View, AnimUtils.Style, Animator.AnimatorListener) - Static method in class carbon.animation.AnimUtils
 
animateToVisibility(int) - Method in class carbon.beta.ToolbarWidgetWrapper
 
ANIMATION_TYPE_DRAG - Static variable in class carbon.recycler.ItemTouchHelper
Animation type for views that were dragged and now will animate to their final position.
ANIMATION_TYPE_SWIPE_CANCEL - Static variable in class carbon.recycler.ItemTouchHelper
Animation type for views which are not completely swiped thus will animate back to their original position.
ANIMATION_TYPE_SWIPE_SUCCESS - Static variable in class carbon.recycler.ItemTouchHelper
Animation type for views which are swiped successfully.
AnimUtils - Class in carbon.animation
 
AnimUtils.Style - Enum in carbon.animation
 
AppBarLayout - Class in carbon.beta
 
AppBarLayout(Context) - Constructor for class carbon.beta.AppBarLayout
 
AppBarLayout(Context, AttributeSet) - Constructor for class carbon.beta.AppBarLayout
 
AppBarLayout.LayoutParams - Class in carbon.beta
 
applyTheme(Drawable, Resources.Theme) - Method in class carbon.CarbonResources
Applies the specified theme to this Drawable and its children.
applyTheme(Resources.Theme) - Method in class carbon.drawable.ripple.LayerDrawable
 
applyTheme(Resources.Theme) - Method in class carbon.drawable.ripple.LollipopDrawable
Applies the specified theme to this Drawable and its children.
applyTheme(Drawable, Resources.Theme) - Static method in class carbon.drawable.ripple.LollipopDrawablesCompat
Applies the specified theme to this Drawable and its children.
applyTheme(Resources.Theme) - Method in class carbon.drawable.ripple.RippleDrawableICS
 
areContentsTheSame(int, int) - Method in class carbon.recycler.DiffArrayCallback
 
areContentsTheSame(int, int) - Method in class carbon.recycler.DiffListCallback
 
areItemsTheSame(int, int) - Method in class carbon.recycler.DiffArrayCallback
 
areItemsTheSame(int, int) - Method in class carbon.recycler.DiffListCallback
 
ArgbEvaluator - Class in carbon.internal
 
ArgbEvaluator() - Constructor for class carbon.internal.ArgbEvaluator
 
ArrayAdapter<VH extends android.support.v7.widget.RecyclerView.ViewHolder,I> - Class in carbon.recycler
 
ArrayAdapter() - Constructor for class carbon.recycler.ArrayAdapter
 
ArrayAdapter(I[]) - Constructor for class carbon.recycler.ArrayAdapter
 
ArraySearchDataProvider<Type> - Class in carbon.widget
 
ArraySearchDataProvider(Type[]) - Constructor for class carbon.widget.ArraySearchDataProvider
 
asin(float) - Static method in class carbon.internal.MathUtils
 
aspectRatio - Variable in class carbon.internal.PercentLayoutHelper.PercentLayoutInfo
 
atan(float) - Static method in class carbon.internal.MathUtils
 
atan2(float, float) - Static method in class carbon.internal.MathUtils
 
attachToRecyclerView(RecyclerView) - Method in class carbon.recycler.ItemTouchHelper
Attaches the ItemTouchHelper to the provided RecyclerView.
AutoCompleteEditText - Class in carbon.widget
This implementation extends EditText directly and uses TextWatcher for tracking text changes.
AutoCompleteEditText(Context) - Constructor for class carbon.widget.AutoCompleteEditText
 
AutoCompleteEditText(Context, AttributeSet) - Constructor for class carbon.widget.AutoCompleteEditText
XML constructor.
AutoCompleteEditText(Context, AttributeSet, int) - Constructor for class carbon.widget.AutoCompleteEditText
 
AutoCompleteEditText(Context, AttributeSet, int, int) - Constructor for class carbon.widget.AutoCompleteEditText
 
AutoCompleteEditText.AutoCompleteDataProvider<Type> - Interface in carbon.widget
 
AutoCompleteEditText.FilterResult - Class in carbon.widget
 
AutoCompleteEditText.HintSpan - Class in carbon.widget
 
AutoCompleteEditText.OnFilterListener - Interface in carbon.widget
 
AutoCompleteLayout - Class in carbon.widget
 
AutoCompleteLayout(Context) - Constructor for class carbon.widget.AutoCompleteLayout
 
AutoCompleteLayout(Context, AttributeSet) - Constructor for class carbon.widget.AutoCompleteLayout
 
AutoCompleteLayout(Context, AttributeSet, int) - Constructor for class carbon.widget.AutoCompleteLayout
 
AutoCompleteLayout(Context, AttributeSet, int, int) - Constructor for class carbon.widget.AutoCompleteLayout
 
AutoCompleteLayout.AutoCompleteRow - Class in carbon.widget
 
AutoCompleteLayout.DividerItemDecoration - Class in carbon.widget
 
AutoCompleteRow(ViewGroup) - Constructor for class carbon.widget.AutoCompleteLayout.AutoCompleteRow
 
autoCompleteTextWatcher - Variable in class carbon.widget.AutoCompleteEditText
 
AutoSizeTextMode - Enum in carbon.widget
 
AutoSizeTextView - Interface in carbon.widget
Interface of a text view capable of automatic text size adjusting.
AvatarTextItem - Interface in carbon.component
 
AvatarTextRow - Class in carbon.component
 
AvatarTextRow(ViewGroup) - Constructor for class carbon.component.AvatarTextRow
 
AvatarTextSubtext2DateRow - Class in carbon.component
 
AvatarTextSubtext2DateRow(ViewGroup) - Constructor for class carbon.component.AvatarTextSubtext2DateRow
 
AvatarTextSubtextDateItem - Interface in carbon.component
 
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