Home
last modified time | relevance | path

Searched refs:mSubtitleView (Results 1 – 1 of 1) sorted by relevance

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DActionBarContextView.java53 private TextView mSubtitleView; field in ActionBarContextView
158 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()