HomeSort by relevance Sort by last modified time
    Searched refs:mTitleLayout (Results 1 - 4 of 4) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContextView.java 46 private LinearLayout mTitleLayout;
138 if (mTitleLayout != null) {
139 removeView(mTitleLayout);
140 mTitleLayout = null;
167 if (mTitleLayout == null) {
170 mTitleLayout = (LinearLayout) getChildAt(getChildCount() - 1);
171 mTitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_title);
172 mSubtitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_subtitle);
187 mTitleLayout.setVisibility(hasTitle || hasSubtitle ? VISIBLE : GONE);
188 if (mTitleLayout.getParent() == null)
    [all...]
ActionBarView.java 94 private LinearLayout mTitleLayout;
261 if (mTitleLayout != null && mTitleLayout.getParent() == this) {
262 removeView(mTitleLayout);
264 mTitleLayout = null;
533 mTitleLayout.setVisibility(visible ? VISIBLE : GONE);
552 mTitleLayout.setVisibility(visible ? VISIBLE : GONE);
603 removeView(mTitleLayout);
607 if (mTitleLayout != null && (flagsChanged &
611 mTitleLayout.setEnabled(!showHome && homeAsUp)
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContextView.java 53 private LinearLayout mTitleLayout;
148 if (mTitleLayout != null) {
149 removeView(mTitleLayout);
150 mTitleLayout = null;
177 if (mTitleLayout == null) {
180 mTitleLayout = (LinearLayout) getChildAt(getChildCount() - 1);
181 mTitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_title);
182 mSubtitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_subtitle);
197 mTitleLayout.setVisibility(hasTitle || hasSubtitle ? VISIBLE : GONE);
198 if (mTitleLayout.getParent() == null)
    [all...]
ActionBarView.java 98 private LinearLayout mTitleLayout;
254 if (mTitleLayout != null && mTitleLayout.getParent() == mUpGoerFive) {
255 mUpGoerFive.removeView(mTitleLayout);
257 mTitleLayout = null;
524 mTitleLayout.setVisibility(visible ? VISIBLE : GONE);
545 mTitleLayout.setVisibility(visible ? VISIBLE : GONE);
642 mUpGoerFive.removeView(mTitleLayout);
663 if (mTitleLayout != null &&
832 if (mTitleLayout == null)
    [all...]

Completed in 75 milliseconds