HomeSort by relevance Sort by last modified time
    Searched refs:keyRow (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyboard.java 79 * {@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();
179 keyRow.mRowId = rowId;
180 keyRow.mTopF = yStartingPos;
181 keyRow.mBottomF = yStartingPos;
182 keyRow.mSoftKeys = new ArrayList<SoftKey>()
    [all...]
SoftKeyboardView.java 19 import com.android.inputmethod.pinyin.SoftKeyboard.KeyRow;
413 KeyRow keyRow = mSoftKeyboard.getKeyRowForDisplay(row);
414 if (null == keyRow) continue;
415 List<SoftKey> softKeys = keyRow.mSoftKeys;

Completed in 16 milliseconds