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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java787 Row currentRow = null;
799 currentRow = createRowFromXml(res, parser);
800 rows.add(currentRow);
801 skipRow = currentRow.mode != 0 && currentRow.mode != mKeyboardMode;
808 key = createKeyFromXml(res, currentRow, x, y, parser);
823 currentRow.mKeys.add(key);
836 y += currentRow.verticalGap;
837 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 150 milliseconds