Loading src/com/android/launcher3/allapps/BaseAllAppsContainerView.java +2 −0 Original line number Diff line number Diff line Loading @@ -532,9 +532,11 @@ public abstract class BaseAllAppsContainerView<T extends Context & ActivityConte if (isSearching()) { getSearchRecyclerView().setVisibility(VISIBLE); getAppsRecyclerViewContainer().setVisibility(GONE); mHeader.setVisibility(GONE); } else { getSearchRecyclerView().setVisibility(GONE); getAppsRecyclerViewContainer().setVisibility(VISIBLE); mHeader.setVisibility(VISIBLE); } if (mHeader.isSetUp()) { mHeader.setActiveRV(getCurrentPage()); Loading src/com/android/launcher3/allapps/SearchTransitionController.java +1 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,7 @@ public class SearchTransitionController { mSearchToAzAnimator.addListener(forSuccessCallback(onEndRunnable)); mAllAppsContainerView.getFloatingHeaderView().setFloatingRowsCollapsed(true); mAllAppsContainerView.getFloatingHeaderView().setVisibility(VISIBLE); mAllAppsContainerView.getAppsRecyclerViewContainer().setVisibility(VISIBLE); getSearchRecyclerView().setVisibility(VISIBLE); getSearchRecyclerView().setChildAttachedConsumer(this::onSearchChildAttached); Loading Loading
src/com/android/launcher3/allapps/BaseAllAppsContainerView.java +2 −0 Original line number Diff line number Diff line Loading @@ -532,9 +532,11 @@ public abstract class BaseAllAppsContainerView<T extends Context & ActivityConte if (isSearching()) { getSearchRecyclerView().setVisibility(VISIBLE); getAppsRecyclerViewContainer().setVisibility(GONE); mHeader.setVisibility(GONE); } else { getSearchRecyclerView().setVisibility(GONE); getAppsRecyclerViewContainer().setVisibility(VISIBLE); mHeader.setVisibility(VISIBLE); } if (mHeader.isSetUp()) { mHeader.setActiveRV(getCurrentPage()); Loading
src/com/android/launcher3/allapps/SearchTransitionController.java +1 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,7 @@ public class SearchTransitionController { mSearchToAzAnimator.addListener(forSuccessCallback(onEndRunnable)); mAllAppsContainerView.getFloatingHeaderView().setFloatingRowsCollapsed(true); mAllAppsContainerView.getFloatingHeaderView().setVisibility(VISIBLE); mAllAppsContainerView.getAppsRecyclerViewContainer().setVisibility(VISIBLE); getSearchRecyclerView().setVisibility(VISIBLE); getSearchRecyclerView().setChildAttachedConsumer(this::onSearchChildAttached); Loading