Searched refs:ROTATION_ANIMATION_SEAMLESS (Results 1 – 10 of 10) sorted by relevance
63 p.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS; in enableSeamlessRotation()
49 ROTATION_ANIMATION_SEAMLESS = 3; enumerator
31 import static android.view.WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS;218 attrs.rotationAnimation = ROTATION_ANIMATION_SEAMLESS; in testShouldRotateSeamlessly()
2314 public static final int ROTATION_ANIMATION_SEAMLESS = 3; field in WindowManager.LayoutParams3411 case ROTATION_ANIMATION_SEAMLESS: in rotationAnimationToString()
489 WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS); in launchCamera()
2570 WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS); in startActivityDismissingKeyguard()
63 import static android.view.WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS;1165 case ROTATION_ANIMATION_SEAMLESS: // Crossfade is fallback for seamless. in selectRotationAnimationLw()3570 if (!w.isAnimatingLw() && w.getAttrs().rotationAnimation == ROTATION_ANIMATION_SEAMLESS) { in shouldRotateSeamlessly()
53237 field public static final int ROTATION_ANIMATION_SEAMLESS = 3; // 0x3
53381 field public static final int ROTATION_ANIMATION_SEAMLESS = 3; // 0x3
79593 Landroid/view/WindowLayoutParamsProto;->ROTATION_ANIMATION_SEAMLESS:I