HomeSort by relevance Sort by last modified time
    Searched refs:rowHeight (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer_pow2.h 70 void initRow(Row* row, int rowHeight) {
72 row->fRowHeight = rowHeight;
73 fNextStripY += rowHeight;
  /external/skia/src/gpu/
GrRectanizer_pow2.h 70 void initRow(Row* row, int rowHeight) {
72 row->fRowHeight = rowHeight;
73 fNextStripY += rowHeight;
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintOptionsLayout.java 69 int rowHeight = 0;
106 rowHeight = Math.max(rowHeight, child.getMeasuredHeight() + childParams.topMargin
111 height += rowHeight;
134 int rowHeight = 0;
160 rowHeight = Math.max(rowHeight, child.getMeasuredHeight()
165 cellTop += 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);
  /frameworks/base/core/tests/coretests/src/android/util/
InternalSelectionView.java 154 int rowHeight = getRowHeight(i);
157 mTempRect.set(rectLeft, rectTop, rectRight, rectTop + rowHeight);
171 rectRight - 2, rectTop + rowHeight - 2);
181 rectTop += rowHeight;
197 final int rowHeight = getRowHeight(row);
198 final int top = mPaddingTop + row * rowHeight;
202 top + rowHeight);
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorPadLayout.java 68 final int rowHeight =
80 final int childTop = paddingTop + lp.topMargin + rowIndex * rowHeight;
81 final int childBottom = childTop - lp.topMargin - lp.bottomMargin + rowHeight;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineView.js 156 this._frameContainer.style.height = WebInspector.TimelinePanel.rowHeight + frameContainerBorderWidth + "px";
506 var itemOffset = index * WebInspector.TimelinePanel.rowHeight;
508 var visibleBottom = visibleTop + this._containerElementHeight - WebInspector.TimelinePanel.rowHeight;
512 this._containerElement.scrollTop = itemOffset - this._containerElementHeight + WebInspector.TimelinePanel.headerHeight + WebInspector.TimelinePanel.rowHeight;
526 var rowHeight = WebInspector.TimelinePanel.rowHeight;
530 var startIndex = Math.max(0, Math.min(Math.floor((visibleTop - headerHeight) / rowHeight), recordsInWindow.length - 1));
531 var endIndex = Math.min(recordsInWindow.length, Math.ceil(visibleBottom / rowHeight));
532 var lastVisibleLine = Math.max(0, Math.floor((visibleBottom - headerHeight) / rowHeight));
545 this._topGapElement.style.height = (startIndex * rowHeight) + "px"
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboard.java 64 * @param rowHeight more keys keyboard row height in pixel, including vertical gap.
76 final int rowHeight, final int coordXInParent, final int parentKeyboardWidth,
85 mDefaultRowHeight = rowHeight;
285 final int keyWidth, rowHeight;
295 rowHeight = keyPreviewVisibleHeight + mParams.mVerticalGap;
302 rowHeight = keyboard.mMostCommonKeyHeight;
312 rowHeight, key.getX() + key.getWidth() / 2, keyboard.mId.mWidth,
  /external/chromium_org/third_party/skia/tools/bug_chomper/res/third_party/
jquery.tablednd.js 242 var rowHeight = parseInt(row.offsetHeight)/2;
245 rowHeight = parseInt(row.firstChild.offsetHeight)/2;
248 if ((y > rowY - rowHeight) && (y < (rowY + rowHeight))) {
  /external/skia/tools/bug_chomper/res/third_party/
jquery.tablednd.js 242 var rowHeight = parseInt(row.offsetHeight)/2;
245 rowHeight = parseInt(row.firstChild.offsetHeight)/2;
248 if ((y > rowY - rowHeight) && (y < (rowY + rowHeight))) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.cpp 282 spanningRowsHeight.rowHeight.resize(rowSpan);
287 spanningRowsHeight.rowHeight[row] = m_rowPos[actualRow + 1] - m_rowPos[actualRow] - borderSpacingForRow(actualRow);
288 if (!spanningRowsHeight.rowHeight[row])
291 spanningRowsHeight.totalRowsHeight += spanningRowsHeight.rowHeight[row];
331 static void updatePositionIncreasedWithRowHeight(long long extraHeight, long long rowHeight, long long totalHeight, int& accumulatedPositionIncrease, int& remainder)
335 accumulatedPositionIncrease += (extraHeight * rowHeight) / totalHeight;
336 remainder += (extraHeight * rowHeight) % totalHeight;
469 unsigned rowHeight = 0;
474 rowHeight = max(rowHeight, rowSpanCell.cells[0]->logicalHeightForRowSizing() / rowSpanCell.cells[0]->rowSpan())
    [all...]
RenderTableCell.cpp 176 void RenderTableCell::computeIntrinsicPadding(int rowHeight, SubtreeLayoutScope& layouter)
198 intrinsicPaddingBefore = (rowHeight - logicalHeightWithoutIntrinsicPadding) / 2;
201 intrinsicPaddingBefore = rowHeight - logicalHeightWithoutIntrinsicPadding;
207 int intrinsicPaddingAfter = rowHeight - logicalHeightWithoutIntrinsicPadding - intrinsicPaddingBefore;
305 void RenderTableCell::setOverrideLogicalContentHeightFromRowHeight(LayoutUnit rowHeight)
308 setOverrideLogicalContentHeight(max<LayoutUnit>(0, rowHeight - borderAndPaddingLogicalHeight()));
    [all...]
RenderTableCell.h 141 void computeIntrinsicPadding(int rowHeight, SubtreeLayoutScope&);
RenderTableSection.h 136 Vector<int> rowHeight;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTableTooltipHelper.java 90 int rowHeight) {
97 m_rowHeight = rowHeight;
  /external/chromium_org/third_party/skia/gm/
shadertext.cpp 171 static const int rowHeight = 60;
178 SkIntToScalar((i % testsPerCol) * rowHeight));
185 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/skia/gm/
shadertext.cpp 171 static const int rowHeight = 60;
178 SkIntToScalar((i % testsPerCol) * rowHeight));
185 SkIntToScalar((i % testsPerCol) * rowHeight));
  /external/skia/samplecode/
SampleShaderText.cpp 169 static const int rowHeight = 60;
176 SkIntToScalar((i % testsPerCol) * rowHeight));
183 SkIntToScalar((i % testsPerCol) * rowHeight));
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ListRowPresenter.java 120 * @param rowHeight Row height in pixels, or WRAP_CONTENT, or 0
123 public void setRowHeight(int rowHeight) {
124 mRowHeight = rowHeight;
139 * @param rowHeight The row height in to use when the row is expanded,
142 public void setExpandedRowHeight(int rowHeight) {
143 mExpandedRowHeight = rowHeight;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
SuggestBox.js 105 var rowHeight = 17;
108 var maxHeight = this._maxItemsHeight ? this._maxItemsHeight * rowHeight : Math.max(underHeight, aboveHeight) - spacer;
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 762 int rowHeight = getRowHeight(i);
765 if (windowHeight + rowHeight > m_maxHeight) {
770 windowHeight += rowHeight;
  /external/chromium_org/ui/keyboard/resources/
main.js 551 var rowHeight =
554 realignSpacebarRow(row, rows[i-1], params, rowHeight, heightOffset)
556 realignRow(row, params, rowHeight, heightOffset);
558 heightOffset += (rowHeight + params.pitchY);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /cts/tests/tests/widget/src/android/widget/cts/
AbsListViewTest.java 363 int rowHeight = row.getHeight();
364 int middleOfSecondRow = rowHeight + rowHeight/2;

Completed in 1823 milliseconds

1 2 3