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

  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionView.java 140 int rowHeight = getRowHeight();
179 private int getRowHeight() {
184 final int rowHeight = getRowHeight();
  /frameworks/base/core/tests/coretests/src/android/util/
InternalSelectionView.java 142 int rowHeight = getRowHeight();
181 private int getRowHeight() {
186 final int rowHeight = getRowHeight();
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 142 int getRowHeight(int index);
511 return m_listBox->getRowHeight(0);
959 int PopupListBox::getRowHeight(int index)
970 return IntRect(0, 0, visibleWidth(), getRowHeight(index));
972 return IntRect(0, m_items[index]->yOffset, visibleWidth(), getRowHeight(index));
    [all...]
  /external/skia/include/views/
SkWidget.h 357 SkScalar getRowHeight() const { return fRowHeight; }
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 652 height += table.getRowHeight(row);
    [all...]

Completed in 255 milliseconds