View.MeasuredStateMask Field

Definition

Bits of #getMeasuredWidthAndState() and #getMeasuredWidthAndState() that provide the additional state bits.

[Android.Runtime.Register("MEASURED_STATE_MASK")]
public const int MeasuredStateMask = -16777216;
[<Android.Runtime.Register("MEASURED_STATE_MASK")>]
val mutable MeasuredStateMask : int

Field Value

Value = -16777216
Attributes

Remarks

Bits of #getMeasuredWidthAndState() and #getMeasuredWidthAndState() that provide the additional state bits.

Java documentation for android.view.View.MEASURED_STATE_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