Searched refs:currentRow (Results 1 – 2 of 2) sorted by relevance
764 Row currentRow = null; in loadKeyboard() local776 currentRow = createRowFromXml(res, parser); in loadKeyboard()777 skipRow = currentRow.mode != 0 && currentRow.mode != mKeyboardMode; in loadKeyboard()784 key = createKeyFromXml(res, currentRow, x, y, parser); in loadKeyboard()805 y += currentRow.verticalGap; in loadKeyboard()806 y += currentRow.defaultHeight; in loadKeyboard()
584 MenuRow currentRow = mMenuRows.get(position); in setSelectedPositionSmooth()585 if (currentRow.hideTitleWhenSelected()) { in setSelectedPositionSmooth()