Searched refs:getAllAppsSearchBarController (Results 1 – 3 of 3) sorted by relevance
97 public AllAppsSearchBarController getAllAppsSearchBarController(); in getAllAppsSearchBarController() method
1337 … if (mLauncherCallbacks != null && mLauncherCallbacks.getAllAppsSearchBarController() != null) { in setupViews()1338 mAppsView.setSearchBarController(mLauncherCallbacks.getAllAppsSearchBarController()); in setupViews()
203 public AllAppsSearchBarController getAllAppsSearchBarController() { in getAllAppsSearchBarController() method in LauncherExtension.LauncherExtensionCallbacks