Searched defs:SEARCH_VIEW_STATE_ONLY_ACTIONBAR (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DMaterialSearchViewController.java54 public static final int SEARCH_VIEW_STATE_ONLY_ACTIONBAR = 2; field in class:MaterialSearchViewController
123 showSearchActionBar(SEARCH_VIEW_STATE_ONLY_ACTIONBAR, false /* animate */);
150 showSearchActionBar(SEARCH_VIEW_STATE_ONLY_ACTIONBAR);
162 * {@link MaterialSearchViewController#SEARCH_VIEW_STATE_ONLY_ACTIONBAR},
178 final boolean onlyActionBar = state == SEARCH_VIEW_STATE_ONLY_ACTIONBAR &&
252 mControllerState == SEARCH_VIEW_STATE_ONLY_ACTIONBAR &&

Completed in 68 milliseconds