OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextEntryState
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
TextEntryState.java
29
public class
TextEntryState
{
94
Log.e("
TextEntryState
", "Couldn't open file for output: " + ioe);
LatinIME.java
433
TextEntryState
.newSession(this);
617
TextEntryState
.reset();
624
switch (
TextEntryState
.getState()) {
625
case
TextEntryState
.STATE_ACCEPTED_DEFAULT:
626
TextEntryState
.reset();
628
case
TextEntryState
.STATE_SPACE_AFTER_PICKED:
679
TextEntryState
.endSession();
[
all
...]
Completed in 18 milliseconds