Searched refs:mRowHeight (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DCardPresenter.java37 private int mRowHeight = 0; field in class:CardPresenter
52 if (mRowHeight == 0) {
59 mRowHeight = v.getMeasuredHeight();
68 return mRowHeight;
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DCardPresenter.java37 private int mRowHeight = 0; field in class:CardPresenter
52 if (mRowHeight == 0) {
59 mRowHeight = v.getMeasuredHeight();
68 return mRowHeight;
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DMonthView.java154 protected int mRowHeight = DEFAULT_HEIGHT; field in class:MonthView
220 mRowHeight = (res.getDimensionPixelOffset(R.dimen.date_picker_view_animator_height)
348 mRowHeight = params.get(VIEW_PARAMS_HEIGHT);
349 if (mRowHeight < MIN_HEIGHT) {
350 mRowHeight = MIN_HEIGHT;
416 setMeasuredDimension(MeasureSpec.getSize(widthMeasureSpec), mRowHeight * mNumRows
479 int y = (((mRowHeight + MINI_DAY_NUMBER_TEXT_SIZE) / 2) - DAY_SEPARATOR_WIDTH)
486 int yRelativeToDay = (mRowHeight + MINI_DAY_NUMBER_TEXT_SIZE) / 2 - DAY_SEPARATOR_WIDTH;
491 final int stopY = (int)(startY + mRowHeight);
498 y += mRowHeight;
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DListRowPresenter.java273 private int mRowHeight; field in class:ListRowPresenter
341 mRowHeight = rowHeight;
348 return mRowHeight;
367 return mExpandedRowHeight != 0 ? mExpandedRowHeight : mRowHeight;
561 if (mRowHeight != 0) {
562 rowView.getGridView().setRowHeight(mRowHeight);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java57 private int mRowHeight; field in class:IconMenuView
133 mRowHeight = a.getDimensionPixelSize(com.android.internal.R.styleable.IconMenuView_rowHeight, 64);
414 final int desiredHeight = (mRowHeight + mHorizontalDividerHeight) *

Completed in 202 milliseconds