View.MeasuredState プロパティ

定義

と の状態ビット #getMeasuredWidthAndState() のみを返し #getMeasuredHeightAndState()、1 つの整数に結合します。

public int MeasuredState { [Android.Runtime.Register("getMeasuredState", "()I", "")] get; }
[<get: Android.Runtime.Register("getMeasuredState", "()I", "")>]
member this.MeasuredState : int

プロパティ値

属性

注釈

と の状態ビット #getMeasuredWidthAndState() のみを返し #getMeasuredHeightAndState()、1 つの整数に結合します。 幅コンポーネントは通常のビット #MEASURED_STATE_MASK にあり、高さコンポーネントはシフトされたビット #MEASURED_HEIGHT_STATE_SHIFT>>#MEASURED_STATE_MASKにあります。

の Java ドキュメント android.view.View.getMeasuredState()

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象