Langue

CursorAnchorFlags Enum

Definition

public enum CursorAnchorFlags
type CursorAnchorFlags = 
Inheritance
CursorAnchorFlags

Fields

Name Value Description
None 0
HasVisibleRegion 1

Flag for getInsertionMarkerFlags() and getCharacterBoundsFlags(int): the insertion marker or character bounds have at least one visible region.

Android reference for android.view.inputmethod.CursorAnchorInfo.FLAG_HAS_VISIBLE_REGION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

HasInvisibleRegion 2

Flag for getInsertionMarkerFlags() and getCharacterBoundsFlags(int): the insertion marker or character bounds have at least one invisible (clipped) region.

Android reference for android.view.inputmethod.CursorAnchorInfo.FLAG_HAS_INVISIBLE_REGION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IsRtl 4

Flag for getInsertionMarkerFlags() and getCharacterBoundsFlags(int): the insertion marker or character bounds is placed at right-to-left (RTL) character.

Android reference for android.view.inputmethod.CursorAnchorInfo.FLAG_IS_RTL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to