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

1 2

  /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/skia/samplecode/
SampleShaderText.cpp 184 static const int rowHeight = 60;
191 SkIntToScalar((i % testsPerCol) * rowHeight));
198 SkIntToScalar((i % testsPerCol) * rowHeight));
  /external/webkit/Source/WebCore/inspector/front-end/
TimelinePanel.js 106 WebInspector.TimelinePanel.rowHeight = 18;
554 const rowHeight = WebInspector.TimelinePanel.rowHeight;
557 var startIndex = Math.max(0, Math.min(Math.floor(visibleTop / rowHeight) - 1, recordsInWindow.length - 1));
558 var endIndex = Math.min(recordsInWindow.length, Math.ceil(visibleBottom / rowHeight));
561 const top = (startIndex * rowHeight) + "px";
565 this._bottomGapElement.style.height = (recordsInWindow.length - endIndex) * rowHeight + "px";
592 graphRowElement = new WebInspector.TimelineRecordGraphRow(this._itemsGraphsElement, scheduleRefreshCallback, rowHeight).element;
623 this._adjustScrollPosition((recordsInWindow.length + 1) * rowHeight);
    [all...]
NetworkPanel.js     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboard.java 68 * @param rowHeight more keys keyboard row height in pixel, including vertical gap.
74 public void setParameters(int numKeys, int maxColumns, int keyWidth, int rowHeight,
84 mDefaultRowHeight = rowHeight;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 532 int rowHeight =
768 int rowHeight =
775 if (DEBUG) Slog.d(TAG, "setting collapsed row height to " + rowHeight);
776 lp.height = rowHeight;
    [all...]