Compartilhar via


InputDevice.MotionRangeSize Campo

Definição

Cuidado

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

Constante para recuperar o intervalo de valores para 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 do campo

Value = 3

Implementações

Atributos

Comentários

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

Este membro foi preterido. Use o MotionEvent#AXIS_SIZE em vez disso.

Documentação Java para android.view.InputDevice.MOTION_RANGE_SIZE.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a

Confira também