commit | 1f36270212e46b6ec0f27a0109ceaa9eb4a4995d | [log] [tgz] |
---|---|---|
author | Adam Cohen <adamcohen@google.com> | Wed Apr 04 14:58:12 2012 -0700 |
committer | Adam Cohen <adamcohen@google.com> | Wed Apr 04 15:02:26 2012 -0700 |
tree | ebcdfd54a4e6cee7f06a4806a33fcfe0b4f85da3 | |
parent | f75547babbf91e0a488fa0d9dcc4789880cb6631 [diff] [blame] |
Some changes which are effectively no-op right now, but will be useful for testing widget size reporting APIs Change-Id: I7a47afcd25e45b7f3914ece6796b006153900054
diff --git a/src/com/android/launcher2/PendingAddItemInfo.java b/src/com/android/launcher2/PendingAddItemInfo.java index d36e217..26e946e 100644 --- a/src/com/android/launcher2/PendingAddItemInfo.java +++ b/src/com/android/launcher2/PendingAddItemInfo.java
@@ -76,5 +76,9 @@ configurationData = copy.configurationData; componentName = copy.componentName; itemType = copy.itemType; + spanX = copy.spanX; + spanY = copy.spanY; + minSpanX = copy.minSpanX; + minSpanY = copy.minSpanY; } }