summaryrefslogtreecommitdiff
path: root/com/android/systemui/recents/views/AnimateableViewBounds.java
diff options
context:
space:
mode:
Diffstat (limited to 'com/android/systemui/recents/views/AnimateableViewBounds.java')
-rw-r--r--com/android/systemui/recents/views/AnimateableViewBounds.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/com/android/systemui/recents/views/AnimateableViewBounds.java b/com/android/systemui/recents/views/AnimateableViewBounds.java
index b598ec6f..7998ecb4 100644
--- a/com/android/systemui/recents/views/AnimateableViewBounds.java
+++ b/com/android/systemui/recents/views/AnimateableViewBounds.java
@@ -22,7 +22,7 @@ import android.view.View;
import android.view.ViewDebug;
import android.view.ViewOutlineProvider;
-import com.android.systemui.shared.recents.utilities.Utilities;
+import com.android.systemui.recents.misc.Utilities;
/* An outline provider that has a clip and outline that can be animated. */
public class AnimateableViewBounds extends ViewOutlineProvider {