HomeSort by relevance Sort by last modified time
    Searched refs:numRows (Results 26 - 50 of 69) sorted by null

12 3

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTileGrid.java 153 final int numRows = ((childCount - 1) / mColumnCount) + 1;
155 numRows*(imageSize + getChildAt(0).getPaddingBottom()));
  /external/chromium/chrome/browser/resources/net_internals/
util.js 253 var numRows = this.rows_.length;
255 for (var r = 0; r < numRows; ++r) {
278 for (var r = 0; r < numRows; ++r) {
310 var numRows = this.rows_.length;
328 for (var r = 0; r < numRows; ++r) {
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewCellLayout.java 65 mCellCountY = (int) grid.numRows;
254 int numRows = (int) Math.ceil((float) getPageChildCount() / getCellCountX());
255 if (numRows < getCellCountY()) {
DeviceProfile.java 67 float numRows;
139 numRows = r;
187 points.add(new DeviceProfileQuery(p.minWidthDps, p.minHeightDps, p.numRows));
189 numRows = Math.round(invDistWeightedInterpolate(minWidth, minHeight, points));
295 float usedHeight = (cellHeightPx * numRows);
541 - (int) (2 * numRows * cellHeightPx));
    [all...]
PagedViewWidget.java 134 int vSpan = Math.min(cellSpan[1], (int) grid.numRows);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.cpp     [all...]
FixedTableLayout.cpp 329 for (unsigned i = 0; i < section->numRows(); i++) {
RenderTableSection.h 188 unsigned numRows() const { return m_grid.size(); }
AutoTableLayout.cpp 60 unsigned numRows = section->numRows();
61 for (unsigned i = 0; i < numRows; i++) {
    [all...]
RenderTableSection.cpp 185 void RenderTableSection::ensureRows(unsigned numRows)
187 if (numRows <= m_grid.size())
191 m_grid.grow(numRows);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboard.java 84 final int numRows = (numKeys + maxColumns - 1) / maxColumns;
85 mNumRows = numRows;
  /frameworks/base/tools/aapt/
Images.cpp 458 int numRows;
594 numRows = numYDivs + 1;
596 numRows--;
599 numRows--;
604 if (numRows * numCols > 0x7F) {
609 numColors = numRows * numCols;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBuffer.cpp 377 int numRows = endY - destY;
381 srcBitmap.setConfig(SkBitmap::kARGB_8888_Config, numColumns, numRows, srcBytesPerRow);
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 260 int numRows = (int) Math.ceil((float) getPageChildCount() / getCellCountX());
261 if (numRows < getCellCountY()) {
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRegionDecoderTest.java 313 int numRows = (height + TILE_SIZE - 1) / TILE_SIZE;
318 for (int j = 0; j < numRows; ++j) {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarLayout.java 629 final int numRows = mIndicesOfRows.size() - 1;
630 for (int row = 0; row < numRows; row++) {
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/
ContentProviderOperationTest.java 210 private Cursor getCursor(ContentValues contentValues, int numRows) {
223 for (i = 0; i < numRows; i++) {
  /external/chromium_org/third_party/icu/source/common/
rbbitblb.cpp     [all...]
  /external/icu4c/common/
rbbitblb.cpp     [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 614 int numRows = rows.size();
615 for (int rowIndex = 0; rowIndex < numRows; ++rowIndex) {
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncParser.java     [all...]
  /external/opencv/cvaux/src/
cvtrifocal.cpp 475 int numRows;
476 numRows = srcMatr->rows;
479 if( numRows != dstMatr->rows )
492 for( i = 0; i < numRows; i++ )
    [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js     [all...]
  /external/zxing/core/
core.jar 

Completed in 651 milliseconds

12 3