summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/CellLayout.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-05-05 17:06:13 -0700
committerWinson Chung <winsonc@google.com>2011-05-06 16:25:37 -0700
commit63257c110a4ee54d5e8872c471cce254cf613c7a (patch)
tree4dc38f02429a6e4c78356ddabb39e1af17dc4b2c /src/com/android/launcher2/CellLayout.java
parent563ed71d682cc979a095fff7d27f1afe378508df (diff)
downloadandroid_packages_apps_Trebuchet-63257c110a4ee54d5e8872c471cce254cf613c7a.tar.gz
android_packages_apps_Trebuchet-63257c110a4ee54d5e8872c471cce254cf613c7a.tar.bz2
android_packages_apps_Trebuchet-63257c110a4ee54d5e8872c471cce254cf613c7a.zip
Minor changes to help address some hiccups when panning, changing tabs and rotating in AppsCustomize.
- Also removing references to old all-apps 2d/3d Change-Id: Ibe07ad8b4facc5c57b3c82ccf0b55260be61a31b
Diffstat (limited to 'src/com/android/launcher2/CellLayout.java')
-rw-r--r--src/com/android/launcher2/CellLayout.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher2/CellLayout.java b/src/com/android/launcher2/CellLayout.java
index b41972ac1..52b59f10c 100644
--- a/src/com/android/launcher2/CellLayout.java
+++ b/src/com/android/launcher2/CellLayout.java
@@ -103,7 +103,7 @@ public class CellLayout extends ViewGroup {
// These arrays are used to implement the drag visualization on x-large screens.
// They are used as circular arrays, indexed by mDragOutlineCurrent.
- private Point[] mDragOutlines = new Point[8];
+ private Point[] mDragOutlines = new Point[4];
private float[] mDragOutlineAlphas = new float[mDragOutlines.length];
private InterruptibleInOutAnimator[] mDragOutlineAnims =
new InterruptibleInOutAnimator[mDragOutlines.length];