Home
last modified time | relevance | path

Searched refs:currentRow (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java811 Row currentRow = null; in loadKeyboard() local
823 currentRow = createRowFromXml(res, parser); in loadKeyboard()
824 rows.add(currentRow); in loadKeyboard()
825 skipRow = currentRow.mode != 0 && currentRow.mode != mKeyboardMode; in loadKeyboard()
832 key = createKeyFromXml(res, currentRow, x, y, parser); in loadKeyboard()
847 currentRow.mKeys.add(key); in loadKeyboard()
860 y += currentRow.verticalGap; in loadKeyboard()
861 y += currentRow.defaultHeight; in loadKeyboard()
/frameworks/rs/
DrsFont.h173 … CacheTextureLine(uint32_t maxHeight, uint32_t maxWidth, uint32_t currentRow, uint32_t currentCol) in CacheTextureLine()
174 : mMaxHeight(maxHeight), mMaxWidth(maxWidth), mCurrentRow(currentRow), in CacheTextureLine()
/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp222 auto currentRow = static_cast<JSAMPROW>(in + i*width); in encodeGrayscaleJpeg() local
223 jpeg_write_scanlines(cinfo.get(), &currentRow, /*num_lines*/1); in encodeGrayscaleJpeg()