OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:showSearchActionBar
(Results
1 - 4
of
4
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
MaterialSearchViewController.java
123
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) {
168
showSearchActionBar
(state, true /* animate */);
174
public void
showSearchActionBar
(int state, boolean animate) {
275
showSearchActionBar
(SEARCH_VIEW_STATE_GONE);
MaterialSearchActionView.java
220
mController.
showSearchActionBar
(
226
mController.
showSearchActionBar
(MaterialSearchViewController.SEARCH_VIEW_STATE_VISIBLE);
MaterialSearchSuggestionsList.java
110
mController.
showSearchActionBar
(
AbstractActivityController.java
[
all
...]
Completed in 42 milliseconds