Loading src/com/android/launcher3/allapps/ActivityAllAppsContainerView.java +4 −1 Original line number Diff line number Diff line Loading @@ -391,7 +391,10 @@ public class ActivityAllAppsContainerView<T extends Context & ActivityContext> rebindAdapters(false); mRebindAdaptersAfterSearchAnimation = false; } if (!goingToSearch) { if (goingToSearch) { mSearchUiDelegate.onAnimateToSearchStateCompleted(); } else { setSearchResults(null); if (mViewPager != null) { mViewPager.setCurrentPage(previousPage); Loading src/com/android/launcher3/allapps/search/AllAppsSearchUiDelegate.java +5 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,11 @@ public class AllAppsSearchUiDelegate { // Do nothing. } /** Invoked when transition animations to go to search is completed . */ public void onAnimateToSearchStateCompleted() { // Do nothing } /** Invoked when the search bar has been added to All Apps. */ public void onInitializeSearchBar() { // Do nothing. Loading Loading
src/com/android/launcher3/allapps/ActivityAllAppsContainerView.java +4 −1 Original line number Diff line number Diff line Loading @@ -391,7 +391,10 @@ public class ActivityAllAppsContainerView<T extends Context & ActivityContext> rebindAdapters(false); mRebindAdaptersAfterSearchAnimation = false; } if (!goingToSearch) { if (goingToSearch) { mSearchUiDelegate.onAnimateToSearchStateCompleted(); } else { setSearchResults(null); if (mViewPager != null) { mViewPager.setCurrentPage(previousPage); Loading
src/com/android/launcher3/allapps/search/AllAppsSearchUiDelegate.java +5 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,11 @@ public class AllAppsSearchUiDelegate { // Do nothing. } /** Invoked when transition animations to go to search is completed . */ public void onAnimateToSearchStateCompleted() { // Do nothing } /** Invoked when the search bar has been added to All Apps. */ public void onInitializeSearchBar() { // Do nothing. Loading