ViewConfiguration.ScaledMinimumScalingSpan Property

Definition

Retrieves the distance in pixels between touches that must be reached for a gesture to be interpreted as scaling.

public virtual int ScaledMinimumScalingSpan { [Android.Runtime.Register("getScaledMinimumScalingSpan", "()I", "GetGetScaledMinimumScalingSpanHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getScaledMinimumScalingSpan", "()I", "GetGetScaledMinimumScalingSpanHandler", ApiSince=29)>]
member this.ScaledMinimumScalingSpan : int

Property Value

The distance in pixels

Attributes

Remarks

Retrieves the distance in pixels between touches that must be reached for a gesture to be interpreted as scaling.

In general, scaling shouldn't start until this distance has been met or surpassed, and scaling should end when the distance in pixels between touches drops below this distance.

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

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