Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DMaterialSearchViewController.java54 public static final int SEARCH_VIEW_STATE_ONLY_ACTIONBAR = 2; field in MaterialSearchViewController
123 showSearchActionBar(SEARCH_VIEW_STATE_ONLY_ACTIONBAR, false /* animate */); in onViewModeChanged()
150 showSearchActionBar(SEARCH_VIEW_STATE_ONLY_ACTIONBAR); in handleBackPress()
178 final boolean onlyActionBar = state == SEARCH_VIEW_STATE_ONLY_ACTIONBAR && in showSearchActionBar()
252 mControllerState == SEARCH_VIEW_STATE_ONLY_ACTIONBAR && in shouldAlignWithTl()
DMaterialSearchSuggestionsList.java111 MaterialSearchViewController.SEARCH_VIEW_STATE_ONLY_ACTIONBAR); in onClick()