Searched refs:shouldShowSearchBar (Results 1 – 2 of 2) sorted by relevance
138 if (shouldShowSearchBar()) { in update()163 if (shouldShowSearchBar()) { in updateScrollFlag()175 if (shouldShowSearchBar()) { in updateToolbar()186 overlayBackground.setVisibility(shouldShowSearchBar() ? View.GONE : View.VISIBLE); in updateToolbar()190 private boolean shouldShowSearchBar() { in shouldShowSearchBar() method in NavigationViewManager
148 final boolean shouldShowSearchBar = mController.shouldShowSearchBarByDefault(mViewMode); in handleBackPress()149 if (shouldShowSearchBar && mSearchSuggestionList.isShown()) { in handleBackPress()152 } else if (!shouldShowSearchBar && mSearchActionView.isShown()) { in handleBackPress()