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);