Home | History | Annotate | Download | only in inputmethodservice

Lines Matching defs:currentRow

800         Row currentRow = null;
812 currentRow = createRowFromXml(res, parser);
813 rows.add(currentRow);
814 skipRow = currentRow.mode != 0 && currentRow.mode != mKeyboardMode;
821 key = createKeyFromXml(res, currentRow, x, y, parser);
836 currentRow.mKeys.add(key);
849 y += currentRow.verticalGap;
850 y += currentRow.defaultHeight;