HandwritingGesture.GranularityCharacter フィールド

定義

注意事項

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

文字単位でテキストを操作します。

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

フィールド値

Value = 2
属性

注釈

文字単位でテキストを操作します。 つまり、各文字は、選択範囲の四角形との交差部分に基づいて選択されます。

UI ツールキットでは、細かいレベルで動作する戦略が維持されます。 文字/単語/線は、その中心がジェスチャの四角形内にある場合に含まれます。 たとえば、RectFの選択#GRANULARITY_CHARACTERに文字の幅方向の中心が含まれている場合は、選択する必要があります。 同様に、四角形に線の高さの中心が含まれている場合は、行内のテキストを操作に含める必要があります。

Javaドキュメント。

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

適用対象