Loading quickstep/src/com/android/launcher3/QuickstepTransitionManager.java +3 −2 Original line number Diff line number Diff line Loading @@ -1678,9 +1678,10 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener mLauncher.getStateManager().moveToRestState(); } RectF windowTargetBounds = new RectF(getWindowTargetBounds(appTargets, getRotationChange(appTargets))); Pair<RectFSpringAnim, AnimatorSet> pair = createWallpaperOpenAnimations( appTargets, wallpaperTargets, mFromUnlock, new RectF(0, 0, mDeviceProfile.widthPx, mDeviceProfile.heightPx), appTargets, wallpaperTargets, mFromUnlock, windowTargetBounds, QuickStepContract.getWindowCornerRadius(mLauncher)); mLauncher.clearForceInvisibleFlag(INVISIBLE_ALL); Loading Loading
quickstep/src/com/android/launcher3/QuickstepTransitionManager.java +3 −2 Original line number Diff line number Diff line Loading @@ -1678,9 +1678,10 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener mLauncher.getStateManager().moveToRestState(); } RectF windowTargetBounds = new RectF(getWindowTargetBounds(appTargets, getRotationChange(appTargets))); Pair<RectFSpringAnim, AnimatorSet> pair = createWallpaperOpenAnimations( appTargets, wallpaperTargets, mFromUnlock, new RectF(0, 0, mDeviceProfile.widthPx, mDeviceProfile.heightPx), appTargets, wallpaperTargets, mFromUnlock, windowTargetBounds, QuickStepContract.getWindowCornerRadius(mLauncher)); mLauncher.clearForceInvisibleFlag(INVISIBLE_ALL); Loading