Home | History | Annotate | Download | only in pinyin

Lines Matching defs:softKeys

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();
316 SoftKey sKey = softKeys.get(i);
334 List<SoftKey> softKeys = keyRow.mSoftKeys;
335 int keyNum = softKeys.size();
337 SoftKey sKey = softKeys.get(i);
356 List<SoftKey> softKeys = keyRow.mSoftKeys;
357 int keyNum = softKeys.size();
359 SoftKey sKey = softKeys.get(i);
376 List<SoftKey> softKeys = keyRow.mSoftKeys;
377 int keyNum = softKeys.size();
379 SoftKey sKey = softKeys.get(i);
392 List<SoftKey> softKeys = keyRow.mSoftKeys;
393 int keyNum = softKeys.size();
395 SoftKey sKey = softKeys.get(i);
422 List<SoftKey> softKeys = keyRow.mSoftKeys;
423 int keyNum = softKeys.size();
425 SoftKey sKey = softKeys.get(keyPos);
491 List<SoftKey> softKeys = keyRow.mSoftKeys;
492 softKeys.size();
493 for (int i = 0; i < softKeys.size(); i++) {
495 + softKeys.get(i).toString();