Searched refs:mCustomNavView (Results 1 – 1 of 1) sorted by relevance
102 private View mCustomNavView; field in ActionBarView210 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 …]