summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/CellLayout.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-01-30 13:33:56 -0800
committerWinson Chung <winsonc@google.com>2011-01-30 13:34:42 -0800
commit7a25a9e39a13df706daeb0a4a82273f3c5151997 (patch)
tree7ff2c5bd430db2c94b33db7955599bd563277004 /src/com/android/launcher2/CellLayout.java
parente1dc51bce0764ba5a567145b0f4c78aa5b24fe67 (diff)
downloadandroid_packages_apps_Trebuchet-7a25a9e39a13df706daeb0a4a82273f3c5151997.tar.gz
android_packages_apps_Trebuchet-7a25a9e39a13df706daeb0a4a82273f3c5151997.tar.bz2
android_packages_apps_Trebuchet-7a25a9e39a13df706daeb0a4a82273f3c5151997.zip
Calling removeItems() should mark the item's previous cell as unoccupied. (3405806)
Change-Id: I99de0149dea5b487ed75e2469478e2346cd5b5df
Diffstat (limited to 'src/com/android/launcher2/CellLayout.java')
-rw-r--r--src/com/android/launcher2/CellLayout.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/com/android/launcher2/CellLayout.java b/src/com/android/launcher2/CellLayout.java
index 448b76604..b92aab25b 100644
--- a/src/com/android/launcher2/CellLayout.java
+++ b/src/com/android/launcher2/CellLayout.java
@@ -491,10 +491,6 @@ public class CellLayout extends ViewGroup {
return mCountY;
}
- public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params) {
- return addViewToCellLayout(child, index, childId, params, true);
- }
-
public boolean addViewToCellLayout(
View child, int index, int childId, LayoutParams params, boolean markCells) {
final LayoutParams lp = params;