summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/CellLayoutChildren.java
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2011-07-03 19:25:21 -0700
committerAdam Cohen <adamcohen@google.com>2011-07-03 19:28:04 -0700
commit69ce2e5beaa1a57c7b8fa14a2d6ff0b3abeb93c0 (patch)
tree6d6a67e7076a47d9c500344a352dda749fb656ef /src/com/android/launcher2/CellLayoutChildren.java
parentc9c56f4f717e84ca9f740d4bd3de16260c47625b (diff)
downloadandroid_packages_apps_Trebuchet-69ce2e5beaa1a57c7b8fa14a2d6ff0b3abeb93c0.tar.gz
android_packages_apps_Trebuchet-69ce2e5beaa1a57c7b8fa14a2d6ff0b3abeb93c0.tar.bz2
android_packages_apps_Trebuchet-69ce2e5beaa1a57c7b8fa14a2d6ff0b3abeb93c0.zip
Cleaning up Folder accept animation drawing
-> Moved from Workspace to CellLayout, which fixes a bunch of bugs with transforms (springloaded mode and page scrolling) Change-Id: I92510be817f46bd29b8a10aac5512dc1ead87180
Diffstat (limited to 'src/com/android/launcher2/CellLayoutChildren.java')
-rw-r--r--src/com/android/launcher2/CellLayoutChildren.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/launcher2/CellLayoutChildren.java b/src/com/android/launcher2/CellLayoutChildren.java
index 615740edf..555bef76e 100644
--- a/src/com/android/launcher2/CellLayoutChildren.java
+++ b/src/com/android/launcher2/CellLayoutChildren.java
@@ -83,7 +83,6 @@ public class CellLayoutChildren extends ViewGroup {
lp.setup(mCellWidth, mCellHeight, mWidthGap, mHeightGap);
}
-
public void measureChild(View child) {
final int cellWidth = mCellWidth;
final int cellHeight = mCellHeight;