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 ドキュメント android.view.inputmethod.HandwritingGesture.GRANULARITY_CHARACTER

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

適用対象