Home
last modified time | relevance | path

Searched refs:FLAG_HAS_INVISIBLE_REGION (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewPopulateCharacterBoundsTest.java19 import static android.view.inputmethod.CursorAnchorInfo.FLAG_HAS_INVISIBLE_REGION;
373 FLAG_HAS_VISIBLE_REGION | FLAG_HAS_INVISIBLE_REGION, in testPopulateCharacterBounds_charactersWithInvisibleRegion()
374 FLAG_HAS_VISIBLE_REGION | FLAG_HAS_INVISIBLE_REGION, in testPopulateCharacterBounds_charactersWithInvisibleRegion()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DCursorAnchorInfo.java149 public static final int FLAG_HAS_INVISIBLE_REGION = 0x02; field in CursorAnchorInfo
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java13905 characterBoundsFlags |= CursorAnchorInfo.FLAG_HAS_INVISIBLE_REGION; in populateCharacterBounds()
14073 insertionMarkerFlags |= CursorAnchorInfo.FLAG_HAS_INVISIBLE_REGION; in getCursorAnchorInfo()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt55362 field public static final int FLAG_HAS_INVISIBLE_REGION = 2; // 0x2