Searched refs:currentRow (Results 1 – 1 of 1) sorted by relevance
812 Row currentRow = null; in loadKeyboard() local824 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()