Moving the wallpaper offset interpolator to background thread

Bug: 67305604
Bug: 25321240
Change-Id: I2d667a4d1a4b91ec2a11e5e171f8a1d1c4222b33
This commit is contained in:
Sunny Goyal
2017-10-03 13:39:42 -07:00
parent 3792096688
commit d0c3d3a53c
3 changed files with 170 additions and 142 deletions

View File

@@ -1459,10 +1459,6 @@ public class Workspace extends PagedView
mWallpaperOffset.setWindowToken(null);
}
protected void onResume() {
mWallpaperOffset.onResume();
}
@Override
protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
if (mUnlockWallpaperFromDefaultPageOnLayout) {