Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DSearchActivityView.kt172 val isQueryEmpty: Boolean constant in com.android.quicksearchbox.ui.SearchActivityView
205 protected fun updateUi(queryEmpty: Boolean = isQueryEmpty) { in updateUi()
261 if (activity != null && event.getKeyCode() == KeyEvent.KEYCODE_BACK && isQueryEmpty) { in dispatchKeyEventPreIme()
492 if (!isQueryEmpty) { in onClick()