Home
last modified time | relevance | path

Searched refs:shouldShowSearchBar (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/
DNavigationViewManager.java138 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