Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
H A DAppsSearchContainerLayout.java57 private final AllAppsSearchBarController mSearchBarController; field in AppsSearchContainerLayout
78 mSearchBarController = new AllAppsSearchBarController(); in AppsSearchContainerLayout()
136 mSearchBarController.initialize( in initializeSearch()
143 mSearchBarController.refreshSearchResult(); in onAppsUpdated()
148 mSearchBarController.reset(); in resetSearch()
155 if (!mSearchBarController.isSearchFieldFocused() && in preDispatchKeyEvent()
164 mSearchBarController.focusSearchField(); in preDispatchKeyEvent()