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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 38 public int getRowHeight() {
  /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);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardRow.java 114 public int getRowHeight() {
  /external/chromium/chrome/browser/resources/keyboard/
main.js 575 function getRowHeight() {
636 var height = getRowHeight();
660 body.appendChild(allRows[i].makeDOM(getRowHeight()));
  /external/chromium_org/third_party/skia/include/views/
SkWidget.h 294 SkScalar getRowHeight() const { return fRowHeight; }
  /external/skia/include/views/
SkWidget.h 294 SkScalar getRowHeight() const { return fRowHeight; }
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 640 int PopupListBox::getRowHeight(int index)
667 return IntRect(0, 0, visibleWidth(), getRowHeight(index));
669 return IntRect(0, m_items[index]->yOffset, visibleWidth(), getRowHeight(index));
839 y += getRowHeight(i);
875 int rowHeight = getRowHeight(i);
  /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 231 milliseconds