OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEARCH_VIEW_STATE_ONLY_ACTIONBAR
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
MaterialSearchViewController.java
54
public static final int
SEARCH_VIEW_STATE_ONLY_ACTIONBAR
= 2;
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
&&
MaterialSearchSuggestionsList.java
111
MaterialSearchViewController.
SEARCH_VIEW_STATE_ONLY_ACTIONBAR
);
Completed in 132 milliseconds