HomeSort by relevance Sort by last modified time
    Searched defs:mCustomNavView (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java 104 private View mCustomNavView;
212 mCustomNavView = (View) inflater.inflate(customNavId, this, false);
463 if (mCustomNavView != null && showCustom) {
464 removeView(mCustomNavView);
466 mCustomNavView = view;
467 if (mCustomNavView != null && showCustom) {
468 addView(mCustomNavView);
639 if ((flagsChanged & ActionBar.DISPLAY_SHOW_CUSTOM) != 0 && mCustomNavView != null) {
641 addView(mCustomNavView);
643 removeView(mCustomNavView);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 

Completed in 248 milliseconds