Searched refs:mSubtitleView (Results 1 – 1 of 1) sorted by relevance
53 private TextView mSubtitleView; field in ActionBarContextView158 mSubtitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_subtitle); in initTitle()163 mSubtitleView.setTextAppearance(getContext(), mSubtitleStyleRes); in initTitle()168 mSubtitleView.setText(mSubtitle); in initTitle()172 mSubtitleView.setVisibility(hasSubtitle ? VISIBLE : GONE); in initTitle()