HapticFeedbackConstants.GestureThresholdDeactivate フィールド

定義

注意事項

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

ユーザーは、プルツーリフレッシュなどのスワイプ/ドラッグスタイルのジェスチャを実行しています。ジェスチャ アクションは特定のしきい値で "適格" であり、しきい値を超えて戻ることで取り消すことができます。

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

フィールド値

Value = 24
属性

注釈

ユーザーは、プルツーリフレッシュなどのスワイプ/ドラッグスタイルのジェスチャを実行しています。ジェスチャ アクションは特定のしきい値で "適格" であり、しきい値を超えて戻ることで取り消すことができます。 この定数は、ユーザーのモーションが、アクションをアクティブ化するためのしきい値の "下" に再交差したことを示します。つまり、ジェスチャは現在取り消された状態です。

の Java ドキュメント android.view.HapticFeedbackConstants.GESTURE_THRESHOLD_DEACTIVATE

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

適用対象