Searched refs:mAppsView (Results 1 – 1 of 1) sorted by relevance
260 @Thunk AllAppsContainerView mAppsView; field in Launcher596 mAppsView.setSearchBarBounds(newBounds); in updateOverlayBounds()1367 mAppsView = (AllAppsContainerView) findViewById(R.id.apps_view); in setupViews()1370 mAppsView.setSearchBarController(mLauncherCallbacks.getAllAppsSearchBarController()); in setupViews()1372 mAppsView.setSearchBarController(new DefaultAppSearchController()); in setupViews()1616 if (mAppsView != null && mWidgetsView != null &&1620 mAppsView.reset();1795 return mAppsView; in getAppsView()1885 if (!alreadyOnHome && mAppsView != null) { in onNewIntent()1886 mAppsView.scrollToTop(); in onNewIntent()[all …]