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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java800 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;
/frameworks/rs/
H A DrsFont.h173 CacheTextureLine(uint32_t maxHeight, uint32_t maxWidth, uint32_t currentRow, uint32_t currentCol) argument
174 : mMaxHeight(maxHeight), mMaxWidth(maxWidth), mCurrentRow(currentRow),

Completed in 67 milliseconds