Searched refs:currentRow (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/inputmethodservice/ |
D | Keyboard.java | 811 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/ |
D | rsFont.h | 173 … 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/ |
D | DepthPhotoProcessor.cpp | 222 auto currentRow = static_cast<JSAMPROW>(in + i*width); in encodeGrayscaleJpeg() local 223 jpeg_write_scanlines(cinfo.get(), ¤tRow, /*num_lines*/1); in encodeGrayscaleJpeg()
|