Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DActionBarContextView.java51 private LinearLayout mTitleLayout; field in ActionBarContextView
123 if (view != null && mTitleLayout != null) { in setCustomView()
124 removeView(mTitleLayout); in setCustomView()
125 mTitleLayout = null; in setCustomView()
153 if (mTitleLayout == null) { in initTitle()
156 mTitleLayout = (LinearLayout) getChildAt(getChildCount() - 1); in initTitle()
157 mTitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_title); in initTitle()
158 mSubtitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_subtitle); in initTitle()
173 mTitleLayout.setVisibility(hasTitle || hasSubtitle ? VISIBLE : GONE); in initTitle()
174 if (mTitleLayout.getParent() == null) { in initTitle()
[all …]