Add logging for workspace rearrangement in overview mode

b/32457561

Change-Id: Ic38fbd540616a74f26c19a09ab4247fe8f9174b4
This commit is contained in:
Hyunyoung Song
2016-11-17 12:23:33 -08:00
parent fb9fe7c157
commit 0d4899026c
2 changed files with 21 additions and 1 deletions

View File

@@ -2045,7 +2045,7 @@ public class Workspace extends PagedView
CellLayout cl = ((CellLayout) getChildAt(i));
mScreenOrder.add(getIdForScreen(cl));
}
mLauncher.getUserEventDispatcher().logOverviewReorder();
mLauncher.getModel().updateWorkspaceScreenOrder(mLauncher, mScreenOrder);
// Re-enable auto layout transitions for page deletion.