From fe411c8e31f44a5a977d76885e9b20dece57962d Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Thu, 26 Sep 2013 16:07:17 -0700 Subject: Fixing issue where incorrect min/max widths/heights were being reported to widgets. (Bug 10940505) --- src/com/android/launcher3/CellLayout.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/com/android/launcher3/CellLayout.java') diff --git a/src/com/android/launcher3/CellLayout.java b/src/com/android/launcher3/CellLayout.java index 22492ac31..a114ec383 100644 --- a/src/com/android/launcher3/CellLayout.java +++ b/src/com/android/launcher3/CellLayout.java @@ -927,6 +927,8 @@ public class CellLayout extends ViewGroup { return r; } + /** Return a rect that has the cellWidth/cellHeight (left, top), and + * widthGap/heightGap (right, bottom) */ static void getMetrics(Rect metrics, int paddedMeasureWidth, int paddedMeasureHeight, int countX, int countY) { LauncherAppState app = LauncherAppState.getInstance(); -- cgit v1.2.3