From 6788269814a678af976dfc7d6135993e172ce586 Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Fri, 11 Mar 2011 15:29:03 -0800 Subject: Fixing widget resize visual / ux ugliness, Bug: 4082591 Change-Id: Ib258e02f52dd83418db0c0249efdc90d2424f059 --- src/com/android/launcher2/CellLayout.java | 32 ------------------------------- 1 file changed, 32 deletions(-) (limited to 'src/com/android/launcher2/CellLayout.java') diff --git a/src/com/android/launcher2/CellLayout.java b/src/com/android/launcher2/CellLayout.java index c1c12b5ed..fa9b6d620 100644 --- a/src/com/android/launcher2/CellLayout.java +++ b/src/com/android/launcher2/CellLayout.java @@ -1551,38 +1551,6 @@ out: for (int i = x; i < x + spanX - 1 && x < xCount; i++) { } } - public void setWidth(int width) { - this.width = width; - } - - public int getWidth() { - return width; - } - - public void setHeight(int height) { - this.height = height; - } - - public int getHeight() { - return height; - } - - public void setX(int x) { - this.x = x; - } - - public int getX() { - return x; - } - - public void setY(int y) { - this.y = y; - } - - public int getY() { - return y; - } - public String toString() { return "(" + this.cellX + ", " + this.cellY + ")"; } -- cgit v1.2.3