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

  /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);
  /external/webkit/WebCore/html/
HTMLTableCellElement.h 109 int rowHeight;
HTMLTableCellElement.cpp 56 , rowHeight(0)
  /packages/apps/Gallery3D/src/com/cooliris/media/
PopupMenu.java 238 int rowHeight = (int) (mRowHeight * App.PIXEL_DENSITY);
245 option.mBottom = top + rowHeight;
247 top += rowHeight;
  /external/webkit/WebCore/inspector/front-end/
TimelinePanel.js 357 const rowHeight = 18;
361 var startIndex = Math.max(0, Math.min(Math.floor(visibleTop / rowHeight) - 1, recordsInWindow.length - 1));
364 var endIndex = Math.min(recordsInWindow.length, Math.ceil(visibleBottom / rowHeight));
369 const top = (startIndex * rowHeight) + "px";
373 this._bottomGapElement.style.height = (recordsInWindow.length - endIndex) * rowHeight + "px";
390 graphRowElement = new WebInspector.TimelineRecordGraphRow(this._itemsGraphsElement, scheduleRefreshCallback, rowHeight).element;
418 this._adjustScrollPosition((recordsInWindow.length + 1) * rowHeight);
552 WebInspector.TimelineRecordGraphRow = function(graphContainer, refreshCallback, rowHeight)
575 this._rowHeight = rowHeight;
TextViewer.js 208 var rowHeight = row.offsetHeight;
209 if (offset >= currentOffset && offset < currentOffset + rowHeight)
212 currentOffset += rowHeight;
  /sdk/traceview/src/com/android/traceview/
TimeLineView.java 81 private static final int rowHeight = 20;
88 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/WebCore/platform/chromium/
PopupMenuChromium.cpp     [all...]
  /external/webkit/WebCore/rendering/
RenderFrameSet.cpp 539 int rowHeight = -1;
543 rowHeight = l.value();
556 if (colWidth && rowHeight) {
  /external/webkit/WebKit/mac/WebView/
WebTextCompletionController.mm 132 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/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 193 milliseconds