Home
last modified time | relevance | path

Searched refs:mSoftKeys (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DSoftKeyboard.java182 keyRow.mSoftKeys = new ArrayList<SoftKey>(); in beginNewRow()
190 List<SoftKey> softKeys = keyRow.mSoftKeys; in addSoftKey()
219 List<SoftKey> softKeys = keyRow.mSoftKeys; in setSkbCoreSize()
292 List<SoftKey> softKeys = mKeyRows.get(row).mSoftKeys; in getKey()
313 List<SoftKey> softKeys = keyRow.mSoftKeys; in mapToKey()
334 List<SoftKey> softKeys = keyRow.mSoftKeys; in mapToKey()
356 List<SoftKey> softKeys = keyRow.mSoftKeys; in switchQwertyMode()
376 List<SoftKey> softKeys = keyRow.mSoftKeys; in enableToggleState()
392 List<SoftKey> softKeys = keyRow.mSoftKeys; in disableToggleState()
422 List<SoftKey> softKeys = keyRow.mSoftKeys; in enableToggleStates()
[all …]
DSoftKeyboardView.java415 List<SoftKey> softKeys = keyRow.mSoftKeys; in onDraw()