HomeSort by relevance Sort by last modified time
    Searched refs:getRowHeight (Results 1 - 16 of 16) 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);
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.h 168 int getRowHeight(int index);
PopupListBox.cpp 635 int PopupListBox::getRowHeight(int index)
662 return IntRect(0, 0, visibleWidth(), getRowHeight(index));
664 return IntRect(0, m_items[index]->yOffset, visibleWidth(), getRowHeight(index));
831 y += getRowHeight(i);
867 int rowHeight = getRowHeight(i);
PopupContainer.cpp 439 return m_listBox->getRowHeight(0);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardRow.java 114 public int getRowHeight() {
KeyboardBuilder.java 462 code, outputText, x, y, (int)keyWidth, (int)row.getRowHeight(),
    [all...]
  /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/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 582 if (!mRowMatch.createCell && bounds.h <= MAX_CELL_DIFFERENCE * mGrid.getRowHeight(
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 239 final int rowHeight = row.getRowHeight();
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 675 height += table.getRowHeight(row);
    [all...]

Completed in 1015 milliseconds