Searched refs:mAppsView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java271 @Thunk AllAppsContainerView mAppsView; field in class:Launcher
613 mAppsView.setSearchBarBounds(newBounds);
1424 mAppsView = (AllAppsContainerView) findViewById(R.id.apps_view);
1427 mAppsView.setSearchBarController(mLauncherCallbacks.getAllAppsSearchBarController());
1429 mAppsView.setSearchBarController(mAppsView.newDefaultAppSearchController());
1634 if (mAppsView != null && mWidgetsView != null &&
1828 return mAppsView;
1925 if (!alreadyOnHome && mAppsView != null) {
1926 mAppsView
[all...]

Completed in 45 milliseconds