commit | e27815e33f6b5764872c09f3ce7bb5c5630536ba | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Mon Apr 04 17:51:04 2016 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Mon Apr 04 17:51:04 2016 -0700 |
tree | ba6fc16a646d748eb5aa15b9ac378a5af5c674ec | |
parent | 48d9602695862165c7f427936d5280103dc83745 [diff] [blame] |
Fixing wrong method name Change-Id: Idabe5d8ee41f31d30dcbe03aa626f7b39f713c14
diff --git a/src/com/android/launcher3/DeviceProfile.java b/src/com/android/launcher3/DeviceProfile.java index c0267c4..9ab5611 100644 --- a/src/com/android/launcher3/DeviceProfile.java +++ b/src/com/android/launcher3/DeviceProfile.java
@@ -596,7 +596,7 @@ } - 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);