HomeSort by relevance Sort by last modified time
    Searched defs:softKeys (Results 1 - 6 of 6) sorted by null

  /external/guava/guava/src/com/google/common/collect/
GenericMapMaker.java 102 * See {@link MapMaker#softKeys}.
106 public abstract GenericMapMaker<K0, V0> softKeys();
MapMaker.java 82 * #softKeys} was specified, the map uses identity ({@code ==}) comparisons instead for keys.
154 * {@link #weakKeys} or {@link #softKeys} is specified, and {@link Equivalences#equals()}
332 public MapMaker softKeys() {
    [all...]
  /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);
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 50 milliseconds