Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java812 Row currentRow = null; in loadKeyboard() local
824 currentRow = createRowFromXml(res, parser); in loadKeyboard()
825 rows.add(currentRow); in loadKeyboard()
826 skipRow = currentRow.mode != 0 && currentRow.mode != mKeyboardMode; in loadKeyboard()
833 key = createKeyFromXml(res, currentRow, x, y, parser); in loadKeyboard()
848 currentRow.mKeys.add(key); in loadKeyboard()
861 y += currentRow.verticalGap; in loadKeyboard()
862 y += currentRow.defaultHeight; in loadKeyboard()