OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EditorState
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/text/src/android/text/method/cts/
ForwardDeleteTest.java
46
private void forwardDelete(final
EditorState
state, int modifiers) throws Throwable {
66
EditorState
state = new
EditorState
();
90
EditorState
state = new
EditorState
();
107
EditorState
state = new
EditorState
();
144
EditorState
state = new
EditorState
();
158
EditorState
state = new EditorState()
[
all
...]
BackspaceTest.java
46
private void backspace(final
EditorState
state, int modifiers) throws Throwable {
66
EditorState
state = new
EditorState
();
91
EditorState
state = new
EditorState
();
106
EditorState
state = new
EditorState
();
148
EditorState
state = new
EditorState
();
163
EditorState
state = new EditorState()
[
all
...]
EditorState.java
48
public class
EditorState
{
59
public
EditorState
() {
179
EditorState
expected = new
EditorState
();
/cts/tests/tests/text/src/android/text/cts/
StaticLayoutTest.java
50
import android.text.method.cts.
EditorState
;
[
all
...]
Completed in 1096 milliseconds