Searched refs:cursorCapsMode (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | TextSnapshot.java | 52 int cursorCapsMode) { in TextSnapshot() argument 77 mCursorCapsMode = cursorCapsMode; in TextSnapshot()
|
H A D | BaseInputConnection.java | 1106 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 D | BaseInputConnectionTest.java | 560 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |