StateSet.TrimStateSet(Int32[], Int32) Method

Definition

[Android.Runtime.Register("trimStateSet", "([II)[I", "")]
public static int[]? TrimStateSet (int[]? states, int newSize);
[<Android.Runtime.Register("trimStateSet", "([II)[I", "")>]
static member TrimStateSet : int[] * int -> int[]

Parameters

states
Int32[]
newSize
Int32

Returns

Int32[]
Attributes

Remarks

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