View.DispatchGenericFocusedEvent(MotionEvent) メソッド

定義

現在フォーカスされているビューに汎用モーション イベントをディスパッチします。

[Android.Runtime.Register("dispatchGenericFocusedEvent", "(Landroid/view/MotionEvent;)Z", "GetDispatchGenericFocusedEvent_Landroid_view_MotionEvent_Handler")]
protected virtual bool DispatchGenericFocusedEvent (Android.Views.MotionEvent? e);
[<Android.Runtime.Register("dispatchGenericFocusedEvent", "(Landroid/view/MotionEvent;)Z", "GetDispatchGenericFocusedEvent_Landroid_view_MotionEvent_Handler")>]
abstract member DispatchGenericFocusedEvent : Android.Views.MotionEvent -> bool
override this.DispatchGenericFocusedEvent : Android.Views.MotionEvent -> bool

パラメーター

e
MotionEvent

ディスパッチされるモーション イベント。

戻り値

イベントがビューによって処理された場合は True、それ以外の場合は false。

属性

注釈

現在フォーカスされているビューに汎用モーション イベントをディスパッチします。

このメソッドを直接呼び出さないでください。 代わりに #dispatchGenericMotionEvent(MotionEvent) を呼び出してください。

android.view.View.dispatchGenericFocusedEvent(android.view.MotionEvent)Java ドキュメント。

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

適用対象