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

/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java106 private View mCustomNavView; field in class:ActionBarView
242 mCustomNavView = (View) inflater.inflate(customNavId, this, false);
486 if (mCustomNavView != null && showCustom) {
487 removeView(mCustomNavView);
489 mCustomNavView = view;
490 if (mCustomNavView != null && showCustom) {
491 addView(mCustomNavView);
610 if ((flagsChanged & ActionBar.DISPLAY_SHOW_CUSTOM) != 0 && mCustomNavView != null) {
612 addView(mCustomNavView);
614 removeView(mCustomNavView);
[all...]

Completed in 328 milliseconds