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

  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
CardPresenter.java 49 public static int getRowHeight(Context context) {
66 v.setMainImageDimensions(LayoutParams.WRAP_CONTENT, getRowHeight(parent.getContext()));
BrowseFragment.java 69 lrp.setRowHeight(CardPresenter.getRowHeight(getActivity()));
  /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 146 int getRowHeight(int index);
PopupListBox.cpp 568 int PopupListBox::getRowHeight(int index)
586 return IntRect(0, 0, visibleWidth(), getRowHeight(index));
588 return IntRect(0, m_items[index]->yOffset, visibleWidth(), getRowHeight(index));
739 y += getRowHeight(i);
762 int rowHeight = getRowHeight(i);
PopupContainer.cpp 442 return m_listBox->getRowHeight(0);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ListRowPresenter.java 130 public int getRowHeight() {
402 if (getRowHeight() != getExpandedRowHeight()) {
403 int newHeight = expanded ? getExpandedRowHeight() : getRowHeight();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardRow.java 114 public int getRowHeight() {
KeyboardBuilder.java 453 final int height = 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; }
  /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...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 1226 milliseconds