summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/Utilities.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2014-11-11 12:23:59 -0800
committerSunny Goyal <sunnygoyal@google.com>2014-11-11 12:24:13 -0800
commit4bbf419bf98c00decc74b429320258c2a16faeec (patch)
tree23fa6a2be16c9cba519ad830712824492839ae08 /src/com/android/launcher3/Utilities.java
parent8dfe2da6985d38f23fd3426101574c093f509907 (diff)
downloadandroid_packages_apps_Trebuchet-4bbf419bf98c00decc74b429320258c2a16faeec.tar.gz
android_packages_apps_Trebuchet-4bbf419bf98c00decc74b429320258c2a16faeec.tar.bz2
android_packages_apps_Trebuchet-4bbf419bf98c00decc74b429320258c2a16faeec.zip
Removing some duplicate methods
Change-Id: I8a1295ab74890984e8d8508aaa18fd79ac2a032d
Diffstat (limited to 'src/com/android/launcher3/Utilities.java')
-rw-r--r--src/com/android/launcher3/Utilities.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/Utilities.java b/src/com/android/launcher3/Utilities.java
index 7a16914b9..0a9e0cb72 100644
--- a/src/com/android/launcher3/Utilities.java
+++ b/src/com/android/launcher3/Utilities.java
@@ -93,7 +93,7 @@ public final class Utilities {
icon.setBounds(0, 0, sIconWidth, sIconHeight);
}
- private static boolean isPropertyEnabled(String propertyName) {
+ public static boolean isPropertyEnabled(String propertyName) {
return Log.isLoggable(propertyName, Log.VERBOSE);
}