언어

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
특성

설명

사용자가 끌어오기-새로 고침과 같은 살짝 밀기/끌기 스타일 제스처를 실행합니다. 여기서 제스처 동작은 특정 이동 임계값에서 "적격"이며 임계값을 초과하여 다시 이동하여 취소할 수 있습니다. 이 상수는 사용자의 동작이 활성화될 작업의 임계값을 "아래"로 다시 교차했음을 나타내며, 이는 제스처가 현재 취소된 상태임을 의미합니다.

에 대한 android.view.HapticFeedbackConstants.GESTURE_THRESHOLD_DEACTIVATEJava 설명서

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

적용 대상