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

/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java48 private LinearLayout mTitleLayout; field in class:ActionBarContextView
146 if (view != null && mTitleLayout != null) {
147 removeView(mTitleLayout);
148 mTitleLayout = null;
175 if (mTitleLayout == null) {
178 mTitleLayout = (LinearLayout) getChildAt(getChildCount() - 1);
179 mTitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_title);
180 mSubtitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_subtitle);
195 mTitleLayout.setVisibility(hasTitle || hasSubtitle ? VISIBLE : GONE);
196 if (mTitleLayout
[all...]
H A DActionBarView.java96 private LinearLayout mTitleLayout; field in class:ActionBarView
238 if (mTitleLayout != null && mTitleLayout.getParent() == mUpGoerFive) {
239 mUpGoerFive.removeView(mTitleLayout);
241 mTitleLayout = null;
506 mTitleLayout.setVisibility(visible ? VISIBLE : GONE);
526 mTitleLayout.setVisibility(visible ? VISIBLE : GONE);
626 mUpGoerFive.removeView(mTitleLayout);
647 if (mTitleLayout != null &&
810 if (mTitleLayout
[all...]
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DActionBarContextView.java49 private LinearLayout mTitleLayout; field in class:ActionBarContextView
105 if (view != null && mTitleLayout != null) {
106 removeView(mTitleLayout);
107 mTitleLayout = null;
134 if (mTitleLayout == null) {
137 mTitleLayout = (LinearLayout) getChildAt(getChildCount() - 1);
138 mTitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_title);
139 mSubtitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_subtitle);
154 mTitleLayout.setVisibility(hasTitle || hasSubtitle ? VISIBLE : GONE);
155 if (mTitleLayout
[all...]

Completed in 56 milliseconds