OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stringList
(Results
1 - 5
of
5
) sorted by null
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java
286
List<String>
stringList
= new ArrayList<String>();
289
if (ci != null)
stringList
.add(ci.getText().toString());
291
setSuggestions(
stringList
, true, true);
/external/webkit/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java
697
List<CharSequence>
stringList
= new ArrayList<CharSequence>();
700
if (ci != null)
stringList
.add(ci.getText());
703
setSuggestions(
stringList
, true, true, true);
[
all
...]
/prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 183 milliseconds