Home | History | Annotate | Download | only in app

Lines Matching defs:mShowTitle

119     private boolean mShowTitle;
220 mShowTitle = a.getBoolean(R.styleable.AlertDialog_showTitle, true);
617 if (mCustomTitleView != null && mShowTitle) {
631 if (hasTextTitle && mShowTitle) {