IWindowInsetsAnimationControlListener インターフェイス

定義

への要求をカプセル化する WindowInsetsController#controlWindowInsetsAnimationリスナー。

[Android.Runtime.Register("android/view/WindowInsetsAnimationControlListener", "", "Android.Views.IWindowInsetsAnimationControlListenerInvoker", ApiSince=30)]
public interface IWindowInsetsAnimationControlListener : Android.Runtime.IJavaObject, IDisposable, Java.Interop.IJavaPeerable
[<Android.Runtime.Register("android/view/WindowInsetsAnimationControlListener", "", "Android.Views.IWindowInsetsAnimationControlListenerInvoker", ApiSince=30)>]
type IWindowInsetsAnimationControlListener = interface
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
属性
実装

注釈

への要求をカプセル化する WindowInsetsController#controlWindowInsetsAnimationリスナー。

インセットは、 から または #onCancelledのいずれか#onFinishedまで指定された WindowInsetsAnimationController#onReady を使用して制御できます。

インセットに対する制御が完了または取り消されると、 への新しい要求 WindowInsetsController#controlWindowInsetsAnimation が行われるまで、制御は取り戻されません。

インセットを制御する要求はすぐに失敗する可能性があります。 その場合 #onCancelled は、 を前 #onReadyに指定せずに呼び出されます。

android.view.WindowInsetsAnimationControlListenerJava ドキュメント。

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

プロパティ

Handle

基になる Android オブジェクトの JNI 値を取得します。

(継承元 IJavaObject)
JniIdentityHashCode

ラップされたインスタンスの の java.lang.System.identityHashCode() 値を返します。

(継承元 IJavaPeerable)
JniManagedPeerState

マネージド ピアの状態。

(継承元 IJavaPeerable)
JniPeerMembers

メンバー アクセスと呼び出しのサポート。

(継承元 IJavaPeerable)
PeerReference

JniObjectReferenceラップされた Java オブジェクト インスタンスの を返します。

(継承元 IJavaPeerable)

メソッド

Disposed()

インスタンスが破棄されたときに呼び出されます。

(継承元 IJavaPeerable)
DisposeUnlessReferenced()

このインスタンスへの未処理の参照がない場合は、 を呼び出 Dispose()します。それ以外の場合は何も行いません。

(継承元 IJavaPeerable)
Finalized()

インスタンスが終了したときに呼び出されます。

(継承元 IJavaPeerable)
OnCancelled(IWindowInsetsAnimationController)

に関連付WindowInsetsController#controlWindowInsetsAnimation requestけられている が呼び出されたか、ウィンドウがインセットの制御を失ったためにandroid.os.CancellationSignal、インセットに対する制御要求が取り消された場合に呼び出されます (e.

OnFinished(IWindowInsetsAnimationController)

インセットの制御要求に が含 WindowInsetsAnimationController#finish finishedまれている場合に呼び出されます。

OnReady(IWindowInsetsAnimationController, Int32)

アニメーションを制御する準備ができたときに呼び出されます。

SetJniIdentityHashCode(Int32)

によって返される値を JniIdentityHashCode設定します。

(継承元 IJavaPeerable)
SetJniManagedPeerState(JniManagedPeerStates)

への要求をカプセル化する WindowInsetsController#controlWindowInsetsAnimationリスナー。

(継承元 IJavaPeerable)
SetPeerReference(JniObjectReference)

によって返される値を PeerReference設定します。

(継承元 IJavaPeerable)
UnregisterFromRuntime()

ランタイムが今後 Java.Interop.JniRuntime+JniValueManager.PeekValue の呼び出しから返されないように、このインスタンスの登録を解除します。

(継承元 IJavaPeerable)

拡張メソッド

JavaCast<TResult>(IJavaObject)

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

JavaCast<TResult>(IJavaObject)

への要求をカプセル化する WindowInsetsController#controlWindowInsetsAnimationリスナー。

GetJniTypeName(IJavaPeerable)

への要求をカプセル化する WindowInsetsController#controlWindowInsetsAnimationリスナー。

適用対象