ViewConfiguration.WindowTouchSlop Property

Definition

Caution

deprecated

This member is deprecated.

[System.Obsolete("deprecated")]
public static int WindowTouchSlop { [Android.Runtime.Register("getWindowTouchSlop", "()I", "")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getWindowTouchSlop", "()I", "")>]
static member WindowTouchSlop : int

Property Value

Distance in dips a touch must be outside the bounds of a window for it to be counted as outside the window for purposes of dismissing that window.

Attributes

Remarks

This member is deprecated. Use #getScaledWindowTouchSlop() instead.

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

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