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

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 42 public void setRowHeight(int rowHeight) {
43 this.mRowHeight = rowHeight;
  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer.cpp 67 void initRow(Row* row, int rowHeight) {
69 row->fRowHeight = rowHeight;
70 fNextStripY += rowHeight;
GrRectanizer_fifo.cpp 61 void initRow(Row* row, int rowHeight) {
63 row->fRowHeight = rowHeight;
64 fNextStripY += rowHeight;
  /external/skia/src/gpu/
GrRectanizer.cpp 67 void initRow(Row* row, int rowHeight) {
69 row->fRowHeight = rowHeight;
70 fNextStripY += rowHeight;
GrRectanizer_fifo.cpp 61 void initRow(Row* row, int rowHeight) {
63 row->fRowHeight = rowHeight;
64 fNextStripY += 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);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarLayout.java 292 final int rowHeight = computeMainRowHeight(rowStart, rowEnd);
320 int childTop = (rowHeight - child.getMeasuredHeight()) / 2;
347 int childTop = (rowHeight - child.getMeasuredHeight()) / 2;
364 return rowHeight;
653 int rowHeight = mDimensionMinSize;
659 rowHeight = Math.max(rowHeight, child.getMeasuredHeight() + verticalMargins);
661 return rowHeight;
676 int rowHeight = 0;
680 rowHeight = Math.max(rowHeight, child.getMeasuredHeight() + verticalMargins)
    [all...]
  /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/WebKit/Source/core/rendering/
RenderTableSection.cpp 285 spanningRowsHeight.rowHeight.resize(rowSpan);
290 spanningRowsHeight.rowHeight[row] = m_rowPos[actualRow + 1] - m_rowPos[actualRow] - borderSpacingForRow(actualRow);
291 if (!spanningRowsHeight.rowHeight[row])
294 spanningRowsHeight.totalRowsHeight += spanningRowsHeight.rowHeight[row];
463 unsigned rowHeight = 0;
468 rowHeight = max(rowHeight, rowSpanCell.cells[0]->logicalHeightForRowSizing() / rowSpanCell.cells[0]->rowSpan());
471 return rowHeight;
476 ASSERT(spanningRowsHeight.rowHeight.size());
482 ASSERT_UNUSED(rowSpan, rowSpan == spanningRowsHeight.rowHeight.size())
    [all...]
RenderTableCell.cpp 177 void RenderTableCell::computeIntrinsicPadding(int rowHeight, SubtreeLayoutScope& layouter)
199 intrinsicPaddingBefore = (rowHeight - logicalHeightWithoutIntrinsicPadding) / 2;
202 intrinsicPaddingBefore = rowHeight - logicalHeightWithoutIntrinsicPadding;
208 int intrinsicPaddingAfter = rowHeight - logicalHeightWithoutIntrinsicPadding - intrinsicPaddingBefore;
304 void RenderTableCell::setOverrideLogicalContentHeightFromRowHeight(LayoutUnit rowHeight)
307 setOverrideLogicalContentHeight(max<LayoutUnit>(0, rowHeight - borderAndPaddingLogicalHeight()));
    [all...]
RenderTableCell.h 139 void computeIntrinsicPadding(int rowHeight, SubtreeLayoutScope&);
RenderTableSection.h 136 Vector<int> rowHeight;
  /external/skia/gm/
shadertext.cpp 183 static const int rowHeight = 60;
190 SkIntToScalar((i % testsPerCol) * rowHeight));
197 SkIntToScalar((i % testsPerCol) * rowHeight));
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelinePanel.js 201 WebInspector.TimelinePanel.rowHeight = 18;
694 this._frameContainer.style.height = WebInspector.TimelinePanel.rowHeight + frameContainerBorderWidth + "px";
    [all...]
NetworkPanel.js     [all...]
DataGrid.js     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboard.java 67 * @param rowHeight more keys keyboard row height in pixel, including vertical gap.
74 final int rowHeight, final int coordXInParent, final int parentKeyboardWidth,
82 mDefaultRowHeight = rowHeight;
Key.java 239 final int rowHeight = row.getRowHeight();
240 mHeight = rowHeight - params.mVerticalGap;
255 keyYPos + rowHeight);
    [all...]
  /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 362 int rowHeight = row.getHeight();
363 int middleOfSecondRow = rowHeight + rowHeight/2;
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 875 int rowHeight = getRowHeight(i);
878 if (windowHeight + rowHeight > m_maxHeight) {
883 windowHeight += rowHeight;
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
mosaic_mode.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js     [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 420 milliseconds

1 2