WindowManagerLayoutParams.RotationAnimationSeamless フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Views.WindowRotationAnimation enum directly instead of this field.

シームレス回転モードを指定する の #rotationAnimation 値。

[Android.Runtime.Register("ROTATION_ANIMATION_SEAMLESS", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.WindowRotationAnimation enum directly instead of this field.", true)]
public const Android.Views.WindowRotationAnimation RotationAnimationSeamless = 3;
[<Android.Runtime.Register("ROTATION_ANIMATION_SEAMLESS", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.WindowRotationAnimation enum directly instead of this field.", true)>]
val mutable RotationAnimationSeamless : Android.Views.WindowRotationAnimation

フィールド値

Value = 3

実装

属性

注釈

シームレス回転モードを指定する の #rotationAnimation 値。 これは JUMPCUT のように機能しますが、画面を一時停止せずに回転を適用できない場合は、CROSSFADE にフォールバックします。 たとえば、これは、ビューファインダーのコンテンツを回転またはフェードしないようにする (シームレスにする) だけでなく、シームレスな回転を適用できないアプリ切り替えシナリオでROTATION_ANIMATION_JUMPCUTしたくないカメラ アプリに最適です。

android.view.WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESSJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象