Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DSearchActivityView.java294 public boolean isQueryEmpty() { in isQueryEmpty() method in SearchActivityView
330 updateUi(isQueryEmpty()); in updateUi()
405 && isQueryEmpty()) { in dispatchKeyEventPreIme()
645 if (!isQueryEmpty()) { in onClick()
DSearchActivityViewTwoPane.java104 if (isQueryEmpty() && mExitClickListener != null) { in onFinishInflate()