Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A 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()
/aosp12/frameworks/rs/
H A 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()
/aosp12/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
H A DLeanbackKeyboardView.java498 int currentRow = mFocusIndex / mColCount; in onKeyLongPress() local
502 if (currentRow != nextRow) { in onKeyLongPress()
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A 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()
/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DMenuLayoutManager.java718 MenuRow currentRow = mMenuRows.get(position); in setSelectedPositionSmooth()
719 if (currentRow.hideTitleWhenSelected()) { in setSelectedPositionSmooth()