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

  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
CardPresenter.java 53 public static int getRowHeight(Context context) {
73 v.setMainImageDimensions(getRowHeight(parent.getContext()),
74 getRowHeight(parent.getContext()));
78 getRowHeight(parent.getContext()));
BrowseFragment.java 83 lrp.setRowHeight(CardPresenter.getRowHeight(getActivity()));
RowsFragment.java 84 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();
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.h 165 int getRowHeight(int index) const;
PopupListBox.cpp 589 int PopupListBox::getRowHeight(int index) const
607 return IntRect(0, 0, visibleWidth(), getRowHeight(index));
609 return IntRect(0, m_items[index]->yOffset, visibleWidth(), getRowHeight(index));
770 y += getRowHeight(i);
787 int rowHeight = getRowHeight(i);
    [all...]
PopupContainer.cpp 456 return m_listBox->getRowHeight(0);
  /external/chromium_org/third_party/skia/include/views/
SkWidget.h 294 SkScalar getRowHeight() const { return fRowHeight; }

Completed in 465 milliseconds