Searched refs:setComposingTextInBatch (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTest.java | 1761 private void setComposingTextInBatch(InputConnection input, CharSequence text) { in setComposingTextInBatch() method in TextViewTest 1774 setComposingTextInBatch(input, "c"); in testUndo_imeInsertLatin() 1775 setComposingTextInBatch(input, "ca"); in testUndo_imeInsertLatin() 1796 setComposingTextInBatch(input, "h"); in testUndo_imeInsertJapanese() 1797 setComposingTextInBatch(input, HA); in testUndo_imeInsertJapanese() 1798 setComposingTextInBatch(input, HA + "n"); in testUndo_imeInsertJapanese() 1799 setComposingTextInBatch(input, HA + NA); in testUndo_imeInsertJapanese() 1817 setComposingTextInBatch(input, "t"); in testUndo_imeInsertAndDeleteLatin() 1818 setComposingTextInBatch(input, "te"); in testUndo_imeInsertAndDeleteLatin() 1819 setComposingTextInBatch(input, "tes"); in testUndo_imeInsertAndDeleteLatin() [all …]
|