Searched refs:emojiEndIndex (Results 1 - 8 of 8) sorted by relevance

/frameworks/support/emoji/core/tests/java/android/support/text/emoji/
H A DSoftDeleteTest.java83 mTestString.emojiEndIndex() + 1);
94 Selection.setSelection(mEditable, mTestString.emojiEndIndex());
104 Selection.setSelection(mEditable, mTestString.emojiEndIndex());
115 Selection.setSelection(mEditable, mTestString.emojiEndIndex());
127 Selection.setSelection(mEditable, mTestString.emojiEndIndex());
138 Selection.setSelection(mEditable, mTestString.emojiEndIndex());
150 Selection.setSelection(mEditable, mTestString.emojiEndIndex());
199 Selection.setSelection(mEditable, mTestString.emojiEndIndex());
H A DHardDeleteTest.java76 Selection.setSelection(mEditable, mTestString.emojiEndIndex());
85 Selection.setSelection(mEditable, mTestString.emojiEndIndex());
94 Selection.setSelection(mEditable, mTestString.emojiEndIndex());
103 Selection.setSelection(mEditable, mTestString.emojiEndIndex());
112 Selection.setSelection(mEditable, mTestString.emojiEndIndex());
150 Selection.setSelection(mEditable, mTestString.emojiEndIndex());
159 Selection.setSelection(mEditable, mTestString.emojiEndIndex());
H A DAllEmojisTest.java123 assertThat(sequence, hasEmojiAt(string.emojiStartIndex(), string.emojiEndIndex()));
129 assertThat(sequence, hasEmojiAt(string.emojiStartIndex(), string.emojiEndIndex()));
135 assertThat(sequence, hasEmojiAt(string.emojiStartIndex(), string.emojiEndIndex()));
H A DEmojiKeyboardTest.java81 string.emojiEndIndex()));
100 string.emojiEndIndex());
145 string.emojiEndIndex());
H A DEmojiCompatTest.java338 string.emojiEndIndex() - 3));
675 Selection.setSelection(editable, testString.emojiEndIndex());
692 Selection.setSelection(editable, testString.emojiEndIndex());
708 assertThat(charSequence, hasEmojiAt(id, string.emojiStartIndex(), string.emojiEndIndex()));
713 assertThat(charSequence, hasEmojiAt(id, string.emojiStartIndex(), string.emojiEndIndex()));
718 assertThat(charSequence, hasEmojiAt(id, string.emojiStartIndex(), string.emojiEndIndex()));
/frameworks/support/emoji/core/tests/java/android/support/text/emoji/util/
H A DTestString.java103 public int emojiEndIndex() { method in class:TestString
/frameworks/support/emoji/core/tests/java/android/support/text/emoji/widget/
H A DEmojiInputConnectionTest.java107 Selection.setSelection(mEditable, mTestString.emojiEndIndex());
139 Selection.setSelection(mEditable, mTestString.emojiEndIndex());
H A DEmojiKeyListenerTest.java165 Selection.setSelection(mEditable, mTestString.emojiEndIndex());
173 Selection.setSelection(mEditable, mTestString.emojiEndIndex());

Completed in 100 milliseconds