Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DSearchActivityView.java254 protected void updateUi(boolean queryEmpty) { in updateUi() argument
255 updateQueryTextView(queryEmpty); in updateUi()
256 updateSearchGoButton(queryEmpty); in updateUi()
257 updateVoiceSearchButton(queryEmpty); in updateUi()
260 protected void updateQueryTextView(boolean queryEmpty) { in updateQueryTextView() argument
261 if (queryEmpty) { in updateQueryTextView()
269 private void updateSearchGoButton(boolean queryEmpty) { in updateSearchGoButton() argument
270 if (queryEmpty) { in updateSearchGoButton()
277 protected void updateVoiceSearchButton(boolean queryEmpty) { in updateVoiceSearchButton() argument
278 if (shouldShowVoiceSearch(queryEmpty) in updateVoiceSearchButton()
[all …]