ViewConfiguration.JumpTapTimeout Property

Definition

public static int JumpTapTimeout { [Android.Runtime.Register("getJumpTapTimeout", "()I", "")] get; }
[<get: Android.Runtime.Register("getJumpTapTimeout", "()I", "")>]
static member JumpTapTimeout : int

Property Value

the duration in milliseconds we will wait to see if a touch event is a jump tap. If the user does not move within this interval, it is considered to be a tap.

Attributes

Remarks

Java documentation for android.view.ViewConfiguration.getJumpTapTimeout().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to