次の方法で共有


View.OnFilterTouchEventForSecurity(MotionEvent) メソッド

定義

タッチ イベントをフィルター処理してセキュリティ ポリシーを適用します。

[Android.Runtime.Register("onFilterTouchEventForSecurity", "(Landroid/view/MotionEvent;)Z", "GetOnFilterTouchEventForSecurity_Landroid_view_MotionEvent_Handler")]
public virtual bool OnFilterTouchEventForSecurity (Android.Views.MotionEvent? e);
[<Android.Runtime.Register("onFilterTouchEventForSecurity", "(Landroid/view/MotionEvent;)Z", "GetOnFilterTouchEventForSecurity_Landroid_view_MotionEvent_Handler")>]
abstract member OnFilterTouchEventForSecurity : Android.Views.MotionEvent -> bool
override this.OnFilterTouchEventForSecurity : Android.Views.MotionEvent -> bool

パラメーター

e
MotionEvent

フィルター処理するモーション イベント。

戻り値

イベントをディスパッチする場合は True、イベントを削除する場合は false。

属性

注釈

タッチ イベントをフィルター処理してセキュリティ ポリシーを適用します。

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

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

こちらもご覧ください