HomeSort by relevance Sort by last modified time
    Searched refs:rowHeight (Results 1 - 25 of 43) 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 61 void initRow(Row* row, int rowHeight) {
63 row->fRowHeight = rowHeight;
64 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 61 void initRow(Row* row, int rowHeight) {
63 row->fRowHeight = rowHeight;
64 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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTableTooltipHelper.java 90 int rowHeight) {
97 m_rowHeight = 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 149 WebInspector.TimelinePanel.rowHeight = 18;
489 this._frameContainer.style.height = this._headerLineCount * WebInspector.TimelinePanel.rowHeight + frameContainerBorderWidth + "px";
    [all...]
NetworkPanel.js     [all...]
DataGrid.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.cpp 262 spanningRowsHeight.rowHeight.resize(rowSpan);
266 spanningRowsHeight.rowHeight[row] = m_rowPos[actualRow + 1] - m_rowPos[actualRow] - borderSpacingForRow(actualRow);
267 spanningRowsHeight.totalRowsHeight += spanningRowsHeight.rowHeight[row];
451 totalRemainingRowsHeight -= spanningRowsHeight.rowHeight[row - rowIndex];
453 totalAutoRowsHeight += spanningRowsHeight.rowHeight[row - rowIndex];
459 distributeExtraRowSpanHeightToPercentRows(cell, totalPercent, extraRowSpanningHeight, spanningRowsHeight.rowHeight);
460 distributeExtraRowSpanHeightToAutoRows(cell, totalAutoRowsHeight, extraRowSpanningHeight, spanningRowsHeight.rowHeight);
461 distributeExtraRowSpanHeightToRemainingRows(cell, totalRemainingRowsHeight, extraRowSpanningHeight, spanningRowsHeight.rowHeight);
654 int rowHeight = m_rowPos[1] - m_rowPos[0];
657 int toAdd = min<int>(extraLogicalHeight, (totalHeight * m_grid[r].logicalHeight.percent() / 100) - rowHeight);
    [all...]
RenderTableCell.cpp 165 void RenderTableCell::computeIntrinsicPadding(int rowHeight)
187 intrinsicPaddingBefore = (rowHeight - logicalHeightWithoutIntrinsicPadding) / 2;
190 intrinsicPaddingBefore = rowHeight - logicalHeightWithoutIntrinsicPadding;
196 int intrinsicPaddingAfter = rowHeight - logicalHeightWithoutIntrinsicPadding - intrinsicPaddingBefore;
289 void RenderTableCell::setOverrideLogicalContentHeightFromRowHeight(LayoutUnit rowHeight)
292 setOverrideLogicalContentHeight(max<LayoutUnit>(0, rowHeight - borderAndPaddingLogicalHeight()));
    [all...]
RenderTableCell.h 134 void computeIntrinsicPadding(int rowHeight);
RenderTableSection.h 135 Vector<int> rowHeight;
  /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 867 int rowHeight = getRowHeight(i);
870 if (windowHeight + rowHeight > m_maxHeight) {
875 windowHeight += rowHeight;
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
mosaic_mode.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/
calendarPicker.js     [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /external/zxing/core/
core.jar 

Completed in 393 milliseconds

1 2