From 9280a68bbdf93a4cd25c6baa149723571d0ccf5c Mon Sep 17 00:00:00 2001 From: Fengjiang Li Date: Thu, 29 Feb 2024 10:31:59 -0800 Subject: [PATCH] [Predictive Back] Dismiss taskbar all apps's scroll bar during swipe gesture [2/n] Bug: 327490078 Flag: aconfig com.android.launcher3.enable_predictive_back_gesture TEAMFOOD Test: manual Change-Id: I0c6585e6374db9412c8399ce3fdaf57348043d36 --- .../taskbar/allapps/TaskbarAllAppsSlideInView.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/quickstep/src/com/android/launcher3/taskbar/allapps/TaskbarAllAppsSlideInView.java b/quickstep/src/com/android/launcher3/taskbar/allapps/TaskbarAllAppsSlideInView.java index 70d25b9753..82a2f45766 100644 --- a/quickstep/src/com/android/launcher3/taskbar/allapps/TaskbarAllAppsSlideInView.java +++ b/quickstep/src/com/android/launcher3/taskbar/allapps/TaskbarAllAppsSlideInView.java @@ -35,6 +35,7 @@ import androidx.annotation.Nullable; import com.android.launcher3.DeviceProfile; import com.android.launcher3.Insettable; import com.android.launcher3.R; +import com.android.launcher3.allapps.AllAppsRecyclerView; import com.android.launcher3.anim.AnimatorListeners; import com.android.launcher3.anim.PendingAnimation; import com.android.launcher3.config.FeatureFlags; @@ -211,6 +212,11 @@ public class TaskbarAllAppsSlideInView extends AbstractSlideInView