summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/Utilities.java
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2013-09-30 15:58:20 -0700
committerAdam Cohen <adamcohen@google.com>2013-09-30 16:21:00 -0700
commit61f560d92ab4b11a61beeb8df97b9952027e08e4 (patch)
tree06f9c9c02f64c8638fafb5e90bdbaac37de9bf06 /src/com/android/launcher3/Utilities.java
parentf9e8640fcc02a4f1e85ff371d3938a04b24564a4 (diff)
downloadandroid_packages_apps_Trebuchet-61f560d92ab4b11a61beeb8df97b9952027e08e4.tar.gz
android_packages_apps_Trebuchet-61f560d92ab4b11a61beeb8df97b9952027e08e4.tar.bz2
android_packages_apps_Trebuchet-61f560d92ab4b11a61beeb8df97b9952027e08e4.zip
Fixing AllApps pressed state (issue 10845969)
-> Adding haptic feedback to overview mode buttons (issue 10917359) Change-Id: Iaf7ac31521ae08f4223aa0d0ffc2f6511b85567f
Diffstat (limited to 'src/com/android/launcher3/Utilities.java')
-rw-r--r--src/com/android/launcher3/Utilities.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/launcher3/Utilities.java b/src/com/android/launcher3/Utilities.java
index 4a8a237d6..b6900fe52 100644
--- a/src/com/android/launcher3/Utilities.java
+++ b/src/com/android/launcher3/Utilities.java
@@ -48,8 +48,8 @@ final class Utilities {
private static int sIconWidth = -1;
private static int sIconHeight = -1;
- private static int sIconTextureWidth = -1;
- private static int sIconTextureHeight = -1;
+ public static int sIconTextureWidth = -1;
+ public static int sIconTextureHeight = -1;
private static final Paint sBlurPaint = new Paint();
private static final Paint sGlowColorPressedPaint = new Paint();