Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/text/method/
DForwardDeleteTest.java58 private void forwardDelete(final EditorState state, int modifiers) { in forwardDelete()
74 EditorState state = new EditorState(); in testCombiningEnclosingKeycaps()
94 EditorState state = new EditorState(); in testVariationSelector()
142 EditorState state = new EditorState(); in testEmojiZeroWidthJoinerSequence()
185 EditorState state = new EditorState(); in testFlags()
242 EditorState state = new EditorState(); in testEmojiModifier()
271 EditorState state = new EditorState(); in testMixedEdgeCases()
DBackspaceTest.java60 private void backspace(final EditorState state, int modifiers) { in backspace()
76 EditorState state = new EditorState(); in testCombiningEnclosingKeycaps()
104 EditorState state = new EditorState(); in testVariationSelector()
168 EditorState state = new EditorState(); in testEmojiZWJSequence()
248 EditorState state = new EditorState(); in testFlags()
310 EditorState state = new EditorState(); in testEmojiModifier()
339 EditorState state = new EditorState(); in testMixedEdgeCases()
DEditorState.java53 public class EditorState { class
64 public EditorState() { in EditorState() method in EditorState
178 EditorState expected = new EditorState(); in assertEquals()
/frameworks/base/core/tests/coretests/src/android/text/
DStaticLayoutTest.java31 import android.text.method.EditorState;
428 private void moveCursorToRightCursorableOffset(EditorState state, TextPaint paint) { in moveCursorToRightCursorableOffset()
435 private void moveCursorToLeftCursorableOffset(EditorState state, TextPaint paint) { in moveCursorToLeftCursorableOffset()
448 EditorState state = new EditorState(); in testEmojiOffset()