HomeSort by relevance Sort by last modified time
    Searched defs:rowHeight (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/polymer/components-chromium/core-layout-grid/
core-layout-grid-extracted.js 148 function rowHeight(i) {
159 //console.log('rowHeight(' + i + ') ==', h);
257 rows = railize(rowCount, rowHeight);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionView.java 140 int rowHeight = getRowHeight();
151 mTempRect.set(rectLeft, rectTop, rectRight, rectTop + rowHeight);
165 rectRight - 2, rectTop + rowHeight - 2);
175 rectTop += rowHeight;
184 final int rowHeight = getRowHeight();
185 final int top = getPaddingTop() + row * rowHeight;
189 top + rowHeight);
  /external/chromium_org/third_party/skia/gm/
shadertext.cpp 164 static const int rowHeight = 60;
171 SkIntToScalar((i % testsPerCol) * rowHeight));
178 SkIntToScalar((i % testsPerCol) * rowHeight));
  /external/chromium_org/third_party/skia/samplecode/
SampleShaderText.cpp 169 static const int rowHeight = 60;
176 SkIntToScalar((i % testsPerCol) * rowHeight));
183 SkIntToScalar((i % testsPerCol) * rowHeight));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.h 146 Vector<int> rowHeight;
RenderTableSection.cpp 303 spanningRowsHeight.rowHeight.resize(rowSpan);
308 spanningRowsHeight.rowHeight[row] = m_rowPos[actualRow + 1] - m_rowPos[actualRow] - borderSpacingForRow(actualRow);
309 if (!spanningRowsHeight.rowHeight[row])
312 spanningRowsHeight.totalRowsHeight += spanningRowsHeight.rowHeight[row];
352 static void updatePositionIncreasedWithRowHeight(long long extraHeight, long long rowHeight, long long totalHeight, int& accumulatedPositionIncrease, int& remainder)
356 accumulatedPositionIncrease += (extraHeight * rowHeight) / totalHeight;
357 remainder += (extraHeight * rowHeight) % totalHeight;
526 unsigned rowHeight = 0;
531 rowHeight = std::max(rowHeight, rowSpanCell.cells[0]->logicalHeightForRowSizing() / rowSpanCell.cells[0]->rowSpan())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 787 int rowHeight = getRowHeight(i);
790 if (windowHeight + rowHeight > m_maxHeight) {
795 windowHeight += rowHeight;
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AbsListViewTest.java 363 int rowHeight = row.getHeight();
364 int middleOfSecondRow = rowHeight + rowHeight/2;
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp 825 const float rowHeight = 2.0f / (float)m_patternLength;
837 output.EmitVertex(vertex->position + tcu::Vec4(2 * ndx * colWidth, rowHeight, 0.0, 0.0), vertex->pointSize, vertex->outputs, packets[packetNdx].primitiveIDIn);
862 " const highp float rowHeight = 2.0 / float(" << spec.pattern.size() << ");\n"
879 " gl_Position = gl_in[0].gl_Position + vec4(float(ndx) * 2.0 * colWidth, rowHeight, 0.0, 0.0);\n"
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 820 milliseconds