HomeSort by relevance Sort by last modified time
    Searched refs:getRowHeight (Results 1 - 9 of 9) 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 154 int rowHeight = getRowHeight(i);
185 private int getRowHeight(int row) {
197 final int rowHeight = getRowHeight(row);
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 144 int getRowHeight(int index);
590 return m_listBox->getRowHeight(0);
    [all...]
  /external/skia/include/views/
SkWidget.h 350 SkScalar getRowHeight() const { return fRowHeight; }
  /external/chromium/chrome/browser/resources/keyboard/
main.js 575 function getRowHeight() {
636 var height = getRowHeight();
660 body.appendChild(allRows[i].makeDOM(getRowHeight()));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java     [all...]
GridDropHandler.java 531 if (!mRowMatch.createCell && bounds.h <= MAX_CELL_DIFFERENCE * mGrid.getRowHeight(
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java     [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 673 height += table.getRowHeight(row);
    [all...]

Completed in 177 milliseconds