summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/CellLayout.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-08-14 15:21:45 -0700
committerSunny Goyal <sunnygoyal@google.com>2018-08-14 15:22:12 -0700
commitd230307a958189041a7d5616e89fb2966011b55e (patch)
tree0e3684f094f08066de7cb68d49779a60111feded /src/com/android/launcher3/CellLayout.java
parenta950d40d0930abff76fd49a322715fd42cad80c9 (diff)
downloadpackages_apps_Trebuchet-d230307a958189041a7d5616e89fb2966011b55e.tar.gz
packages_apps_Trebuchet-d230307a958189041a7d5616e89fb2966011b55e.tar.bz2
packages_apps_Trebuchet-d230307a958189041a7d5616e89fb2966011b55e.zip
Migrating to android-x
Change-Id: I9a774152d13a541e8496dd84f2469bfed407f86d
Diffstat (limited to 'src/com/android/launcher3/CellLayout.java')
-rw-r--r--src/com/android/launcher3/CellLayout.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/com/android/launcher3/CellLayout.java b/src/com/android/launcher3/CellLayout.java
index 260abd1aa..7971f69ea 100644
--- a/src/com/android/launcher3/CellLayout.java
+++ b/src/com/android/launcher3/CellLayout.java
@@ -35,9 +35,6 @@ import android.graphics.Rect;
import android.graphics.drawable.ColorDrawable;
import android.graphics.drawable.Drawable;
import android.os.Parcelable;
-import android.os.SystemClock;
-import android.support.annotation.IntDef;
-import android.support.v4.view.ViewCompat;
import android.util.ArrayMap;
import android.util.AttributeSet;
import android.util.Log;
@@ -73,6 +70,9 @@ import java.util.Collections;
import java.util.Comparator;
import java.util.Stack;
+import androidx.annotation.IntDef;
+import androidx.core.view.ViewCompat;
+
public class CellLayout extends ViewGroup {
public static final int WORKSPACE_ACCESSIBILITY_DRAG = 2;
public static final int FOLDER_ACCESSIBILITY_DRAG = 1;