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
66
private StringBuilder
mComposing
= new StringBuilder();
152
mComposing
.setLength(0);
242
mComposing
.setLength(0);
282
if (
mComposing
.length() > 0 && (newSelStart != candidatesEnd
284
mComposing
.setLength(0);
338
if (
mComposing
.length() > 0) {
339
char accent =
mComposing
.charAt(
mComposing
.length() -1 );
344
mComposing
.setLength(
mComposing
.length()-1)
[
all
...]
Completed in 70 milliseconds