Searched refs:shouldShowSearchBar (Results 1 – 1 of 1) 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