SYMBOL INDEX (185 symbols across 12 files) FILE: cfalertdialog/src/androidTest/java/com/crowdfire/cfalertdialog/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 17) | @RunWith(AndroidJUnit4.class) method useAppContext (line 19) | @Test FILE: cfalertdialog/src/main/java/com/crowdfire/cfalertdialog/CFAlertDialog.java class CFAlertDialog (line 50) | public class CFAlertDialog extends AppCompatDialog { type CFAlertStyle (line 54) | public enum CFAlertStyle { type CFAlertActionStyle (line 60) | public enum CFAlertActionStyle{ type CFAlertActionAlignment (line 66) | public enum CFAlertActionAlignment { method CFAlertDialog (line 89) | private CFAlertDialog(Context context) { method CFAlertDialog (line 93) | private CFAlertDialog(Context context, int theme) { method onCreate (line 98) | @Override method setupSubviews (line 118) | private void setupSubviews(View view) { method setupBackground (line 129) | private void setupBackground() { method createCardView (line 151) | private void createCardView() { method bindCardSubviews (line 166) | private void bindCardSubviews() { method populateCardView (line 181) | private void populateCardView() { method setupCardBehaviour (line 245) | private void setupCardBehaviour() { method show (line 272) | @Override method dismiss (line 280) | @Override method alertPresented (line 291) | private void alertPresented() { method setDialogParams (line 310) | private void setDialogParams(DialogParams params) { method setEnabled (line 314) | private void setEnabled(boolean enabled) { method setBackgroundColor (line 318) | public void setBackgroundColor(int color, boolean animated){ method setDialogBackgroundColor (line 339) | public void setDialogBackgroundColor(int color, boolean animated) { method setCornerRadius (line 359) | public void setCornerRadius(float radius) { method setOuterMargin (line 365) | public void setOuterMargin(int margin) { method setTitle (line 371) | @Override method setTitle (line 385) | @Override method setTitleColor (line 390) | public void setTitleColor (@ColorInt int color) { method setMessage (line 394) | public void setMessage(CharSequence message) { method setMessage (line 403) | public void setMessage(int messageId) { method setMessageColor (line 407) | public void setMessageColor(@ColorInt int color) { method setDialogStyle (line 414) | public void setDialogStyle(CFAlertStyle dialogStyle) { method setTextGravity (line 424) | public void setTextGravity(int textGravity) { method setHeaderView (line 432) | public void setHeaderView(View headerView) { method setHeaderView (line 447) | public void setHeaderView(@LayoutRes int headerResId) { method setIcon (line 453) | public void setIcon(@DrawableRes int iconDrawableId) { method setIcon (line 457) | public void setIcon(Drawable iconDrawable) { method setContentImageDrawable (line 473) | public void setContentImageDrawable(@DrawableRes int imageDrawableId) { method setContentImageDrawable (line 477) | public void setContentImageDrawable(Drawable imageDrawable) { method setFooterView (line 499) | public void setFooterView(View footerView) { method setFooterView (line 514) | public void setFooterView(@LayoutRes int footerResId) { method setViewEnabled (line 520) | private void setViewEnabled(ViewGroup layout, boolean enabled) { method disableClipOnParents (line 532) | private void disableClipOnParents(View v) { method populateButtons (line 546) | private void populateButtons(Context context, List