Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DActionBarView.java104 private View mCustomNavView; field in ActionBarView
212 mCustomNavView = (View) inflater.inflate(customNavId, this, false); in ActionBarView()
463 if (mCustomNavView != null && showCustom) { in setCustomView()
464 removeView(mCustomNavView); in setCustomView()
466 mCustomNavView = view; in setCustomView()
467 if (mCustomNavView != null && showCustom) { in setCustomView()
468 addView(mCustomNavView); in setCustomView()
639 if ((flagsChanged & ActionBar.DISPLAY_SHOW_CUSTOM) != 0 && mCustomNavView != null) { in setDisplayOptions()
641 addView(mCustomNavView); in setDisplayOptions()
643 removeView(mCustomNavView); in setDisplayOptions()
[all …]