Searched refs:ROTATION_ANIMATION_SEAMLESS (Results 1 – 10 of 10) sorted by relevance
63 p.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS; in enableSeamlessRotation()
82 p.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS in enableSeamlessRotation()
50 ROTATION_ANIMATION_SEAMLESS = 3; enumerator
24 import static android.view.WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS;676 if (w.getAttrs().rotationAnimation != ROTATION_ANIMATION_SEAMLESS || w.isAnimatingLw()) { in shouldRotateSeamlessly()766 case ROTATION_ANIMATION_SEAMLESS: // Crossfade is fallback for seamless. in selectRotationAnimation()
643 attrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS; in testShouldRotateSeamlessly()
2951 public static final int ROTATION_ANIMATION_SEAMLESS = 3; field in WindowManager.LayoutParams4580 case ROTATION_ANIMATION_SEAMLESS: in rotationAnimationToString()
617 WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS); in launchCamera()
2919 WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS); in startActivityDismissingKeyguard()
50510 field public static final int ROTATION_ANIMATION_SEAMLESS = 3; // 0x3
68487 Landroid/view/WindowLayoutParamsProto;->ROTATION_ANIMATION_SEAMLESS:I