diff --git a/src/com/android/launcher3/allapps/SearchTransitionController.java b/src/com/android/launcher3/allapps/SearchTransitionController.java index 03529af405..4be715ba19 100644 --- a/src/com/android/launcher3/allapps/SearchTransitionController.java +++ b/src/com/android/launcher3/allapps/SearchTransitionController.java @@ -233,6 +233,7 @@ public class SearchTransitionController { private void onSearchChildAttached(View child) { // Avoid allocating hardware layers for alpha changes. child.forceHasOverlappingRendering(false); + child.setPivotY(0); if (mSearchToAzProgress > 0) { // Before the child is rendered, apply the animation including it to avoid flicker. updateSearchRecyclerViewProgress();