Merge "Use opaque enter animation for freezing without rotation change" into sc-dev
This commit is contained in:
@@ -372,7 +372,7 @@ class ScreenRotationAnimation {
|
|||||||
mRotateExitAnimation = AnimationUtils.loadAnimation(mContext,
|
mRotateExitAnimation = AnimationUtils.loadAnimation(mContext,
|
||||||
R.anim.screen_rotate_0_exit);
|
R.anim.screen_rotate_0_exit);
|
||||||
mRotateEnterAnimation = AnimationUtils.loadAnimation(mContext,
|
mRotateEnterAnimation = AnimationUtils.loadAnimation(mContext,
|
||||||
R.anim.screen_rotate_0_enter);
|
R.anim.rotation_animation_enter);
|
||||||
break;
|
break;
|
||||||
case Surface.ROTATION_90:
|
case Surface.ROTATION_90:
|
||||||
mRotateExitAnimation = AnimationUtils.loadAnimation(mContext,
|
mRotateExitAnimation = AnimationUtils.loadAnimation(mContext,
|
||||||
|
|||||||
Reference in New Issue
Block a user