HomeSort by relevance Sort by last modified time
    Searched full:softkeys (Results 1 - 7 of 7) sorted by null

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyboard.java 190 List<SoftKey> softKeys = keyRow.mSoftKeys;
193 softKeys.add(softKey);
219 List<SoftKey> softKeys = keyRow.mSoftKeys;
220 for (int i = 0; i < softKeys.size(); i++) {
221 SoftKey softKey = softKeys.get(i);
292 List<SoftKey> softKeys = mKeyRows.get(row).mSoftKeys;
293 if (softKeys.size() > location) {
294 return softKeys.get(location);
313 List<SoftKey> softKeys = keyRow.mSoftKeys;
314 int keyNum = softKeys.size()
    [all...]
SoftKeyboardView.java 415 List<SoftKey> softKeys = keyRow.mSoftKeys;
416 int keyNum = softKeys.size();
418 SoftKey softKey = softKeys.get(i);
  /external/guava/javadoc/com/google/common/collect/
MapMaker.html 108 .softKeys()
130 for keys or values. However, if <A HREF="../../../../com/google/common/collect/MapMaker.html#weakKeys()"><CODE>weakKeys()</CODE></A> or <A HREF="../../../../com/google/common/collect/MapMaker.html#softKeys()"><CODE>softKeys()</CODE></A> was specified, the map uses identity (<code>==</code>)
247 <TD><CODE><B><A HREF="../../../../com/google/common/collect/MapMaker.html#softKeys()">softKeys</A></B>()</CODE>
398 <A NAME="softKeys()"><!-- --></A><H3>
399 softKeys</H3>
401 public <A HREF="../../../../com/google/common/collect/MapMaker.html" title="class in com.google.common.collect">MapMaker</A> <B>softKeys</B>()</PRE>
    [all...]
  /external/guava/src/com/google/common/collect/
MapMaker.java 49 * .softKeys()
72 * #softKeys()} was specified, the map uses identity ({@code ==})
185 public MapMaker softKeys() {
    [all...]
  /external/guava/javadoc/com/google/common/collect/class-use/
MapMaker.html 143 <TD><CODE><B>MapMaker.</B><B><A HREF="../../../../../com/google/common/collect/MapMaker.html#softKeys()">softKeys</A></B>()</CODE>
  /external/guava/javadoc/com/google/common/annotations/class-use/
GwtIncompatible.html 224 <TD><CODE><B>MapMaker.</B><B><A HREF="../../../../../com/google/common/collect/MapMaker.html#softKeys()">softKeys</A></B>()</CODE>
  /packages/apps/Settings/res/values-de/
strings.xml     [all...]

Completed in 78 milliseconds