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

  /external/skia/gpu/src/
GrRectanizer.cpp 68 void initRow(Row* row, int rowHeight) {
70 row->fRowHeight = rowHeight;
71 fNextStripY += rowHeight;
GrRectanizer_fifo.cpp 68 void initRow(Row* row, int rowHeight) {
70 row->fRowHeight = rowHeight;
71 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 142 int rowHeight = getRowHeight();
153 mTempRect.set(rectLeft, rectTop, rectRight, rectTop + rowHeight);
167 rectRight - 2, rectTop + rowHeight - 2);
177 rectTop += rowHeight;
186 final int rowHeight = getRowHeight();
187 final int top = mPaddingTop + row * rowHeight;
191 top + rowHeight);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MiniKeyboard.java 53 int rowHeight, int coordXInParent, int parentKeyboardWidth) {
55 setParameters(numKeys, maxColumns, keyWidth, rowHeight, coordXInParent,
65 * @param rowHeight mini keyboard row height in pixel, including vertical gap.
69 public void setParameters(int numKeys, int maxColumns, int keyWidth, int rowHeight,
77 mDefaultRowHeight = rowHeight;
  /external/skia/gm/
shadertext.cpp 173 static const int rowHeight = 60;
179 SkIntToScalar((s % testsPerCol) * rowHeight));
  /external/skia/samplecode/
SampleShaderText.cpp 170 static const int rowHeight = 60;
176 SkIntToScalar((s % 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...]
  /sdk/traceview/src/com/android/traceview/
TimeLineView.java 80 private static final int rowHeight = 20;
87 private static final int rowYSpace = rowHeight + rowYMargin;
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AbsListViewTest.java 508 int rowHeight = row.getHeight();
509 int middleOfSecondRow = rowHeight + rowHeight/2;
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderFrameSet.cpp 540 int rowHeight = -1;
544 rowHeight = l.value();
557 if (colWidth && rowHeight) {
RenderTableCell.cpp 230 void RenderTableCell::setOverrideSizeFromRowHeight(int rowHeight)
233 RenderBlock::setOverrideSize(max(0, rowHeight - borderBefore() - paddingBefore() - borderAfter() - paddingAfter()));
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebTextCompletionController.mm 133 windowFrame.size.height = numberToShow * [_tableView rowHeight] + (numberToShow + 1) * [_tableView intercellSpacing].height;
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 1199 milliseconds