OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mcomposing
(Results
1 - 1
of
1
) sorted by null
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java
63
private StringBuilder
mComposing
= new StringBuilder();
142
mComposing
.setLength(0);
232
mComposing
.setLength(0);
272
if (
mComposing
.length() > 0 && (newSelStart != candidatesEnd
274
mComposing
.setLength(0);
328
if (
mComposing
.length() > 0) {
329
char accent =
mComposing
.charAt(
mComposing
.length() -1 );
334
mComposing
.setLength(
mComposing
.length()-1)
[
all
...]
Completed in 186 milliseconds