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.java102 private View mCustomNavView; field in ActionBarView
210 mCustomNavView = (View) inflater.inflate(customNavId, this, false); in ActionBarView()
461 if (mCustomNavView != null && showCustom) { in setCustomView()
462 removeView(mCustomNavView); in setCustomView()
464 mCustomNavView = view; in setCustomView()
465 if (mCustomNavView != null && showCustom) { in setCustomView()
466 addView(mCustomNavView); in setCustomView()
637 if ((flagsChanged & ActionBar.DISPLAY_SHOW_CUSTOM) != 0 && mCustomNavView != null) { in setDisplayOptions()
639 addView(mCustomNavView); in setDisplayOptions()
641 removeView(mCustomNavView); in setDisplayOptions()
[all …]