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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DMaterialSearchViewController.java123 showSearchActionBar(SEARCH_VIEW_STATE_ONLY_ACTIONBAR, false /* animate */);
125 showSearchActionBar(mControllerState, false /* animate */);
127 showSearchActionBar(SEARCH_VIEW_STATE_GONE, false /* animate */);
150 showSearchActionBar(SEARCH_VIEW_STATE_ONLY_ACTIONBAR);
153 showSearchActionBar(SEARCH_VIEW_STATE_GONE);
166 public void showSearchActionBar(int state) { method in class:MaterialSearchViewController
168 showSearchActionBar(state, true /* animate */);
174 public void showSearchActionBar(int state, boolean animate) { method in class:MaterialSearchViewController
275 showSearchActionBar(SEARCH_VIEW_STATE_GONE);

Completed in 71 milliseconds