InputDevice.MotionRangeToolMinor 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_TOOL_MINOR.

[Android.Runtime.Register("MOTION_RANGE_TOOL_MINOR")]
[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 MotionRangeToolMinor = 7;
[<Android.Runtime.Register("MOTION_RANGE_TOOL_MINOR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionRange enum directly instead of this field.", true)>]
val mutable MotionRangeToolMinor : Android.Views.MotionRange

Valor do campo

Value = 7

Implementações

Atributos

Comentários

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

Este membro foi preterido. Use MotionEvent#AXIS_TOOL_MINOR em seu lugar.

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

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

Aplica-se a

Confira também