次の方法で共有


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したくないカメラ アプリに最適です。

の Java ドキュメントandroid.view.WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象