From 8104ad3321ae234657fc8b3bdcef6e579e42478a Mon Sep 17 00:00:00 2001 From: Mady Mellor Date: Tue, 27 Aug 2024 09:20:07 -0700 Subject: [PATCH] Follow RegionSamplingHelper being moved into shell - update imports for usages in launcher Flag: EXEMPT updating imports & bp file for class moving to sysui Test: make; gradle build for launcher; treehugger Bug: 353160491 Change-Id: I6d9d004e8ab6f67f494927424d2651c5b848e967 --- .../android/launcher3/taskbar/StashedHandleViewController.java | 2 +- .../taskbar/bubbles/BubbleStashedHandleViewController.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/quickstep/src/com/android/launcher3/taskbar/StashedHandleViewController.java b/quickstep/src/com/android/launcher3/taskbar/StashedHandleViewController.java index 475b51646b..ec710c5229 100644 --- a/quickstep/src/com/android/launcher3/taskbar/StashedHandleViewController.java +++ b/quickstep/src/com/android/launcher3/taskbar/StashedHandleViewController.java @@ -41,8 +41,8 @@ import com.android.launcher3.util.Executors; import com.android.launcher3.util.MultiPropertyFactory; import com.android.launcher3.util.MultiValueAlpha; import com.android.quickstep.NavHandle; -import com.android.systemui.shared.navigationbar.RegionSamplingHelper; import com.android.systemui.shared.system.QuickStepContract.SystemUiStateFlags; +import com.android.wm.shell.shared.handles.RegionSamplingHelper; import java.io.PrintWriter; diff --git a/quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleStashedHandleViewController.java b/quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleStashedHandleViewController.java index 6bfe8f40ae..00cc269e9f 100644 --- a/quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleStashedHandleViewController.java +++ b/quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleStashedHandleViewController.java @@ -37,9 +37,9 @@ import com.android.launcher3.taskbar.bubbles.stashing.BubbleStashController; import com.android.launcher3.util.Executors; import com.android.launcher3.util.MultiPropertyFactory; import com.android.launcher3.util.MultiValueAlpha; -import com.android.systemui.shared.navigationbar.RegionSamplingHelper; import com.android.wm.shell.common.bubbles.BubbleBarLocation; import com.android.wm.shell.shared.animation.PhysicsAnimator; +import com.android.wm.shell.shared.handles.RegionSamplingHelper; /** * Handles properties/data collection, then passes the results to our stashed handle View to render.