次の方法で共有


InputDevice.MotionRangeSize フィールド

定義

注意事項

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

の値の範囲を取得するための MotionEvent#AXIS_SIZE定数です。

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

フィールド値

Value = 3

実装

属性

注釈

の値の範囲を取得するための MotionEvent#AXIS_SIZE定数です。

このメンバーは非推奨です。 代わりに MotionEvent#AXIS_SIZE を使用してください

の Java ドキュメントandroid.view.InputDevice.MOTION_RANGE_SIZE

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

適用対象

こちらもご覧ください