Searched refs:queryEmpty (Results 1 – 1 of 1) sorted by relevance
254 protected void updateUi(boolean queryEmpty) { in updateUi() argument255 updateQueryTextView(queryEmpty); in updateUi()256 updateSearchGoButton(queryEmpty); in updateUi()257 updateVoiceSearchButton(queryEmpty); in updateUi()260 protected void updateQueryTextView(boolean queryEmpty) { in updateQueryTextView() argument261 if (queryEmpty) { in updateQueryTextView()269 private void updateSearchGoButton(boolean queryEmpty) { in updateSearchGoButton() argument270 if (queryEmpty) { in updateSearchGoButton()277 protected void updateVoiceSearchButton(boolean queryEmpty) { in updateVoiceSearchButton() argument278 if (shouldShowVoiceSearch(queryEmpty) in updateVoiceSearchButton()[all …]