Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/method/cts/
DForwardDeleteTest.java46 private void forwardDelete(final EditorState state, int modifiers) throws Throwable { in forwardDelete()
66 EditorState state = new EditorState(); in testCRLF()
90 EditorState state = new EditorState(); in testSurrogatePairs()
107 EditorState state = new EditorState(); in testReplacementSpan()
144 EditorState state = new EditorState(); in testCombiningEnclosingKeycaps()
158 EditorState state = new EditorState(); in testVariationSelector()
173 EditorState state = new EditorState(); in testFlags()
DBackspaceTest.java46 private void backspace(final EditorState state, int modifiers) throws Throwable { in backspace()
66 EditorState state = new EditorState(); in testCRLF()
91 EditorState state = new EditorState(); in testSurrogatePairs()
106 EditorState state = new EditorState(); in testReplacementSpan()
148 EditorState state = new EditorState(); in testCombiningEnclosingKeycaps()
163 EditorState state = new EditorState(); in testVariationSelector()
178 EditorState state = new EditorState(); in testFlags()
DEditorState.java48 public class EditorState { class
59 public EditorState() { in EditorState() method in EditorState
179 EditorState expected = new EditorState(); in assertEquals()
/cts/tests/tests/text/src/android/text/cts/
DStaticLayoutTest.java51 import android.text.method.cts.EditorState;
972 private void moveCursorToRightCursorableOffset(EditorState state) { in moveCursorToRightCursorableOffset()
980 private void moveCursorToLeftCursorableOffset(EditorState state) { in moveCursorToLeftCursorableOffset()
990 EditorState state = new EditorState(); in testGetOffset_Emoji()