Searched refs:mTitleLayout (Results 1 – 1 of 1) sorted by relevance
51 private LinearLayout mTitleLayout; field in ActionBarContextView123 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 …]