summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/DeviceProfile.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-04-04 17:51:04 -0700
committerSunny Goyal <sunnygoyal@google.com>2016-04-04 17:51:04 -0700
commite27815e33f6b5764872c09f3ce7bb5c5630536ba (patch)
treeba6fc16a646d748eb5aa15b9ac378a5af5c674ec /src/com/android/launcher3/DeviceProfile.java
parent48d9602695862165c7f427936d5280103dc83745 (diff)
downloadandroid_packages_apps_Trebuchet-e27815e33f6b5764872c09f3ce7bb5c5630536ba.tar.gz
android_packages_apps_Trebuchet-e27815e33f6b5764872c09f3ce7bb5c5630536ba.tar.bz2
android_packages_apps_Trebuchet-e27815e33f6b5764872c09f3ce7bb5c5630536ba.zip
Fixing wrong method name
Change-Id: Idabe5d8ee41f31d30dcbe03aa626f7b39f713c14
Diffstat (limited to 'src/com/android/launcher3/DeviceProfile.java')
-rw-r--r--src/com/android/launcher3/DeviceProfile.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/DeviceProfile.java b/src/com/android/launcher3/DeviceProfile.java
index c0267c425..9ab56119f 100644
--- a/src/com/android/launcher3/DeviceProfile.java
+++ b/src/com/android/launcher3/DeviceProfile.java
@@ -596,7 +596,7 @@ public class DeviceProfile {
}
- public static final int getMaxContainerWidth(Context context, int availableWidth) {
+ public static final int getContainerPadding(Context context, int availableWidth) {
Resources res = context.getResources();
int maxSize = res.getDimensionPixelSize(R.dimen.container_max_width);