[go: nahoru, domu]

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

/frameworks/base/docs/html/ndk/reference/
H A Ddynsections.js51 var currentRow = $('#row_'+id);
52 var currentRowImages = currentRow.find("img");
55 var rows = currentRow.nextAll("tr");
74 currentRow.find("[id^=arr]").attr('src', 'ftv2mnode.png'); //open row
75 currentRow.find("[id^=img]").attr('src', 'ftv2folderopen.png'); //open row
/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 82 milliseconds