Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsSearchBarController.java49 protected DefaultAppSearchAlgorithm mSearchAlgorithm; field in AllAppsSearchBarController
70 mSearchAlgorithm = onInitializeSearch(); in initialize()
92 mSearchAlgorithm.cancel(true); in afterTextChanged()
95 mSearchAlgorithm.cancel(false); in afterTextChanged()
96 mSearchAlgorithm.doSearch(query, mCb); in afterTextChanged()