Android.Views.View.MeasuredHeightStateShift Field
Bit shift of View.MeasuredStateMask to get to the height bits for functions that combine both width and height into a single int, such as View.MeasuredState and the childState argument of View.ResolveSizeAndState(int, System.Int32, System.Int32).

Value: 16

Syntax

[Android.Runtime.Register("MEASURED_HEIGHT_STATE_SHIFT")]
public const int MeasuredHeightStateShift

Remarks

Bit shift of View.MeasuredStateMask to get to the height bits for functions that combine both width and height into a single int, such as View.MeasuredState and the childState argument of View.ResolveSizeAndState(int, System.Int32, System.Int32).

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11