summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/CellLayout.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-09-18 16:17:22 -0700
committerSunny Goyal <sunnygoyal@google.com>2018-09-21 18:21:04 +0000
commit55bdeed7bb4ecf20f22a721b2c8e2e56b4f9f9f5 (patch)
treed8f4435b7ecc3c844e9746be29d21a2c7eb92666 /src/com/android/launcher3/CellLayout.java
parent194f58525a28150fa0757fcbe831b03b4daa4180 (diff)
downloadpackages_apps_Trebuchet-55bdeed7bb4ecf20f22a721b2c8e2e56b4f9f9f5.tar.gz
packages_apps_Trebuchet-55bdeed7bb4ecf20f22a721b2c8e2e56b4f9f9f5.tar.bz2
packages_apps_Trebuchet-55bdeed7bb4ecf20f22a721b2c8e2e56b4f9f9f5.zip
Removing various reflection based animations, to allow for better proguarding
Change-Id: If9df24ea4170e8a3d336057d1c3dc800934fc1ac
Diffstat (limited to 'src/com/android/launcher3/CellLayout.java')
-rw-r--r--src/com/android/launcher3/CellLayout.java32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/com/android/launcher3/CellLayout.java b/src/com/android/launcher3/CellLayout.java
index f6f149631..a42238e5b 100644
--- a/src/com/android/launcher3/CellLayout.java
+++ b/src/com/android/launcher3/CellLayout.java
@@ -2678,38 +2678,6 @@ public class CellLayout extends ViewGroup {
public String toString() {
return "(" + this.cellX + ", " + this.cellY + ")";
}
-
- 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;
- }
}
// This class stores info for two purposes: