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