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)를 호출하세요.

에 대한 Java 설명서입니다 android.view.View.dispatchGenericFocusedEvent(android.view.MotionEvent).

이 페이지의 일부는 만들고 공유하며 에 설명된 용어에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상