WindowInsets.Builder クラス

定義

WindowInsets のビルダー。

[Android.Runtime.Register("android/view/WindowInsets$Builder", ApiSince=29, DoNotGenerateAcw=true)]
public sealed class WindowInsets.Builder : Java.Lang.Object
[<Android.Runtime.Register("android/view/WindowInsets$Builder", ApiSince=29, DoNotGenerateAcw=true)>]
type WindowInsets.Builder = class
    inherit Object
継承
WindowInsets.Builder
属性

注釈

WindowInsets のビルダー。

android.view.WindowInsets.BuilderJava ドキュメント。

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

コンストラクター

WindowInsets.Builder()

すべてのインセットが最初に使用されるビルダーを作成します。

WindowInsets.Builder(WindowInsets)

すべてのインセットが から WindowInsets初期化されるビルダーを作成します。

プロパティ

Class

この Objectのランタイム クラスを返します。

(継承元 Object)
Handle

基になる Android インスタンスへのハンドル。

(継承元 Object)
JniIdentityHashCode

WindowInsets のビルダー。

(継承元 Object)
JniPeerMembers

WindowInsets のビルダー。

PeerReference

WindowInsets のビルダー。

(継承元 Object)
ThresholdClass

この API は Mono for Android インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。

(継承元 Object)
ThresholdType

この API は Mono for Android インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。

(継承元 Object)

メソッド

Build()

インスタンスを WindowInsets ビルドします。

Clone()

このオブジェクトのコピーを作成して返します。

(継承元 Object)
Dispose()

WindowInsets のビルダー。

(継承元 Object)
Dispose(Boolean)

WindowInsets のビルダー。

(継承元 Object)
Equals(Object)

他のオブジェクトがこのオブジェクトと "等しい" かどうかを示します。

(継承元 Object)
GetHashCode()

オブジェクトのハッシュ コード値を返します。

(継承元 Object)
JavaFinalize()

オブジェクトへの参照がなくなったとガベージ コレクションが判断したときに、オブジェクトのガベージ コレクターによって呼び出されます。

(継承元 Object)
Notify()

このオブジェクトのモニターで待機している 1 つのスレッドを起動します。

(継承元 Object)
NotifyAll()

このオブジェクトのモニターで待機しているすべてのスレッドを起動します。

(継承元 Object)
SetDisplayCutout(DisplayCutout)

WindowInsets のビルダー。

SetDisplayShape(DisplayShape)

WindowInsets のビルダー。

SetHandle(IntPtr, JniHandleOwnership)

Handle プロパティを設定します。

(継承元 Object)
SetInsets(Int32, Insets)

WindowInsets のビルダー。

SetInsetsIgnoringVisibility(Int32, Insets)

WindowInsets のビルダー。

SetMandatorySystemGestureInsets(Insets)

WindowInsets のビルダー。

SetPrivacyIndicatorBounds(Rect)

WindowInsets のビルダー。

SetRoundedCorner(Int32, RoundedCorner)

WindowInsets のビルダー。

SetStableInsets(Insets)

WindowInsets のビルダー。

SetSystemGestureInsets(Insets)

WindowInsets のビルダー。

SetSystemWindowInsets(Insets)

WindowInsets のビルダー。

SetTappableElementInsets(Insets)

WindowInsets のビルダー。

SetVisible(Int32, Boolean)

WindowInsets のビルダー。

ToArray<T>()

WindowInsets のビルダー。

(継承元 Object)
ToString()

オブジェクトの文字列形式を返します。

(継承元 Object)
UnregisterFromRuntime()

WindowInsets のビルダー。

(継承元 Object)
Wait()

現在のスレッドが起動するまで待機します。通常<は、通知</em> または>< em 中断</em によって待機します>。>

(継承元 Object)
Wait(Int64)

現在のスレッドが起動するまで待機します。通常<は、通知></em> または <>em 中断</em>、または特定のリアルタイムが経過するまで待機します。

(継承元 Object)
Wait(Int64, Int32)

現在のスレッドが起動するまで待機します。通常<は、通知></em> または <>em 中断</em>、または特定のリアルタイムが経過するまで待機します。

(継承元 Object)

明示的なインターフェイスの実装

IJavaPeerable.Disposed()

WindowInsets のビルダー。

(継承元 Object)
IJavaPeerable.DisposeUnlessReferenced()

WindowInsets のビルダー。

(継承元 Object)
IJavaPeerable.Finalized()

WindowInsets のビルダー。

(継承元 Object)
IJavaPeerable.JniManagedPeerState

WindowInsets のビルダー。

(継承元 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32)

WindowInsets のビルダー。

(継承元 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

WindowInsets のビルダー。

(継承元 Object)
IJavaPeerable.SetPeerReference(JniObjectReference)

WindowInsets のビルダー。

(継承元 Object)

拡張メソッド

JavaCast<TResult>(IJavaObject)

Android ランタイムチェック型変換を実行します。

JavaCast<TResult>(IJavaObject)

WindowInsets のビルダー。

GetJniTypeName(IJavaPeerable)

WindowInsets のビルダー。

適用対象