Searched defs:KeyRow (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DSoftKeyboard.java79 * {@link KeyRow#ALWAYS_SHOW_ROW_ID} are always enabled.
87 private List<KeyRow> mKeyRows;
177 if (null == mKeyRows) mKeyRows = new ArrayList<KeyRow>();
178 KeyRow keyRow = new KeyRow();
188 KeyRow keyRow = mKeyRows.get(mKeyRows.size() - 1);
215 KeyRow keyRow = mKeyRows.get(row);
279 public KeyRow getKeyRowForDisplay(int row) {
281 KeyRow keyRow = mKeyRows.get(row);
282 if (KeyRow
505 class KeyRow { class in class:SoftKeyboard
[all...]

Completed in 95 milliseconds