HomeSort by relevance Sort by last modified time
    Searched refs:softKeys (Results 1 - 3 of 3) 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/src/com/google/common/collect/
MapMaker.java 49 * .softKeys()
72 * #softKeys()} was specified, the map uses identity ({@code ==})
185 public MapMaker softKeys() {
    [all...]

Completed in 82 milliseconds