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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarContextView.java48 private TextView mSubtitleView; field in class:ActionBarContextView
172 mSubtitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_subtitle);
177 mSubtitleView.setTextAppearance(getContext(), mSubtitleStyleRes);
182 mSubtitleView.setText(mSubtitle);
186 mSubtitleView.setVisibility(hasSubtitle ? VISIBLE : GONE);
H A DActionBarView.java96 private TextView mSubtitleView; field in class:ActionBarView
259 mSubtitleView = null;
546 if (mSubtitleView != null) {
547 mSubtitleView.setText(subtitle);
548 mSubtitleView.setVisibility(subtitle != null ? VISIBLE : GONE);
770 mSubtitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_subtitle);
783 mSubtitleView.setTextAppearance(mContext, mSubtitleStyleRes);
786 mSubtitleView.setText(mSubtitle);
787 mSubtitleView.setVisibility(VISIBLE);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java55 private TextView mSubtitleView; field in class:ActionBarContextView
182 mSubtitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_subtitle);
187 mSubtitleView.setTextAppearance(mContext, mSubtitleStyleRes);
192 mSubtitleView.setText(mSubtitle);
196 mSubtitleView.setVisibility(hasSubtitle ? VISIBLE : GONE);
H A DActionBarView.java100 private TextView mSubtitleView; field in class:ActionBarView
253 mSubtitleView = null;
539 if (mSubtitleView != null) {
540 mSubtitleView.setText(subtitle);
541 mSubtitleView.setVisibility(subtitle != null ? VISIBLE : GONE);
829 mSubtitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_subtitle);
839 mSubtitleView.setTextAppearance(mContext, mSubtitleStyleRes);
842 mSubtitleView.setText(mSubtitle);
843 mSubtitleView.setVisibility(VISIBLE);

Completed in 125 milliseconds