View.MeasuredSizeMask Field

Definition

Bits of #getMeasuredWidthAndState() and #getMeasuredWidthAndState() that provide the actual measured size.

[Android.Runtime.Register("MEASURED_SIZE_MASK")]
public const int MeasuredSizeMask = 16777215;
[<Android.Runtime.Register("MEASURED_SIZE_MASK")>]
val mutable MeasuredSizeMask : int

Field Value

Value = 16777215
Attributes

Remarks

Bits of #getMeasuredWidthAndState() and #getMeasuredWidthAndState() that provide the actual measured size.

Java documentation for android.view.View.MEASURED_SIZE_MASK.

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