Changing order of binding to prevent errant flashing while loading workspace.

Change-Id: I75eb39600d1cd28980fd0365affb2c6e5f7162c1
This commit is contained in:
Winson Chung
2012-04-03 14:08:41 -07:00
parent 0ba38df8a4
commit db8a8944ed
3 changed files with 38 additions and 7 deletions
+4 -1
View File
@@ -149,7 +149,10 @@ class ShortcutInfo extends ItemInfo {
@Override
public String toString() {
return "ShortcutInfo(title=" + title.toString() + ")";
return "ShortcutInfo(title=" + title.toString() + "intent=" + intent + "id=" + this.id
+ " type=" + this.itemType + " container=" + this.container + " screen=" + screen
+ " cellX=" + cellX + " cellY=" + cellY + " spanX=" + spanX + " spanY=" + spanY
+ " isGesture=" + isGesture + " dropPos=" + dropPos + ")";
}
public static void dumpShortcutInfoList(String tag, String label,