HomeSort by relevance Sort by last modified time
    Searched defs:getRowHeight (Results 1 - 7 of 7) 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/chromium/chrome/browser/resources/keyboard/
main.js 575 function getRowHeight() {
636 var height = getRowHeight();
660 body.appendChild(allRows[i].makeDOM(getRowHeight()));
  /external/skia/include/views/
SkWidget.h 350 SkScalar getRowHeight() const { return fRowHeight; }
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 144 int getRowHeight(int index);
590 return m_listBox->getRowHeight(0);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java     [all...]

Completed in 1739 milliseconds