Searched refs:setComposingTextInBatch (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTest.java | 1985 private void setComposingTextInBatch(InputConnection input, CharSequence text) { in setComposingTextInBatch() method in TextViewTest 1998 setComposingTextInBatch(input, "c"); in testUndo_imeInsertLatin() 1999 setComposingTextInBatch(input, "ca"); in testUndo_imeInsertLatin() 2020 setComposingTextInBatch(input, "h"); in testUndo_imeInsertJapanese() 2021 setComposingTextInBatch(input, HA); in testUndo_imeInsertJapanese() 2022 setComposingTextInBatch(input, HA + "n"); in testUndo_imeInsertJapanese() 2023 setComposingTextInBatch(input, HA + NA); in testUndo_imeInsertJapanese() 2041 setComposingTextInBatch(input, "t"); in testUndo_imeInsertAndDeleteLatin() 2042 setComposingTextInBatch(input, "te"); in testUndo_imeInsertAndDeleteLatin() 2043 setComposingTextInBatch(input, "tes"); in testUndo_imeInsertAndDeleteLatin() [all …]
|