Searched refs:mTitleLayout (Results 1 – 2 of 2) sorted by relevance
49 private LinearLayout mTitleLayout; field in ActionBarContextView148 if (view != null && mTitleLayout != null) { in setCustomView()149 removeView(mTitleLayout); in setCustomView()150 mTitleLayout = null; in setCustomView()177 if (mTitleLayout == null) { in initTitle()180 mTitleLayout = (LinearLayout) getChildAt(getChildCount() - 1); in initTitle()181 mTitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_title); in initTitle()182 mSubtitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_subtitle); in initTitle()197 mTitleLayout.setVisibility(hasTitle || hasSubtitle ? VISIBLE : GONE); in initTitle()198 if (mTitleLayout.getParent() == null) { in initTitle()[all …]
96 private LinearLayout mTitleLayout; field in ActionBarView238 if (mTitleLayout != null && mTitleLayout.getParent() == mUpGoerFive) { in onConfigurationChanged()239 mUpGoerFive.removeView(mTitleLayout); in onConfigurationChanged()241 mTitleLayout = null; in onConfigurationChanged()506 mTitleLayout.setVisibility(visible ? VISIBLE : GONE); in setTitleImpl()526 mTitleLayout.setVisibility(visible ? VISIBLE : GONE); in setSubtitle()626 mUpGoerFive.removeView(mTitleLayout); in setDisplayOptions()647 if (mTitleLayout != null && in setDisplayOptions()810 if (mTitleLayout == null) { in initTitle()812 mTitleLayout = (LinearLayout) inflater.inflate(R.layout.action_bar_title_item, in initTitle()[all …]