Home
last modified time | relevance | path

Searched refs:cursorCapsMode (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DTextSnapshot.java52 int cursorCapsMode) { in TextSnapshot() argument
77 mCursorCapsMode = cursorCapsMode; in TextSnapshot()
H A DBaseInputConnection.java1106 final int cursorCapsMode = getCursorCapsMode(TextUtils.CAP_MODE_CHARACTERS in takeSnapshot() local
1109 return new TextSnapshot(surroundingText, composingStart, composingEnd, cursorCapsMode); in takeSnapshot()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DBaseInputConnectionTest.java560 int cursorCapsMode = in testGetText_noStyle() local
569 new SurroundingText("123456789", 3, 6, -1), -1, -1, cursorCapsMode); in testGetText_noStyle()
615 int cursorCapsMode = in testGetText_withStyle() local
624 new SurroundingText(surroundTextString, 3, 6, -1), -1, -1, cursorCapsMode); in testGetText_withStyle()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...