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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarView.java97 private View mTitleUpView; field in class:ActionBarView
260 mTitleUpView = null;
610 mTitleUpView.setVisibility(!showHome ? (homeAsUp ? VISIBLE : INVISIBLE) : GONE);
771 mTitleUpView = (View) mTitleLayout.findViewById(R.id.up);
792 mTitleUpView.setVisibility(!showHome ? (homeAsUp ? VISIBLE : INVISIBLE) : GONE);

Completed in 27 milliseconds