OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHOW_STRING_LOWERCASE
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
ComposingView.java
46
* {@link #
SHOW_STRING_LOWERCASE
} is used to show the Pinyin string in
59
* {@link #
SHOW_STRING_LOWERCASE
} and user presses LEFT and RIGHT key, it
73
SHOW_PINYIN,
SHOW_STRING_LOWERCASE
, EDIT_PINYIN,
138
* view will set its status to {@link ComposingStatus#
SHOW_STRING_LOWERCASE
}
153
mComposingStatus = ComposingStatus.
SHOW_STRING_LOWERCASE
;
173
} else if (ComposingStatus.
SHOW_STRING_LOWERCASE
== mComposingStatus) {
203
if (ComposingStatus.
SHOW_STRING_LOWERCASE
== mComposingStatus) {
PinyinIME.java
632
if (ComposingView.ComposingStatus.
SHOW_STRING_LOWERCASE
==
658
if (ComposingView.ComposingStatus.
SHOW_STRING_LOWERCASE
== cmpsvStatus) {
[
all
...]
Completed in 37 milliseconds