MotionEvent.ClassificationDeepPress フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Views.ClassificationMode enum directly instead of this field.

分類定数: ディープ プレス。

[Android.Runtime.Register("CLASSIFICATION_DEEP_PRESS", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ClassificationMode enum directly instead of this field.", true)]
public const Android.Views.ClassificationMode ClassificationDeepPress = 2;
[<Android.Runtime.Register("CLASSIFICATION_DEEP_PRESS", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ClassificationMode enum directly instead of this field.", true)>]
val mutable ClassificationDeepPress : Android.Views.ClassificationMode

フィールド値

Value = 2

実装

属性

注釈

分類定数: ディープ プレス。

現在のイベント ストリームは、ユーザーが意図的に画面上で強く押し込む様子を表します。 この分類の種類は、長押し動作を高速化するために使用する必要があります。

android.view.MotionEvent.CLASSIFICATION_DEEP_PRESSJava ドキュメント。

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

適用対象