- BadgeContainerView - Interface in com.beardedhen.androidbootstrap.api.view
-
Classes which implement this interface can be used as BootstrapBadge container.
- BetaApi - Annotation Type in com.beardedhen.androidbootstrap
-
Any class marked with this annotation is subject to Major API changes which may cause client code
to break between releases.
- BootstrapAlert - Class in com.beardedhen.androidbootstrap
-
- BootstrapAlert(Context) - Constructor for class com.beardedhen.androidbootstrap.BootstrapAlert
-
- BootstrapAlert(Context, AttributeSet) - Constructor for class com.beardedhen.androidbootstrap.BootstrapAlert
-
- BootstrapAlert(Context, AttributeSet, int) - Constructor for class com.beardedhen.androidbootstrap.BootstrapAlert
-
- BootstrapAlert.VisibilityChangeListener - Interface in com.beardedhen.androidbootstrap
-
Provides methods which receive callbacks in response to changes in the view visibility.
- BootstrapBadge - Class in com.beardedhen.androidbootstrap
-
- BootstrapBadge(Context) - Constructor for class com.beardedhen.androidbootstrap.BootstrapBadge
-
- BootstrapBadge(Context, AttributeSet) - Constructor for class com.beardedhen.androidbootstrap.BootstrapBadge
-
- BootstrapBadge(Context, AttributeSet, int) - Constructor for class com.beardedhen.androidbootstrap.BootstrapBadge
-
- BootstrapBadgeView - Interface in com.beardedhen.androidbootstrap.api.view
-
- BootstrapBrand - Interface in com.beardedhen.androidbootstrap.api.attributes
-
A Bootstrap Brand is a color which is used universally across many Bootstrap Views.
- BootstrapBrandView - Interface in com.beardedhen.androidbootstrap.api.view
-
Views which implement this interface change their color according to the given Bootstrap Brand
- BootstrapButton - Class in com.beardedhen.androidbootstrap
-
BootstrapButtons are regular buttons styled with BootstrapBrand colors, roundable corners, and an
'outlineable' mode.
- BootstrapButton(Context) - Constructor for class com.beardedhen.androidbootstrap.BootstrapButton
-
- BootstrapButton(Context, AttributeSet) - Constructor for class com.beardedhen.androidbootstrap.BootstrapButton
-
- BootstrapButton(Context, AttributeSet, int) - Constructor for class com.beardedhen.androidbootstrap.BootstrapButton
-
- BootstrapButton.OnCheckedChangedListener - Interface in com.beardedhen.androidbootstrap
-
instances of this can be used with .setOnCheckedChangedLisener to notify you when the state of a radio, togle or checkbox button has changed.
- BootstrapButtonGroup - Class in com.beardedhen.androidbootstrap
-
BootstrapButtonGroups are a LinearLayout which exclusively holds BootstrapButtons.
- BootstrapButtonGroup(Context) - Constructor for class com.beardedhen.androidbootstrap.BootstrapButtonGroup
-
- BootstrapButtonGroup(Context, AttributeSet) - Constructor for class com.beardedhen.androidbootstrap.BootstrapButtonGroup
-
- BootstrapButtonGroup(Context, AttributeSet, int) - Constructor for class com.beardedhen.androidbootstrap.BootstrapButtonGroup
-
- BootstrapCircleThumbnail - Class in com.beardedhen.androidbootstrap
-
BootstrapCircleThumbnails display a circular image with an optional border, that can be themed
using BootstrapBrand colors.
- BootstrapCircleThumbnail(Context) - Constructor for class com.beardedhen.androidbootstrap.BootstrapCircleThumbnail
-
- BootstrapCircleThumbnail(Context, AttributeSet) - Constructor for class com.beardedhen.androidbootstrap.BootstrapCircleThumbnail
-
- BootstrapCircleThumbnail(Context, AttributeSet, int) - Constructor for class com.beardedhen.androidbootstrap.BootstrapCircleThumbnail
-
- BootstrapDropDown - Class in com.beardedhen.androidbootstrap
-
BootstrapButtons are buttons which provide contextual menus, styled with BootstrapBrand colors,
roundable corners, and an 'outlineable' mode.
- BootstrapDropDown(Context) - Constructor for class com.beardedhen.androidbootstrap.BootstrapDropDown
-
- BootstrapDropDown(Context, AttributeSet) - Constructor for class com.beardedhen.androidbootstrap.BootstrapDropDown
-
- BootstrapDropDown(Context, AttributeSet, int) - Constructor for class com.beardedhen.androidbootstrap.BootstrapDropDown
-
- BootstrapDropDown.OnDropDownItemClickListener - Interface in com.beardedhen.androidbootstrap
-
- BootstrapEditText - Class in com.beardedhen.androidbootstrap
-
BootstrapEditText allows users to enter values like a regular Android EditText, and allows coloring
via BootstrapBrand, and rounding of its background.
- BootstrapEditText(Context) - Constructor for class com.beardedhen.androidbootstrap.BootstrapEditText
-
- BootstrapEditText(Context, AttributeSet) - Constructor for class com.beardedhen.androidbootstrap.BootstrapEditText
-
- BootstrapEditText(Context, AttributeSet, int) - Constructor for class com.beardedhen.androidbootstrap.BootstrapEditText
-
- BootstrapHeading - Interface in com.beardedhen.androidbootstrap.api.attributes
-
A Heading defines the text size and padding of its view.
- BootstrapHeadingView - Interface in com.beardedhen.androidbootstrap.api.view
-
Views which implement this interface change their text size and padding according to the
given Bootstrap Heading
- BootstrapLabel - Class in com.beardedhen.androidbootstrap
-
BootstrapLabels are designed for showing text styled with BootstrapBrands - they should be
considered similar to a BootstrapButton, but without the press functionality.
- BootstrapLabel(Context) - Constructor for class com.beardedhen.androidbootstrap.BootstrapLabel
-
- BootstrapLabel(Context, AttributeSet) - Constructor for class com.beardedhen.androidbootstrap.BootstrapLabel
-
- BootstrapLabel(Context, AttributeSet, int) - Constructor for class com.beardedhen.androidbootstrap.BootstrapLabel
-
- BootstrapProgressBar - Class in com.beardedhen.androidbootstrap
-
BootstrapProgressBar displays determinate progress to the user, and is colored with BootstrapBrands.
- BootstrapProgressBar(Context) - Constructor for class com.beardedhen.androidbootstrap.BootstrapProgressBar
-
- BootstrapProgressBar(Context, AttributeSet) - Constructor for class com.beardedhen.androidbootstrap.BootstrapProgressBar
-
- BootstrapProgressBar(Context, AttributeSet, int) - Constructor for class com.beardedhen.androidbootstrap.BootstrapProgressBar
-
- BootstrapProgressBarGroup - Class in com.beardedhen.androidbootstrap
-
BootstrapProgressBarGroups are a LinearLayout which exclusively holds BootstrapProgressBars in a horizontal orientation.
- BootstrapProgressBarGroup(Context) - Constructor for class com.beardedhen.androidbootstrap.BootstrapProgressBarGroup
-
- BootstrapProgressBarGroup(Context, AttributeSet) - Constructor for class com.beardedhen.androidbootstrap.BootstrapProgressBarGroup
-
- BootstrapProgressBarGroup(Context, AttributeSet, int) - Constructor for class com.beardedhen.androidbootstrap.BootstrapProgressBarGroup
-
- BootstrapSizeView - Interface in com.beardedhen.androidbootstrap.api.view
-
Classes which implement this interface allow aspects of their view to be scaled by a float factor.
- BootstrapText - Class in com.beardedhen.androidbootstrap
-
Bootstrap Text provides a Builder class, which allows convenient construction of SpannableStrings.
- BootstrapText.Builder - Class in com.beardedhen.androidbootstrap
-
This class should be used to construct BootstrapText instances.
- BootstrapTextView - Interface in com.beardedhen.androidbootstrap.api.view
-
Views which implement this interface can set their text using BootstrapText
- BootstrapThumbnail - Class in com.beardedhen.androidbootstrap
-
BootstrapThumbnail displays a rectangular image with an optional border, that can be
themed.
- BootstrapThumbnail(Context) - Constructor for class com.beardedhen.androidbootstrap.BootstrapThumbnail
-
- BootstrapThumbnail(Context, AttributeSet) - Constructor for class com.beardedhen.androidbootstrap.BootstrapThumbnail
-
- BootstrapThumbnail(Context, AttributeSet, int) - Constructor for class com.beardedhen.androidbootstrap.BootstrapThumbnail
-
- BootstrapWell - Class in com.beardedhen.androidbootstrap
-
BootstrapWells are used as a container layout for other views, typically text.
- BootstrapWell(Context) - Constructor for class com.beardedhen.androidbootstrap.BootstrapWell
-
- BootstrapWell(Context, AttributeSet) - Constructor for class com.beardedhen.androidbootstrap.BootstrapWell
-
- BootstrapWell(Context, AttributeSet, int) - Constructor for class com.beardedhen.androidbootstrap.BootstrapWell
-
- BorderView - Interface in com.beardedhen.androidbootstrap.api.view
-
Views which implement this interface allow the border to be dynamically displayed
- build() - Method in class com.beardedhen.androidbootstrap.BootstrapText.Builder
-
- Builder(Context) - Constructor for class com.beardedhen.androidbootstrap.BootstrapText.Builder
-
- Builder(Context, boolean) - Constructor for class com.beardedhen.androidbootstrap.BootstrapText.Builder
-
- ButtonMode - Enum in com.beardedhen.androidbootstrap.api.defaults
-
- ButtonModeView - Interface in com.beardedhen.androidbootstrap.api.view
-
Views which implement this interface allow the selection mode of their buttons to be set
- decreaseRgbChannels(Context, int, float) - Static method in class com.beardedhen.androidbootstrap.utils.ColorUtils
-
Darkens a color by reducing its RGB channel values.
- DefaultBootstrapBrand - Enum in com.beardedhen.androidbootstrap.api.defaults
-
Bootstrap provides 6 brands by default - Primary, Success, Info, Warning, Danger, and Default.
- DefaultBootstrapHeading - Enum in com.beardedhen.androidbootstrap.api.defaults
-
Bootstrap provides styling for elements H1-H6, and sets their text size and padding using the
values supplied here.
- DefaultBootstrapSize - Enum in com.beardedhen.androidbootstrap.api.defaults
-
Bootstrap provides 5 sizes - XS, SM, MD, LG, and XL.
- defaultEdge(Context) - Method in interface com.beardedhen.androidbootstrap.api.attributes.BootstrapBrand
-
Retrieves the color that should be used for the default border state
- defaultEdge(Context) - Method in enum com.beardedhen.androidbootstrap.api.defaults.DefaultBootstrapBrand
-
- defaultFill(Context) - Method in interface com.beardedhen.androidbootstrap.api.attributes.BootstrapBrand
-
Retrieves the color that should be used for the default fill state
- defaultFill(Context) - Method in enum com.beardedhen.androidbootstrap.api.defaults.DefaultBootstrapBrand
-
- defaultTextColor(Context) - Method in interface com.beardedhen.androidbootstrap.api.attributes.BootstrapBrand
-
Retrieves the text color that should be used for the default state
- defaultTextColor(Context) - Method in enum com.beardedhen.androidbootstrap.api.defaults.DefaultBootstrapBrand
-
- DimenUtils - Class in com.beardedhen.androidbootstrap.utils
-
Utils class for resolving color resource values.
- DimenUtils() - Constructor for class com.beardedhen.androidbootstrap.utils.DimenUtils
-
- DISABLED_ALPHA_EDGE - Static variable in class com.beardedhen.androidbootstrap.utils.ColorUtils
-
- DISABLED_ALPHA_FILL - Static variable in class com.beardedhen.androidbootstrap.utils.ColorUtils
-
- disabledEdge(Context) - Method in interface com.beardedhen.androidbootstrap.api.attributes.BootstrapBrand
-
Retrieves the color that should be used for the disabled border state
- disabledEdge(Context) - Method in enum com.beardedhen.androidbootstrap.api.defaults.DefaultBootstrapBrand
-
- disabledFill(Context) - Method in interface com.beardedhen.androidbootstrap.api.attributes.BootstrapBrand
-
Retrieves the color that should be used for the disabled fill state
- disabledFill(Context) - Method in enum com.beardedhen.androidbootstrap.api.defaults.DefaultBootstrapBrand
-
- disabledTextColor(Context) - Method in interface com.beardedhen.androidbootstrap.api.attributes.BootstrapBrand
-
Retrieves the text color that should be used for the disabled state
- disabledTextColor(Context) - Method in enum com.beardedhen.androidbootstrap.api.defaults.DefaultBootstrapBrand
-
- dismiss(boolean) - Method in class com.beardedhen.androidbootstrap.BootstrapAlert
-
Hides the alert with an animation, setting its visibility to View.GONE
- displayBadgeDrawable() - Method in interface com.beardedhen.androidbootstrap.api.view.BadgeContainerView
-
Method where badge display logic must be implemented
- displayBadgeDrawable() - Method in class com.beardedhen.androidbootstrap.BootstrapButton
-
- dpToPixels(float) - Static method in class com.beardedhen.androidbootstrap.utils.DimenUtils
-
Converts density-independent pixels to pixels
- DrawableUtils - Class in com.beardedhen.androidbootstrap.utils
-
- DrawableUtils() - Constructor for class com.beardedhen.androidbootstrap.utils.DrawableUtils
-
- scaleFactor() - Method in enum com.beardedhen.androidbootstrap.api.defaults.DefaultBootstrapSize
-
- setAnimated(boolean) - Method in interface com.beardedhen.androidbootstrap.api.view.ProgressView
-
Sets whether the view should animate itself.
- setAnimated(boolean) - Method in class com.beardedhen.androidbootstrap.BootstrapProgressBar
-
- setAnimated(boolean) - Method in class com.beardedhen.androidbootstrap.BootstrapProgressBarGroup
-
- setBackgroundDrawable(View, Drawable) - Static method in class com.beardedhen.androidbootstrap.utils.ViewUtils
-
Calls View.setBackground(Drawable) or View.setBackgroundDrawable(Drawable),
depending on API level
- setBadge(BootstrapBadge) - Method in interface com.beardedhen.androidbootstrap.api.view.BadgeContainerView
-
Sets the badge object to be used inside a container.
- setBadge(BootstrapBadge) - Method in class com.beardedhen.androidbootstrap.BootstrapButton
-
- setBadgeText(String) - Method in interface com.beardedhen.androidbootstrap.api.view.BootstrapBadgeView
-
Updates the badge to display a text string
- setBadgeText(String) - Method in class com.beardedhen.androidbootstrap.BootstrapBadge
-
- setBadgeText(String) - Method in class com.beardedhen.androidbootstrap.BootstrapButton
-
- setBootstrapBrand(BootstrapBrand) - Method in interface com.beardedhen.androidbootstrap.api.view.BootstrapBrandView
-
Changes the color of the view to match the given Bootstrap Brand
- setBootstrapBrand(BootstrapBrand) - Method in class com.beardedhen.androidbootstrap.AwesomeTextView
-
- setBootstrapBrand(BootstrapBrand, boolean) - Method in class com.beardedhen.androidbootstrap.BootstrapBadge
-
- setBootstrapBrand(BootstrapBrand) - Method in class com.beardedhen.androidbootstrap.BootstrapBadge
-
- setBootstrapBrand(BootstrapBrand) - Method in class com.beardedhen.androidbootstrap.BootstrapButtonGroup
-
- setBootstrapBrand(BootstrapBrand) - Method in class com.beardedhen.androidbootstrap.BootstrapEditText
-
- setBootstrapBrand(BootstrapBrand) - Method in class com.beardedhen.androidbootstrap.BootstrapProgressBar
-
- setBootstrapHeading(BootstrapHeading) - Method in interface com.beardedhen.androidbootstrap.api.view.BootstrapHeadingView
-
Sets this view to use the given Bootstrap Heading, changing its text size and padding
- setBootstrapHeading(BootstrapHeading) - Method in class com.beardedhen.androidbootstrap.BootstrapLabel
-
- setBootstrapSize(float) - Method in interface com.beardedhen.androidbootstrap.api.view.BootstrapSizeView
-
Sets the scale factor that should be used to scale a view from its baseline size.
- setBootstrapSize(DefaultBootstrapSize) - Method in interface com.beardedhen.androidbootstrap.api.view.BootstrapSizeView
-
Convenience method that sets the scale factor using a default bootstrap size enum value.
- setBootstrapSize(DefaultBootstrapSize) - Method in class com.beardedhen.androidbootstrap.BootstrapBadge
-
- setBootstrapSize(float) - Method in class com.beardedhen.androidbootstrap.BootstrapBadge
-
- setBootstrapSize(DefaultBootstrapSize) - Method in class com.beardedhen.androidbootstrap.BootstrapButton
-
- setBootstrapSize(float) - Method in class com.beardedhen.androidbootstrap.BootstrapButton
-
- setBootstrapSize(DefaultBootstrapSize) - Method in class com.beardedhen.androidbootstrap.BootstrapButtonGroup
-
- setBootstrapSize(float) - Method in class com.beardedhen.androidbootstrap.BootstrapButtonGroup
-
- setBootstrapSize(float) - Method in class com.beardedhen.androidbootstrap.BootstrapEditText
-
- setBootstrapSize(DefaultBootstrapSize) - Method in class com.beardedhen.androidbootstrap.BootstrapEditText
-
- setBootstrapSize(float) - Method in class com.beardedhen.androidbootstrap.BootstrapProgressBar
-
- setBootstrapSize(DefaultBootstrapSize) - Method in class com.beardedhen.androidbootstrap.BootstrapProgressBar
-
- setBootstrapText(BootstrapText) - Method in interface com.beardedhen.androidbootstrap.api.view.BootstrapTextView
-
Sets the view to display the given BootstrapText
- setBootstrapText(BootstrapText) - Method in class com.beardedhen.androidbootstrap.AwesomeTextView
-
- setBorderDisplayed(boolean) - Method in interface com.beardedhen.androidbootstrap.api.view.BorderView
-
Sets whether a border should be displayed or not
- setButtonMode(ButtonMode) - Method in interface com.beardedhen.androidbootstrap.api.view.ButtonModeView
-
Sets the selection mode the button should use
- setButtonMode(ButtonMode) - Method in class com.beardedhen.androidbootstrap.BootstrapButton
-
- setButtonMode(ButtonMode) - Method in class com.beardedhen.androidbootstrap.BootstrapButtonGroup
-
- setChecked(boolean) - Method in class com.beardedhen.androidbootstrap.BootstrapButton
-
- setDropdownData(String[]) - Method in class com.beardedhen.androidbootstrap.BootstrapDropDown
-
Sets the String values which should be used to populate the menu displayed in the dropdown.
- setExpandDirection(ExpandDirection) - Method in class com.beardedhen.androidbootstrap.BootstrapDropDown
-
Sets the direction in which the dropdown should expand.
- setFontAwesomeIcon(CharSequence) - Method in class com.beardedhen.androidbootstrap.AwesomeTextView
-
Sets the text to display a FontIcon, replacing whatever text is already present.
- setIcon(CharSequence, IconSet) - Method in class com.beardedhen.androidbootstrap.AwesomeTextView
-
Sets the text to display a FontIcon, replacing whatever text is already present.
- setMarkdownText(String) - Method in interface com.beardedhen.androidbootstrap.api.view.BootstrapTextView
-
Sets the view to display the given markdown text, by constructing a BootstrapText.
- setMarkdownText(String) - Method in class com.beardedhen.androidbootstrap.AwesomeTextView
-
- setMaterialIcon(CharSequence) - Method in class com.beardedhen.androidbootstrap.AwesomeTextView
-
Sets the text to display a MaterialIcon, replacing whatever text is already present.
- setMaxProgress(int) - Method in interface com.beardedhen.androidbootstrap.api.view.ProgressView
-
Used for settings the maxprogress.
- setMaxProgress(int) - Method in class com.beardedhen.androidbootstrap.BootstrapProgressBar
-
Used for settings the maxprogress.
- setMaxProgress(int) - Method in class com.beardedhen.androidbootstrap.BootstrapProgressBarGroup
-
Used for settings the maxprogress.
- setOnCheckedChangedListener(BootstrapButton.OnCheckedChangedListener) - Method in class com.beardedhen.androidbootstrap.BootstrapButton
-
NOTE this method only works if the buttons mode is not set to regular.
- setOnClickListener(View.OnClickListener) - Method in class com.beardedhen.androidbootstrap.BootstrapButton
-
NOTE this method only works if the buttons mode is set to regular.
- setOnClickListener(View.OnClickListener) - Method in class com.beardedhen.androidbootstrap.BootstrapDropDown
-
- setOnDropDownItemClickListener(BootstrapDropDown.OnDropDownItemClickListener) - Method in class com.beardedhen.androidbootstrap.BootstrapDropDown
-
Sets a listener which will be called when an item is clicked in the dropdown.
- setProgress(int) - Method in interface com.beardedhen.androidbootstrap.api.view.ProgressView
-
Updates the amount of progress displayed to the user.
- setProgress(int) - Method in class com.beardedhen.androidbootstrap.BootstrapProgressBar
-
- setProgress(int) - Method in class com.beardedhen.androidbootstrap.BootstrapProgressBarGroup
-
- setRounded(boolean) - Method in interface com.beardedhen.androidbootstrap.api.view.RoundableView
-
Sets whether the view should display rounded corners or not
- setRounded(boolean) - Method in class com.beardedhen.androidbootstrap.BootstrapButton
-
- setRounded(boolean) - Method in class com.beardedhen.androidbootstrap.BootstrapButtonGroup
-
- setRounded(boolean) - Method in class com.beardedhen.androidbootstrap.BootstrapDropDown
-
- setRounded(boolean) - Method in class com.beardedhen.androidbootstrap.BootstrapEditText
-
- setRounded(boolean) - Method in class com.beardedhen.androidbootstrap.BootstrapLabel
-
- setRounded(boolean) - Method in class com.beardedhen.androidbootstrap.BootstrapProgressBar
-
- setRounded(boolean) - Method in class com.beardedhen.androidbootstrap.BootstrapProgressBarGroup
-
- setRounded(boolean) - Method in class com.beardedhen.androidbootstrap.BootstrapThumbnail
-
- setSelected(boolean) - Method in class com.beardedhen.androidbootstrap.BootstrapButton
-
- setShowOutline(boolean) - Method in interface com.beardedhen.androidbootstrap.api.view.OutlineableView
-
Sets whether the view should display itself as an outline or not.
- setShowOutline(boolean) - Method in class com.beardedhen.androidbootstrap.BootstrapButton
-
- setShowOutline(boolean) - Method in class com.beardedhen.androidbootstrap.BootstrapButtonGroup
-
- setShowOutline(boolean) - Method in class com.beardedhen.androidbootstrap.BootstrapDropDown
-
- setStriped(boolean) - Method in interface com.beardedhen.androidbootstrap.api.view.ProgressView
-
Sets whether the view should display a striped pattern.
- setStriped(boolean) - Method in class com.beardedhen.androidbootstrap.BootstrapProgressBar
-
- setStriped(boolean) - Method in class com.beardedhen.androidbootstrap.BootstrapProgressBarGroup
-
This will set all children to striped.
- setText(CharSequence, TextView.BufferType) - Method in class com.beardedhen.androidbootstrap.AwesomeTextView
-
- setTypicon(CharSequence) - Method in class com.beardedhen.androidbootstrap.AwesomeTextView
-
Sets the text to display a FontIcon, replacing whatever text is already present.
- setUserDismissible(boolean) - Method in class com.beardedhen.androidbootstrap.BootstrapAlert
-
Sets whether the user can dismiss the dialog or not.
- setVisibility(int) - Method in class com.beardedhen.androidbootstrap.BootstrapAlert
-
- setVisibilityChangeListener(BootstrapAlert.VisibilityChangeListener) - Method in class com.beardedhen.androidbootstrap.BootstrapAlert
-
- show(boolean) - Method in class com.beardedhen.androidbootstrap.BootstrapAlert
-
Shows the alert with an animation, setting its visibility to View.VISIBLE
- startFlashing(boolean, AwesomeTextView.AnimationSpeed) - Method in class com.beardedhen.androidbootstrap.AwesomeTextView
-
Starts a Flashing Animation on the AwesomeTextView
- startRotate(boolean, AwesomeTextView.AnimationSpeed) - Method in class com.beardedhen.androidbootstrap.AwesomeTextView
-
Starts a rotating animation on the AwesomeTextView
- valueOf(String) - Static method in enum com.beardedhen.androidbootstrap.api.attributes.ViewGroupPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.beardedhen.androidbootstrap.api.defaults.ButtonMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.beardedhen.androidbootstrap.api.defaults.DefaultBootstrapBrand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.beardedhen.androidbootstrap.api.defaults.DefaultBootstrapHeading
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.beardedhen.androidbootstrap.api.defaults.DefaultBootstrapSize
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.beardedhen.androidbootstrap.api.defaults.ExpandDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.beardedhen.androidbootstrap.AwesomeTextView.AnimationSpeed
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.beardedhen.androidbootstrap.api.attributes.ViewGroupPosition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.beardedhen.androidbootstrap.api.defaults.ButtonMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.beardedhen.androidbootstrap.api.defaults.DefaultBootstrapBrand
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.beardedhen.androidbootstrap.api.defaults.DefaultBootstrapHeading
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.beardedhen.androidbootstrap.api.defaults.DefaultBootstrapSize
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.beardedhen.androidbootstrap.api.defaults.ExpandDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.beardedhen.androidbootstrap.AwesomeTextView.AnimationSpeed
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verticalPadding(Context) - Method in interface com.beardedhen.androidbootstrap.api.attributes.BootstrapHeading
-
Retrieves the vertical padding for the current BootstrapHeading
- verticalPadding(Context) - Method in enum com.beardedhen.androidbootstrap.api.defaults.DefaultBootstrapHeading
-
- ViewGroupPosition - Enum in com.beardedhen.androidbootstrap.api.attributes
-
- ViewUtils - Class in com.beardedhen.androidbootstrap.utils
-
- ViewUtils() - Constructor for class com.beardedhen.androidbootstrap.utils.ViewUtils
-