InputDevice.MotionRangeSize Campo

Definición

Precaución

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

Constante para recuperar el intervalo de valores de 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

Valor de campo

Value = 3

Implementaciones

Atributos

Comentarios

Constante para recuperar el intervalo de valores de MotionEvent#AXIS_SIZE.

Este miembro está en desuso. En su lugar, use MotionEvent#AXIS_SIZE.

Documentación de Java para android.view.InputDevice.MOTION_RANGE_SIZE.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

Consulte también