SYMBOL INDEX (588 symbols across 64 files) FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/AwesomeTextView.java class AwesomeTextView (line 33) | public class AwesomeTextView extends TextView implements BootstrapTextVi... type AnimationSpeed (line 40) | public enum AnimationSpeed { method AnimationSpeed (line 48) | AnimationSpeed(long rotateDuration, long flashDuration) { method getRotateDuration (line 53) | public long getRotateDuration() { method getFlashDuration (line 57) | public long getFlashDuration() { method AwesomeTextView (line 62) | public AwesomeTextView(Context context) { method AwesomeTextView (line 67) | public AwesomeTextView(Context context, AttributeSet attrs) { method AwesomeTextView (line 72) | public AwesomeTextView(Context context, AttributeSet attrs, int defSty... method initialise (line 77) | private void initialise(AttributeSet attrs) { method onSaveInstanceState (line 130) | @Override public Parcelable onSaveInstanceState() { method onRestoreInstanceState (line 138) | @Override public void onRestoreInstanceState(Parcelable state) { method startFlashing (line 163) | public void startFlashing(boolean forever, AnimationSpeed speed) { method startRotate (line 186) | public void startRotate(boolean clockwise, AnimationSpeed speed) { method setIcon (line 212) | public void setIcon(CharSequence iconCode, IconSet iconSet) { method setFontAwesomeIcon (line 222) | public void setFontAwesomeIcon(@FontAwesome.Icon CharSequence iconCode) { method setMaterialIcon (line 232) | public void setMaterialIcon(@FontAwesome.Icon CharSequence iconCode) { method setTypicon (line 242) | public void setTypicon(@Typicon.Icon CharSequence iconCode) { method setMarkdownText (line 246) | @Override public void setMarkdownText(String text) { method updateBootstrapState (line 250) | protected void updateBootstrapState() { method setBootstrapText (line 263) | @Override public void setBootstrapText(BootstrapText bootstrapText) { method getBootstrapText (line 268) | @Nullable @Override public BootstrapText getBootstrapText() { method setBootstrapBrand (line 272) | @Override public void setBootstrapBrand(@NonNull BootstrapBrand bootst... method getBootstrapBrand (line 277) | @NonNull @Override public BootstrapBrand getBootstrapBrand() { method setText (line 281) | @Override public void setText(CharSequence text, BufferType type) { method onTextChanged (line 286) | @Override FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/BootstrapAlert.java class BootstrapAlert (line 31) | @BetaApi type VisibilityChangeListener (line 37) | public interface VisibilityChangeListener{ method onAlertDismissStarted (line 43) | void onAlertDismissStarted(BootstrapAlert alert); method onAlertDismissCompletion (line 49) | void onAlertDismissCompletion(BootstrapAlert alert); method onAlertAppearStarted (line 55) | void onAlertAppearStarted(BootstrapAlert alert); method onAlertAppearCompletion (line 61) | void onAlertAppearCompletion(BootstrapAlert alert); method BootstrapAlert (line 83) | public BootstrapAlert(Context context) { method BootstrapAlert (line 88) | public BootstrapAlert(Context context, AttributeSet attrs) { method BootstrapAlert (line 93) | public BootstrapAlert(Context context, AttributeSet attrs, int defStyl... method initialise (line 98) | private void initialise(AttributeSet attrs) { method updateBootstrapState (line 129) | private void updateBootstrapState() { method setupAnimations (line 202) | private void setupAnimations() { method dismiss (line 218) | public void dismiss(boolean animated) { method show (line 234) | public void show(boolean animated) { method isUserDismissible (line 250) | public boolean isUserDismissible() { method setUserDismissible (line 258) | public void setUserDismissible(boolean userDismissible) { method setVisibilityChangeListener (line 268) | public void setVisibilityChangeListener(VisibilityChangeListener visib... method generateViewUniqueId (line 272) | private int generateViewUniqueId() { method setVisibility (line 286) | @Override method onAnimationStart (line 302) | @Override method onAnimationEnd (line 307) | @Override method onAnimationRepeat (line 321) | @Override FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/BootstrapBadge.java class BootstrapBadge (line 24) | @BetaApi method BootstrapBadge (line 35) | public BootstrapBadge(Context context) { method BootstrapBadge (line 40) | public BootstrapBadge(Context context, AttributeSet attrs) { method BootstrapBadge (line 45) | public BootstrapBadge(Context context, AttributeSet attrs, int defStyl... method init (line 50) | private void init(AttributeSet attrs) { method updateBootstrapState (line 71) | private void updateBootstrapState() { method getBadgeDrawable (line 81) | Drawable getBadgeDrawable() { method getBadgeText (line 85) | @Override public String getBadgeText() { method setBadgeText (line 89) | @Override public void setBadgeText(String badgeText) { method setBootstrapBrand (line 94) | public void setBootstrapBrand(BootstrapBrand bootstrapBrand, boolean i... method setBootstrapBrand (line 99) | @Override method getBootstrapBrand (line 105) | @NonNull method setBootstrapSize (line 111) | @Override method setBootstrapSize (line 117) | @Override method getBootstrapSize (line 123) | @Override FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/BootstrapBaseThumbnail.java class BootstrapBaseThumbnail (line 35) | abstract class BootstrapBaseThumbnail extends ImageView implements Boots... method BootstrapBaseThumbnail (line 52) | public BootstrapBaseThumbnail(Context context) { method BootstrapBaseThumbnail (line 57) | public BootstrapBaseThumbnail(Context context, AttributeSet attrs) { method BootstrapBaseThumbnail (line 62) | public BootstrapBaseThumbnail(Context context, AttributeSet attrs, int... method initialise (line 67) | protected void initialise(AttributeSet attrs) { method onSaveInstanceState (line 74) | @Override public Parcelable onSaveInstanceState() { method onRestoreInstanceState (line 84) | @Override public void onRestoreInstanceState(Parcelable state) { method setupPaints (line 102) | private void setupPaints() { method onSizeChanged (line 117) | @Override protected void onSizeChanged(int w, int h, int oldw, int old... method setScaleType (line 122) | @Override public void setScaleType(ScaleType scaleType) { method getScaleType (line 131) | @Override public ScaleType getScaleType() { method getBitmapForView (line 138) | @Nullable private Bitmap getBitmapForView() { method setImageBitmap (line 162) | @Override public void setImageBitmap(Bitmap bm) { method setImageDrawable (line 168) | @Override public void setImageDrawable(Drawable drawable) { method setImageResource (line 174) | @Override public void setImageResource(int resId) { method setImageURI (line 180) | @Override public void setImageURI(Uri uri) { method updateImageState (line 189) | protected abstract void updateImageState(); method setBootstrapBrand (line 195) | @Override public void setBootstrapBrand(@NonNull BootstrapBrand bootst... method getBootstrapBrand (line 200) | @NonNull @Override public BootstrapBrand getBootstrapBrand() { method setBorderDisplayed (line 204) | @TargetApi(16) @Override public void setBorderDisplayed(boolean displa... method isBorderDisplayed (line 209) | @Override public boolean isBorderDisplayed() { method getBootstrapSize (line 213) | @Override public float getBootstrapSize() { method setBootstrapSize (line 217) | @Override public void setBootstrapSize(float bootstrapSize) { method setBootstrapSize (line 222) | @Override public void setBootstrapSize(DefaultBootstrapSize bootstrapS... FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/BootstrapButton.java class BootstrapButton (line 34) | public class BootstrapButton extends AwesomeTextView implements Bootstra... type OnCheckedChangedListener (line 42) | public interface OnCheckedChangedListener{ method OnCheckedChanged (line 48) | public void OnCheckedChanged(BootstrapButton bootstrapButton, boolea... method BootstrapButton (line 75) | public BootstrapButton(Context context) { method BootstrapButton (line 80) | public BootstrapButton(Context context, AttributeSet attrs) { method BootstrapButton (line 85) | public BootstrapButton(Context context, AttributeSet attrs, int defSty... method initialise (line 90) | private void initialise(AttributeSet attrs) { method onSaveInstanceState (line 124) | @Override public Parcelable onSaveInstanceState() { method onRestoreInstanceState (line 141) | @Override public void onRestoreInstanceState(Parcelable state) { method updateBootstrapState (line 163) | @Override protected void updateBootstrapState() { method onTouchEvent (line 197) | @Override public boolean onTouchEvent(@NonNull MotionEvent event) { method setSelected (line 212) | @Override method handleRadioEvent (line 220) | private boolean handleRadioEvent(@NonNull MotionEvent event) { method handleToggle (line 236) | private boolean handleToggle(@NonNull MotionEvent event) { method setViewGroupPosition (line 252) | void setViewGroupPosition(ViewGroupPosition viewGroupPosition, int par... method updateFromParent (line 258) | void updateFromParent(BootstrapBrand bootstrapBrand, method displayBadgeDrawable (line 274) | @Override public void displayBadgeDrawable() { method isMustBeSelected (line 292) | public boolean isMustBeSelected() { method setChecked (line 296) | public void setChecked(boolean checked) { method isShowOutline (line 300) | @Override public boolean isShowOutline() { method isRounded (line 304) | @Override public boolean isRounded() { method setShowOutline (line 308) | @Override public void setShowOutline(boolean showOutline) { method setRounded (line 313) | @Override public void setRounded(boolean rounded) { method getButtonMode (line 318) | @NonNull @Override public ButtonMode getButtonMode() { method setButtonMode (line 322) | @Override public void setButtonMode(@NonNull ButtonMode buttonMode) { method setBadge (line 326) | @Override public void setBadge(BootstrapBadge badge) { method getBadgeText (line 333) | @Nullable method setBadgeText (line 339) | @Override method getBootstrapSize (line 348) | @Override public float getBootstrapSize() { method getBootstrapBadge (line 352) | @Override public BootstrapBadge getBootstrapBadge() { method setBootstrapSize (line 356) | @Override public void setBootstrapSize(DefaultBootstrapSize bootstrapS... method setBootstrapSize (line 360) | @Override public void setBootstrapSize(float bootstrapSize) { method setOnCheckedChangedListener (line 370) | public void setOnCheckedChangedListener(OnCheckedChangedListener liste... method setOnClickListener (line 379) | @Override FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/BootstrapButtonGroup.java class BootstrapButtonGroup (line 42) | public class BootstrapButtonGroup extends BootstrapGroup implements Boot... method BootstrapButtonGroup (line 57) | public BootstrapButtonGroup(Context context) { method BootstrapButtonGroup (line 62) | public BootstrapButtonGroup(Context context, AttributeSet attrs) { method BootstrapButtonGroup (line 67) | public BootstrapButtonGroup(Context context, AttributeSet attrs, int d... method initialise (line 72) | protected void initialise(AttributeSet attrs) { method onSaveInstanceState (line 94) | @Override public Parcelable onSaveInstanceState() { method onRestoreInstanceState (line 107) | @Override public void onRestoreInstanceState(Parcelable state) { method onBootstrapViewAdded (line 130) | @Override method onBootstrapViewRemoved (line 135) | @Override method updateBootstrapGroup (line 140) | protected void updateBootstrapGroup() { method retrieveButtonChild (line 192) | private BootstrapButton retrieveButtonChild(int i) { method onRadioToggle (line 209) | void onRadioToggle(int index) { method check (line 223) | public void check(@IdRes int id) { method getBootstrapSize (line 227) | @Override public float getBootstrapSize() { method setBootstrapSize (line 231) | @Override public void setBootstrapSize(DefaultBootstrapSize bootstrapS... method setBootstrapSize (line 235) | @Override public void setBootstrapSize(float bootstrapSize) { method getButtonMode (line 244) | @NonNull public ButtonMode getButtonMode() { method setButtonMode (line 248) | public void setButtonMode(@NonNull ButtonMode buttonMode) { method setBootstrapBrand (line 257) | @Override public void setBootstrapBrand(@NonNull BootstrapBrand bootst... method getBootstrapBrand (line 266) | @NonNull @Override public BootstrapBrand getBootstrapBrand() { method setShowOutline (line 270) | @Override public void setShowOutline(boolean showOutline) { method isShowOutline (line 279) | @Override public boolean isShowOutline() { method setRounded (line 283) | @Override public void setRounded(boolean rounded) { method isRounded (line 292) | @Override public boolean isRounded() { FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/BootstrapCircleThumbnail.java class BootstrapCircleThumbnail (line 26) | public class BootstrapCircleThumbnail extends BootstrapBaseThumbnail { method BootstrapCircleThumbnail (line 33) | public BootstrapCircleThumbnail(Context context) { method BootstrapCircleThumbnail (line 38) | public BootstrapCircleThumbnail(Context context, AttributeSet attrs) { method BootstrapCircleThumbnail (line 43) | public BootstrapCircleThumbnail(Context context, AttributeSet attrs, i... method initialise (line 48) | protected void initialise(AttributeSet attrs) { method updateImageState (line 81) | protected void updateImageState() { method onDraw (line 123) | @Override protected void onDraw(@NonNull Canvas canvas) { method onMeasure (line 145) | @Override protected void onMeasure(int widthMeasureSpec, int heightMea... method updateBackground (line 169) | private void updateBackground() { FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/BootstrapDrawableFactory.java class BootstrapDrawableFactory (line 31) | class BootstrapDrawableFactory { method bootstrapButton (line 45) | static Drawable bootstrapButton(Context context, method bootstrapLabel (line 90) | static Drawable bootstrapLabel(Context context, method bootstrapEditText (line 113) | static Drawable bootstrapEditText(Context context, method bootstrapCircleThumbnail (line 150) | static Drawable bootstrapCircleThumbnail(Context context, method bootstrapThumbnail (line 162) | static Drawable bootstrapThumbnail(Context context, method bootstrapAlert (line 182) | static Drawable bootstrapAlert(Context context, method bootstrapButtonText (line 204) | static ColorStateList bootstrapButtonText(Context context, boolean out... method bootstrapWell (line 221) | static Drawable bootstrapWell(@ColorInt int backgroundColor, int corne... method setupStateDrawable (line 229) | private static StateListDrawable setupStateDrawable(ViewGroupPosition ... method setupDrawableCorners (line 269) | private static void setupDrawableCorners(ViewGroupPosition position, b... method getStateList (line 311) | private static int[][] getStateList() { method getColorList (line 328) | private static int[] getColorList(int defaultColor, int activeColor, i... method bootstrapDropDownArrow (line 339) | static StateListDrawable bootstrapDropDownArrow(Context context, int w... method bootstrapAlertCloseIcon (line 359) | static StateListDrawable bootstrapAlertCloseIcon(Context context, int ... method createArrowIcon (line 390) | private static Drawable createArrowIcon(Context context, int width, in... method createCloseCrossIcon (line 419) | private static Drawable createCloseCrossIcon(Context context, int widt... method createBadgeDrawable (line 438) | public static Drawable createBadgeDrawable(Context context, BootstrapB... method bootstrapDropDownViewText (line 490) | static ColorStateList bootstrapDropDownViewText(Context context) { method setInsetOnLayers (line 499) | private static void setInsetOnLayers(LayerDrawable[] ary, int l, int t... FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/BootstrapDropDown.java class BootstrapDropDown (line 42) | @BetaApi method BootstrapDropDown (line 80) | public BootstrapDropDown(Context context) { method BootstrapDropDown (line 85) | public BootstrapDropDown(Context context, AttributeSet attrs) { method BootstrapDropDown (line 90) | public BootstrapDropDown(Context context, AttributeSet attrs, int defS... method initialise (line 95) | private void initialise(AttributeSet attrs) { method createDropDown (line 144) | private void createDropDown() { method createDropDownView (line 169) | private ScrollView createDropDownView() { method updateDropDownState (line 240) | private void updateDropDownState() { method measureStringWidth (line 291) | private float measureStringWidth(String text) { method getLongestString (line 304) | private String getLongestString(String[] array) { method cleanData (line 316) | private void cleanData() { method setOnDropDownItemClickListener (line 331) | public void setOnDropDownItemClickListener(OnDropDownItemClickListener... method isShowOutline (line 335) | @Override public boolean isShowOutline() { method isRounded (line 339) | @Override public boolean isRounded() { method getExpandDirection (line 348) | public ExpandDirection getExpandDirection() { method getDropdownData (line 357) | public String[] getDropdownData() { method setShowOutline (line 361) | @Override public void setShowOutline(boolean showOutline) { method setRounded (line 366) | @Override public void setRounded(boolean rounded) { method setExpandDirection (line 376) | public void setExpandDirection(ExpandDirection expandDirection) { method setDropdownData (line 386) | public void setDropdownData(String[] dropdownData) { method onDismiss (line 392) | @Override public void onDismiss() { method onClick (line 397) | @Override public void onClick(View v) { method onSaveInstanceState (line 432) | @Override public Parcelable onSaveInstanceState() { method onRestoreInstanceState (line 444) | @Override public void onRestoreInstanceState(Parcelable state) { method setOnClickListener (line 461) | @Override public void setOnClickListener(OnClickListener clickListener) { type OnDropDownItemClickListener (line 468) | public interface OnDropDownItemClickListener { method onItemClick (line 477) | void onItemClick(ViewGroup parent, View v, int id); class DividerView (line 480) | private static class DividerView extends TextView { method DividerView (line 484) | public DividerView(Context context) { method onDraw (line 490) | @Override protected void onDraw(Canvas canvas) { FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/BootstrapEditText.java class BootstrapEditText (line 28) | public class BootstrapEditText extends EditText implements BootstrapBran... method BootstrapEditText (line 43) | public BootstrapEditText(Context context) { method BootstrapEditText (line 48) | public BootstrapEditText(Context context, AttributeSet attrs) { method BootstrapEditText (line 53) | public BootstrapEditText(Context context, AttributeSet attrs, int defS... method initialise (line 58) | private void initialise(AttributeSet attrs) { method onSaveInstanceState (line 90) | @Override public Parcelable onSaveInstanceState() { method onRestoreInstanceState (line 99) | @Override public void onRestoreInstanceState(Parcelable state) { method updateBootstrapState (line 116) | private void updateBootstrapState() { method setBootstrapBrand (line 141) | @Override public void setBootstrapBrand(@NonNull BootstrapBrand bootst... method getBootstrapBrand (line 146) | @NonNull @Override public BootstrapBrand getBootstrapBrand() { method setRounded (line 150) | @Override public void setRounded(boolean rounded) { method isRounded (line 155) | @Override public boolean isRounded() { method getBootstrapSize (line 159) | @Override public float getBootstrapSize() { method setBootstrapSize (line 163) | @Override public void setBootstrapSize(float bootstrapSize) { method setBootstrapSize (line 168) | @Override public void setBootstrapSize(DefaultBootstrapSize bootstrapS... FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/BootstrapGroup.java class BootstrapGroup (line 15) | abstract class BootstrapGroup extends LinearLayout { method BootstrapGroup (line 17) | public BootstrapGroup(Context context) { method BootstrapGroup (line 22) | public BootstrapGroup(Context context, AttributeSet attrs) { method BootstrapGroup (line 27) | public BootstrapGroup(Context context, AttributeSet attrs, int defStyl... method initialise (line 32) | protected abstract void initialise(AttributeSet attrs); method setOrientation (line 34) | @Override public void setOrientation(int orientation) { method updateBootstrapGroup (line 39) | protected abstract void updateBootstrapGroup(); method onBootstrapViewAdded (line 42) | protected abstract void onBootstrapViewAdded(); method onBootstrapViewRemoved (line 43) | protected abstract void onBootstrapViewRemoved(); method addView (line 45) | @Override method removeAllViews (line 51) | @Override method removeView (line 57) | @Override method removeViewInLayout (line 63) | @Override method removeViewsInLayout (line 69) | @Override method removeViewAt (line 75) | @Override method removeViews (line 82) | @Override FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/BootstrapLabel.java class BootstrapLabel (line 25) | public class BootstrapLabel extends AwesomeTextView implements Roundable... method BootstrapLabel (line 32) | public BootstrapLabel(Context context) { method BootstrapLabel (line 37) | public BootstrapLabel(Context context, AttributeSet attrs) { method BootstrapLabel (line 42) | public BootstrapLabel(Context context, AttributeSet attrs, int defStyl... method initialise (line 47) | private void initialise(AttributeSet attrs) { method onSaveInstanceState (line 62) | @Override public Parcelable onSaveInstanceState() { method onRestoreInstanceState (line 70) | @Override public void onRestoreInstanceState(Parcelable state) { method updateBootstrapState (line 87) | @Override public void updateBootstrapState() { method onSizeChanged (line 111) | @Override protected void onSizeChanged(int w, int h, int oldw, int old... method setRounded (line 123) | @Override public void setRounded(boolean rounded) { method isRounded (line 128) | @Override public boolean isRounded() { method setBootstrapHeading (line 132) | @Override public void setBootstrapHeading(@NonNull BootstrapHeading bo... method getBootstrapHeading (line 137) | @NonNull @Override public BootstrapHeading getBootstrapHeading() { FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/BootstrapProgressBar.java class BootstrapProgressBar (line 47) | public class BootstrapProgressBar extends View implements ProgressView, ... method BootstrapProgressBar (line 87) | public BootstrapProgressBar(Context context) { method BootstrapProgressBar (line 92) | public BootstrapProgressBar(Context context, AttributeSet attrs) { method BootstrapProgressBar (line 97) | public BootstrapProgressBar(Context context, AttributeSet attrs, int d... method initialise (line 102) | private void initialise(AttributeSet attrs) { method onSaveInstanceState (line 152) | @Override method onRestoreInstanceState (line 167) | @Override method getStripeColor (line 192) | private int getStripeColor(@ColorInt int color) { method startProgressUpdateAnimation (line 206) | private void startProgressUpdateAnimation() { method onAnimationUpdate (line 222) | @Override method onAnimationStart (line 228) | @Override method onAnimationEnd (line 232) | @Override method onAnimationCancel (line 237) | @Override method onAnimationRepeat (line 241) | @Override method startStripedAnimationIfNeeded (line 250) | private void startStripedAnimationIfNeeded() { method onMeasure (line 276) | @Override method onSizeChanged (line 299) | @Override method onDraw (line 308) | @Override method createTile (line 374) | private static Bitmap createTile(float h, Paint stripePaint, Paint pro... method createRoundedBitmap (line 413) | private static Bitmap createRoundedBitmap(Bitmap bitmap, float cornerR... method updateBootstrapState (line 448) | private void updateBootstrapState() { method invalidateDrawCache (line 456) | private void invalidateDrawCache() { method setProgress (line 467) | @SuppressLint("DefaultLocale") method getProgress (line 499) | @Override method setStriped (line 504) | @Override method isStriped (line 511) | @Override method setAnimated (line 516) | @Override method isAnimated (line 523) | @Override method setBootstrapBrand (line 528) | @Override method getBootstrapBrand (line 535) | @NonNull method setRounded (line 541) | @Override method isRounded (line 547) | @Override method getBootstrapSize (line 552) | @Override method setBootstrapSize (line 557) | @Override method setBootstrapSize (line 565) | @Override method getMaxProgress (line 574) | public int getMaxProgress() { method setMaxProgress (line 582) | public void setMaxProgress(int newMaxProgress) { method setCornerRounding (line 594) | void setCornerRounding(boolean left, boolean right){ method getCornerRoundingLeft (line 599) | boolean getCornerRoundingLeft(){ method getCornerRoundingRight (line 603) | boolean getCornerRoundingRight(){ FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/BootstrapProgressBarGroup.java class BootstrapProgressBarGroup (line 20) | public class BootstrapProgressBarGroup extends BootstrapGroup implements... method BootstrapProgressBarGroup (line 33) | public BootstrapProgressBarGroup(Context context) { method BootstrapProgressBarGroup (line 38) | public BootstrapProgressBarGroup(Context context, AttributeSet attrs) { method BootstrapProgressBarGroup (line 43) | public BootstrapProgressBarGroup(Context context, AttributeSet attrs, ... method initialise (line 48) | protected void initialise(AttributeSet attrs) { method onBootstrapViewAdded (line 63) | @Override method onBootstrapViewRemoved (line 70) | @Override method addEmptyProgressBar (line 80) | private void addEmptyProgressBar(){ method updateBootstrapGroup (line 101) | @Override method getDefultlayoutParams (line 135) | private LinearLayout.LayoutParams getDefultlayoutParams(){ method getCumulativeProgress (line 146) | public int getCumulativeProgress(){ method checkCumulativeSmallerThanMax (line 156) | private void checkCumulativeSmallerThanMax(int max, int cumulative){ method getChildProgress (line 173) | private int getChildProgress(int i){ method retrieveChild (line 177) | private BootstrapProgressBar retrieveChild(int i) { method onProgressChanged (line 192) | public void onProgressChanged(BootstrapProgressBar bootstrapProgressBar){ method getMaxProgress (line 200) | public int getMaxProgress(){ method setMaxProgress (line 208) | public void setMaxProgress(int maxProgress){ method setRounded (line 217) | @Override method isRounded (line 227) | @Override method setProgress (line 232) | @Override method getProgress (line 237) | @Override method setStriped (line 246) | @Override method isStriped (line 258) | @Override method setAnimated (line 268) | @Override method isAnimated (line 280) | @Override FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/BootstrapText.java class BootstrapText (line 21) | public class BootstrapText extends SpannableString implements Serializab... method BootstrapText (line 23) | private BootstrapText(CharSequence source) { class Builder (line 31) | public static class Builder { method Builder (line 38) | public Builder(Context context) { method Builder (line 45) | public Builder(Context context, boolean editMode) { method addText (line 58) | public Builder addText(CharSequence text) { method addFontAwesomeIcon (line 68) | public Builder addFontAwesomeIcon(@FontAwesome.Icon CharSequence ico... method addTypicon (line 80) | public Builder addTypicon(@Typicon.Icon CharSequence iconCode) { method addMaterialIcon (line 92) | public Builder addMaterialIcon( CharSequence iconCode) { method addIcon (line 105) | public Builder addIcon(CharSequence iconCode, IconSet iconSet) { method build (line 114) | public BootstrapText build() { FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/BootstrapThumbnail.java class BootstrapThumbnail (line 25) | public class BootstrapThumbnail extends BootstrapBaseThumbnail implement... method BootstrapThumbnail (line 35) | public BootstrapThumbnail(Context context) { method BootstrapThumbnail (line 40) | public BootstrapThumbnail(Context context, AttributeSet attrs) { method BootstrapThumbnail (line 45) | public BootstrapThumbnail(Context context, AttributeSet attrs, int def... method onSaveInstanceState (line 50) | @Override public Parcelable onSaveInstanceState() { method onRestoreInstanceState (line 57) | @Override public void onRestoreInstanceState(Parcelable state) { method initialise (line 66) | protected void initialise(AttributeSet attrs) { method updateImageState (line 99) | protected void updateImageState() { method updateBackground (line 105) | private void updateBackground() { method updatePadding (line 119) | private void updatePadding() { method onDraw (line 127) | @Override protected void onDraw(Canvas canvas) { method setRounded (line 156) | @Override public void setRounded(boolean rounded) { method isRounded (line 161) | @Override public boolean isRounded() { FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/BootstrapWell.java class BootstrapWell (line 17) | public class BootstrapWell extends FrameLayout { method BootstrapWell (line 21) | public BootstrapWell(Context context) { method BootstrapWell (line 26) | public BootstrapWell(Context context, AttributeSet attrs) { method BootstrapWell (line 31) | public BootstrapWell(Context context, AttributeSet attrs, int defStyle... method initialise (line 36) | private void initialise(AttributeSet attrs) { method updateBootstrapState (line 49) | private void updateBootstrapState() { FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/IconResolver.java class IconResolver (line 16) | class IconResolver { method resolveMarkdown (line 31) | static BootstrapText resolveMarkdown(Context context, String markdown,... method resolveIconSet (line 112) | private static IconSet resolveIconSet(String iconCode) { FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/TypefaceProvider.java class TypefaceProvider (line 19) | public class TypefaceProvider { method getTypeface (line 31) | public static Typeface getTypeface(Context context, IconSet iconSet) { method registerDefaultIconSets (line 45) | public static void registerDefaultIconSets() { method registerCustomIconSet (line 60) | public static void registerCustomIconSet(IconSet iconSet) { method retrieveRegisteredIconSet (line 71) | public static IconSet retrieveRegisteredIconSet(String fontPath, boole... method getRegisteredIconSets (line 86) | public static Collection getRegisteredIconSets() { FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/api/attributes/BootstrapBrand.java type BootstrapBrand (line 12) | public interface BootstrapBrand extends Serializable { method defaultFill (line 22) | @ColorInt int defaultFill(Context context); method defaultEdge (line 30) | @ColorInt int defaultEdge(Context context); method defaultTextColor (line 38) | @ColorInt int defaultTextColor(Context context); method activeFill (line 46) | @ColorInt int activeFill(Context context); method activeEdge (line 54) | @ColorInt int activeEdge(Context context); method activeTextColor (line 62) | @ColorInt int activeTextColor(Context context); method disabledFill (line 70) | @ColorInt int disabledFill(Context context); method disabledEdge (line 78) | @ColorInt int disabledEdge(Context context); method disabledTextColor (line 86) | @ColorInt int disabledTextColor(Context context); method getColor (line 88) | @ColorInt int getColor(); FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/api/attributes/BootstrapHeading.java type BootstrapHeading (line 11) | public interface BootstrapHeading extends Serializable { method getTextSize (line 21) | float getTextSize(Context context); method verticalPadding (line 29) | float verticalPadding(Context context); method horizontalPadding (line 37) | float horizontalPadding(Context context); FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/api/attributes/ViewGroupPosition.java type ViewGroupPosition (line 3) | public enum ViewGroupPosition { FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/api/defaults/ButtonMode.java type ButtonMode (line 3) | public enum ButtonMode { method fromAttributeValue (line 9) | public static ButtonMode fromAttributeValue(int attrValue) { FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/api/defaults/DefaultBootstrapBrand.java type DefaultBootstrapBrand (line 21) | public enum DefaultBootstrapBrand implements BootstrapBrand { method DefaultBootstrapBrand (line 34) | DefaultBootstrapBrand(int color) { method DefaultBootstrapBrand (line 39) | DefaultBootstrapBrand(int color, int textColor) { method fromAttributeValue (line 44) | public static DefaultBootstrapBrand fromAttributeValue(int attrValue) { method defaultFill (line 65) | @ColorInt public int defaultFill(Context context) { method defaultEdge (line 69) | @ColorInt public int defaultEdge(Context context) { method activeFill (line 73) | @ColorInt public int activeFill(Context context) { method activeEdge (line 77) | @ColorInt public int activeEdge(Context context) { method disabledFill (line 81) | @ColorInt public int disabledFill(Context context) { method disabledEdge (line 85) | @ColorInt public int disabledEdge(Context context) { method defaultTextColor (line 89) | @ColorInt public int defaultTextColor(Context context) { method activeTextColor (line 93) | @ColorInt public int activeTextColor(Context context) { method disabledTextColor (line 97) | @ColorInt public int disabledTextColor(Context context) { method getColor (line 101) | @ColorInt public int getColor() { FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/api/defaults/DefaultBootstrapHeading.java type DefaultBootstrapHeading (line 14) | public enum DefaultBootstrapHeading implements BootstrapHeading { method DefaultBootstrapHeading (line 44) | DefaultBootstrapHeading(int textSize, int vertPadding, int horiPadding) { method fromAttributeValue (line 50) | public static DefaultBootstrapHeading fromAttributeValue(int attrValue) { method getTextSize (line 69) | @Override public float getTextSize(Context context) { method verticalPadding (line 73) | @Override public float verticalPadding(Context context) { method horizontalPadding (line 77) | @Override public float horizontalPadding(Context context) { FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/api/defaults/DefaultBootstrapSize.java type DefaultBootstrapSize (line 7) | public enum DefaultBootstrapSize { method fromAttributeValue (line 15) | public static DefaultBootstrapSize fromAttributeValue(int attrValue) { method scaleFactor (line 32) | public float scaleFactor() { FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/api/defaults/ExpandDirection.java type ExpandDirection (line 4) | public enum ExpandDirection { method fromAttributeValue (line 8) | public static ExpandDirection fromAttributeValue(int attrValue) { FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/api/view/BadgeContainerView.java type BadgeContainerView (line 9) | public interface BadgeContainerView extends BootstrapBadgeView { method setBadge (line 18) | void setBadge(BootstrapBadge badge); method getBootstrapBadge (line 25) | BootstrapBadge getBootstrapBadge(); method displayBadgeDrawable (line 31) | void displayBadgeDrawable(); FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/api/view/BootstrapBadgeView.java type BootstrapBadgeView (line 5) | public interface BootstrapBadgeView { method getBadgeText (line 12) | @Nullable method setBadgeText (line 20) | void setBadgeText(@Nullable String badgeText); FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/api/view/BootstrapBrandView.java type BootstrapBrandView (line 10) | public interface BootstrapBrandView { method setBootstrapBrand (line 19) | void setBootstrapBrand(@NonNull BootstrapBrand bootstrapBrand); method getBootstrapBrand (line 24) | @NonNull BootstrapBrand getBootstrapBrand(); FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/api/view/BootstrapHeadingView.java type BootstrapHeadingView (line 11) | public interface BootstrapHeadingView { method setBootstrapHeading (line 20) | void setBootstrapHeading(@NonNull BootstrapHeading bootstrapHeading); method getBootstrapHeading (line 25) | @NonNull BootstrapHeading getBootstrapHeading(); FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/api/view/BootstrapSizeView.java type BootstrapSizeView (line 9) | public interface BootstrapSizeView { method getBootstrapSize (line 20) | float getBootstrapSize(); method setBootstrapSize (line 29) | void setBootstrapSize(float bootstrapSize); method setBootstrapSize (line 36) | void setBootstrapSize(DefaultBootstrapSize bootstrapSize); FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/api/view/BootstrapTextView.java type BootstrapTextView (line 10) | public interface BootstrapTextView { method setBootstrapText (line 19) | void setBootstrapText(@Nullable BootstrapText bootstrapText); method getBootstrapText (line 24) | @Nullable BootstrapText getBootstrapText(); method setMarkdownText (line 32) | void setMarkdownText(@Nullable String text); FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/api/view/BorderView.java type BorderView (line 6) | public interface BorderView { method setBorderDisplayed (line 15) | void setBorderDisplayed(boolean displayed); method isBorderDisplayed (line 20) | boolean isBorderDisplayed(); FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/api/view/ButtonModeView.java type ButtonModeView (line 10) | public interface ButtonModeView { method getButtonMode (line 15) | @NonNull ButtonMode getButtonMode(); method setButtonMode (line 22) | void setButtonMode(@NonNull ButtonMode buttonMode); FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/api/view/OutlineableView.java type OutlineableView (line 7) | public interface OutlineableView { method setShowOutline (line 16) | void setShowOutline(boolean showOutline); method isShowOutline (line 21) | boolean isShowOutline(); FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/api/view/ProgressView.java type ProgressView (line 6) | public interface ProgressView { method setProgress (line 18) | void setProgress(int progress); method getProgress (line 23) | int getProgress(); method setStriped (line 30) | void setStriped(boolean striped); method isStriped (line 35) | boolean isStriped(); method setAnimated (line 44) | void setAnimated(boolean animated); method isAnimated (line 49) | boolean isAnimated(); method getMaxProgress (line 54) | int getMaxProgress(); method setMaxProgress (line 62) | void setMaxProgress(int maxProgress); FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/api/view/RoundableView.java type RoundableView (line 7) | public interface RoundableView { method setRounded (line 16) | void setRounded(boolean rounded); method isRounded (line 21) | boolean isRounded(); FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/font/AwesomeTypefaceSpan.java class AwesomeTypefaceSpan (line 13) | public class AwesomeTypefaceSpan extends TypefaceSpan { method AwesomeTypefaceSpan (line 18) | public AwesomeTypefaceSpan(Context context, IconSet iconSet) { method updateDrawState (line 24) | @Override public void updateDrawState(@NonNull TextPaint ds) { method updateMeasureState (line 28) | @Override public void updateMeasureState(@NonNull TextPaint paint) { FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/font/FontAwesome.java class FontAwesome (line 17) | public class FontAwesome implements IconSet { method unicodeForKey (line 21) | @Override public CharSequence unicodeForKey(@Icon CharSequence key) { method iconCodeForAttrIndex (line 25) | @Override public CharSequence iconCodeForAttrIndex(int index) { method fontPath (line 29) | @Override public CharSequence fontPath() { FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/font/IconSet.java type IconSet (line 7) | public interface IconSet { method unicodeForKey (line 14) | CharSequence unicodeForKey(CharSequence key); method iconCodeForAttrIndex (line 22) | CharSequence iconCodeForAttrIndex(int index); method fontPath (line 30) | CharSequence fontPath(); FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/font/MaterialIcons.java class MaterialIcons (line 14) | public class MaterialIcons implements IconSet { method unicodeForKey (line 23) | @Override method iconCodeForAttrIndex (line 28) | @Override method fontPath (line 33) | @Override FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/font/Typicon.java class Typicon (line 16) | public class Typicon implements IconSet { method unicodeForKey (line 23) | @Override public CharSequence unicodeForKey(@Icon CharSequence key) { method iconCodeForAttrIndex (line 27) | @Override public CharSequence iconCodeForAttrIndex(int index) { method fontPath (line 31) | @Override public CharSequence fontPath() { FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/utils/ColorUtils.java class ColorUtils (line 12) | public class ColorUtils { method resolveColor (line 26) | @SuppressWarnings("deprecation") method decreaseRgbChannels (line 44) | @ColorInt public static int decreaseRgbChannels(Context context, method increaseOpacity (line 72) | @ColorInt public static int increaseOpacity(Context context, @ColorRes... method increaseOpacityFromInt (line 77) | @ColorInt public static int increaseOpacityFromInt(Context context, @C... FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/utils/DimenUtils.java class DimenUtils (line 10) | public class DimenUtils { method pixelsFromSpResource (line 19) | public static float pixelsFromSpResource(Context context, @DimenRes in... method pixelsFromDpResource (line 31) | public static float pixelsFromDpResource(Context context, @DimenRes in... method dpToPixels (line 40) | public static int dpToPixels(float dip) { method pixelsToDp (line 49) | public static int pixelsToDp(float pixels) { FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/utils/DrawableUtils.java class DrawableUtils (line 9) | public class DrawableUtils { method resolveDrawable (line 11) | @SuppressWarnings("deprecation") FILE: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/utils/ViewUtils.java class ViewUtils (line 7) | public class ViewUtils { method setBackgroundDrawable (line 16) | @SuppressWarnings("deprecation") FILE: sample/src/main/java/com/fractalwrench/androidbootstrap/sample/AwesomeTextViewExample.java class AwesomeTextViewExample (line 19) | public class AwesomeTextViewExample extends BaseActivity { method getContentLayoutId (line 21) | @Override protected int getContentLayoutId() { method onCreate (line 35) | @Override protected void onCreate(Bundle savedInstanceState) { method setupFontAwesomeText (line 40) | private void setupFontAwesomeText() { method onChangeClicked (line 60) | @OnClick(R.id.example_fa_text_change) void onChangeClicked() { method onMultiChangeClicked (line 65) | @OnClick(R.id.example_fa_text_multi_change) void onMultiChangeClicked() { FILE: sample/src/main/java/com/fractalwrench/androidbootstrap/sample/BaseActivity.java class BaseActivity (line 14) | abstract class BaseActivity extends AppCompatActivity { method getContentLayoutId (line 16) | @LayoutRes protected abstract int getContentLayoutId(); method onCreate (line 18) | @Override protected void onCreate(Bundle savedInstanceState) { FILE: sample/src/main/java/com/fractalwrench/androidbootstrap/sample/BootstrapAlertExample.java class BootstrapAlertExample (line 12) | public class BootstrapAlertExample extends BaseActivity { method getContentLayoutId (line 18) | @Override method onCreate (line 23) | @Override method onInteractiveButtonClicked (line 50) | @OnClick(R.id.interactive_button) FILE: sample/src/main/java/com/fractalwrench/androidbootstrap/sample/BootstrapBadgeExample.java class BootstrapBadgeExample (line 13) | public class BootstrapBadgeExample extends BaseActivity { method getContentLayoutId (line 19) | @Override method onCreate (line 24) | @Override method onLonelyButtonClicked (line 32) | @OnClick(R.id.lonely_badge) method onXmlButtonClicked (line 37) | @OnClick(R.id.xml_badge_button) method onJavaButtonClicked (line 42) | @OnClick(R.id.java_badge_button) FILE: sample/src/main/java/com/fractalwrench/androidbootstrap/sample/BootstrapButtonExample.java class BootstrapButtonExample (line 13) | public class BootstrapButtonExample extends BaseActivity { method getContentLayoutId (line 15) | @Override protected int getContentLayoutId() { method onCreate (line 27) | @Override protected void onCreate(Bundle savedInstanceState) { method onCornersExampleClicked (line 32) | @OnClick(R.id.bbutton_example_corners) void onCornersExampleClicked() { method onOutlineExampleClicked (line 36) | @OnClick(R.id.bbutton_example_outline) void onOutlineExampleClicked() { method onSizeExampleClicked (line 40) | @OnClick(R.id.bbutton_example_size) void onSizeExampleClicked() { method onThemeExampleClicked (line 61) | @OnClick(R.id.bbutton_example_theme) void onThemeExampleClicked() { method setupCustomStyle (line 87) | private void setupCustomStyle() { FILE: sample/src/main/java/com/fractalwrench/androidbootstrap/sample/BootstrapButtonGroupExample.java class BootstrapButtonGroupExample (line 15) | public class BootstrapButtonGroupExample extends BaseActivity { method getContentLayoutId (line 17) | @Override protected int getContentLayoutId() { method onCreate (line 36) | @Override method onOrientationChangeExampleClicked (line 67) | @OnClick(R.id.bbutton_group_orientation_change_btn) void onOrientation... method onOutlineChangeExampleClicked (line 73) | @OnClick(R.id.bbutton_group_outline_change_btn) void onOutlineChangeEx... method onRoundedChangeExampleClicked (line 77) | @OnClick(R.id.bbutton_group_rounded_change_btn) void onRoundedChangeEx... method onChildAddExampleClicked (line 81) | @OnClick(R.id.bbutton_group_child_add_btn) void onChildAddExampleClick... method onChildRemoveExampleClicked (line 90) | @OnClick(R.id.bbutton_group_child_remove_btn) void onChildRemoveExampl... method onBrandChangeExampleClicked (line 98) | @OnClick(R.id.bbutton_group_brand_change_btn) void onBrandChangeExampl... method onSizeChangeExampleClicked (line 125) | @OnClick(R.id.bbutton_group_size_change_btn) void onSizeChangeExampleC... FILE: sample/src/main/java/com/fractalwrench/androidbootstrap/sample/BootstrapCircleThumbnailExample.java class BootstrapCircleThumbnailExample (line 24) | public class BootstrapCircleThumbnailExample extends BaseActivity { method getContentLayoutId (line 31) | @Override protected int getContentLayoutId() { method onCreate (line 43) | @Override protected void onCreate(Bundle savedInstanceState) { method getLayoutParams (line 55) | private LinearLayout.LayoutParams getLayoutParams(float factor) { method onThemeChangeExampleClicked (line 60) | @OnClick(R.id.bcircle_theme_change_example) void onThemeChangeExampleC... method onImageChangeExampleClicked (line 86) | @OnClick(R.id.bcircle_image_change_example) void onImageChangeExampleC... method onBorderChangeExampleClicked (line 101) | @OnClick(R.id.bcircle_border_change_example) void onBorderChangeExampl... method onSizeChangeExampleClicked (line 105) | @OnClick(R.id.bcircle_size_change_example) void onSizeChangeExampleCli... FILE: sample/src/main/java/com/fractalwrench/androidbootstrap/sample/BootstrapDropDownExample.java class BootstrapDropDownExample (line 6) | public class BootstrapDropDownExample extends Activity { method onCreate (line 8) | @Override FILE: sample/src/main/java/com/fractalwrench/androidbootstrap/sample/BootstrapEditTextExample.java class BootstrapEditTextExample (line 18) | public class BootstrapEditTextExample extends BaseActivity { method getContentLayoutId (line 20) | @Override protected int getContentLayoutId() { method onChangeEnabledExampleClicked (line 31) | @OnClick(R.id.bedit_text_change_enabled_btn) void onChangeEnabledExamp... method onChangeRoundExampleClicked (line 35) | @OnClick(R.id.bedit_text_change_round_btn) void onChangeRoundExampleCl... method onChangeThemeExampleClicked (line 39) | @OnClick(R.id.bedit_text_change_theme_btn) void onChangeThemeExampleCl... method onSizeExampleClicked (line 65) | @OnClick(R.id.bedit_text_change_size_btn) void onSizeExampleClicked() { FILE: sample/src/main/java/com/fractalwrench/androidbootstrap/sample/BootstrapLabelExample.java class BootstrapLabelExample (line 17) | public class BootstrapLabelExample extends BaseActivity { method getContentLayoutId (line 19) | @Override protected int getContentLayoutId() { method onHeadingChangeClicked (line 27) | @OnClick(R.id.example_blabel_change_heading) void onHeadingChangeClick... method onColorChangeClicked (line 53) | @OnClick(R.id.example_blabel_change_color) void onColorChangeClicked() { method onRoundedChangeClicked (line 82) | @OnClick(R.id.example_blabel_change_rounded) void onRoundedChangeClick... FILE: sample/src/main/java/com/fractalwrench/androidbootstrap/sample/BootstrapProgressBarExample.java class BootstrapProgressBarExample (line 12) | public class BootstrapProgressBarExample extends BaseActivity { type ChangeState (line 14) | enum ChangeState { method ChangeState (line 23) | ChangeState(boolean animated, boolean striped) { method next (line 28) | public ChangeState next() { method getContentLayoutId (line 48) | @Override protected int getContentLayoutId() { method onDefaultClicked (line 59) | @OnClick(R.id.example_progress_default_btn) void onDefaultClicked() { method onAnimatedClicked (line 63) | @OnClick(R.id.example_progress_animated_btn) void onAnimatedClicked() { method onStripedClicked (line 67) | @OnClick(R.id.example_progress_striped_btn) void onStripedClicked() { method onStripedAnimClicked (line 71) | @OnClick(R.id.example_progress_striped_animated_btn) void onStripedAni... method onAlterProgressBarParameters (line 75) | @OnClick(R.id.example_progress_change_type_btn) void onAlterProgressBa... method onChangeRoundedProgressBar (line 81) | @OnClick(R.id.example_progress_change_rounded_btn) void onChangeRounde... method onAlterProgressBarColor (line 85) | @OnClick(R.id.example_progress_change_color_btn) void onAlterProgressB... method onSizeExampleChangeClicked (line 110) | @OnClick(R.id.example_size_change_btn) void onSizeExampleChangeClicked... method randomProgress (line 131) | private int randomProgress(int currentProgress, int maxProgress) { FILE: sample/src/main/java/com/fractalwrench/androidbootstrap/sample/BootstrapProgressBarGroupExample.java class BootstrapProgressBarGroupExample (line 14) | public class BootstrapProgressBarGroupExample extends BaseActivity { method getContentLayoutId (line 30) | @Override method addToGroup (line 35) | @OnClick(R.id.example_progress_bar_group_add) method onRoundClick (line 53) | @OnClick(R.id.example_progress_bar_group_round) method onClickProgressChange (line 59) | @OnClick(R.id.example_progress_bar_group_progress) FILE: sample/src/main/java/com/fractalwrench/androidbootstrap/sample/BootstrapThumbnailExample.java class BootstrapThumbnailExample (line 24) | public class BootstrapThumbnailExample extends BaseActivity { method getContentLayoutId (line 29) | @Override protected int getContentLayoutId() { method onCreate (line 42) | @Override protected void onCreate(Bundle savedInstanceState) { method getLayoutParams (line 54) | private LinearLayout.LayoutParams getLayoutParams(float factor) { method onThemeChangeExampleClicked (line 60) | @OnClick(R.id.bthumb_theme_change_example) void onThemeChangeExampleCl... method onImageChangeExampleClicked (line 86) | @OnClick(R.id.bthumb_image_change_example) void onImageChangeExampleCl... method onRoundedChangeExampleClicked (line 101) | @OnClick(R.id.bthumb_rounded_change_example) void onRoundedChangeExamp... method onBorderChangeExampleClicked (line 105) | @OnClick(R.id.bthumb_border_change_example) void onBorderChangeExample... method onSizeChangeExampleClicked (line 109) | @OnClick(R.id.bthumb_size_change_example) void onSizeChangeExampleClic... FILE: sample/src/main/java/com/fractalwrench/androidbootstrap/sample/BootstrapWellExample.java class BootstrapWellExample (line 6) | public class BootstrapWellExample extends Activity { method onCreate (line 8) | @Override FILE: sample/src/main/java/com/fractalwrench/androidbootstrap/sample/CustomBootstrapStyle.java class CustomBootstrapStyle (line 11) | public class CustomBootstrapStyle implements BootstrapBrand { method CustomBootstrapStyle (line 23) | @SuppressWarnings("deprecation") public CustomBootstrapStyle(Context c... method defaultFill (line 35) | @Override public int defaultFill(Context context) { method defaultEdge (line 39) | @Override public int defaultEdge(Context context) { method defaultTextColor (line 43) | @Override public int defaultTextColor(Context context) { method activeFill (line 47) | @Override public int activeFill(Context context) { method activeEdge (line 51) | @Override public int activeEdge(Context context) { method activeTextColor (line 55) | @Override public int activeTextColor(Context context) { method disabledFill (line 59) | @Override public int disabledFill(Context context) { method disabledEdge (line 63) | @Override public int disabledEdge(Context context) { method disabledTextColor (line 67) | @Override public int disabledTextColor(Context context) { method getColor (line 71) | @Override public int getColor() { FILE: sample/src/main/java/com/fractalwrench/androidbootstrap/sample/HomeActivity.java class HomeActivity (line 11) | public class HomeActivity extends AppCompatActivity { method onCreate (line 13) | @Override protected void onCreate(Bundle savedInstanceState) { method onGithubClicked (line 19) | @OnClick(R.id.github_btn) void onGithubClicked() { method onBootstrapButtonExampleClicked (line 25) | @OnClick(R.id.example_bootstrap_button) void onBootstrapButtonExampleC... method onFontAwesomeTextExampleClicked (line 29) | @OnClick(R.id.example_fontawesometext) void onFontAwesomeTextExampleCl... method onBootstrapLabelExampleClicked (line 33) | @OnClick(R.id.example_bootstrap_label) void onBootstrapLabelExampleCli... method onBootstrapProgressExampleClicked (line 37) | @OnClick(R.id.example_bootstrap_progress) void onBootstrapProgressExam... method onBootstrapProgressGroupExampleClicked (line 41) | @OnClick(R.id.example_bootstrap_progress_group) void onBootstrapProgre... method onBootstrapButtonGroupExampleClicked (line 45) | @OnClick(R.id.example_bootstrap_btn_group) void onBootstrapButtonGroup... method onBootstrapCircleThumbnailExampleClicked (line 49) | @OnClick(R.id.example_bootstrap_cricle_thumbnail) void onBootstrapCirc... method onBootstrapEditTextExampleClicked (line 53) | @OnClick(R.id.example_bootstrap_edit_text) void onBootstrapEditTextExa... method onBootstrapThumbnailExampleClicked (line 57) | @OnClick(R.id.example_bootstrap_thumbnail) void onBootstrapThumbnailEx... method onBootstrapWellExampleClicked (line 61) | @OnClick(R.id.example_bootstrap_well) void onBootstrapWellExampleClick... method onBootstrapDropdownExampleClicked (line 65) | @OnClick(R.id.example_bootstrap_dropdown) void onBootstrapDropdownExam... method onBootstrapAlertExampleClicked (line 68) | @OnClick(R.id.example_bootstrap_alert) void onBootstrapAlertExampleCli... method onBootstrapBadgeExampleClicked (line 72) | @OnClick(R.id.example_bootstrap_badge) void onBootstrapBadgeExampleCli... FILE: sample/src/main/java/com/fractalwrench/androidbootstrap/sample/SampleApplication.java class SampleApplication (line 10) | public class SampleApplication extends Application { method onCreate (line 12) | @Override public void onCreate() {