Searched refs:mRowHeight (Results 1 – 4 of 4) sorted by relevance
154 protected int mRowHeight = DEFAULT_HEIGHT; field in MonthView220 mRowHeight = (res.getDimensionPixelOffset(R.dimen.date_picker_view_animator_height) in MonthView()348 mRowHeight = params.get(VIEW_PARAMS_HEIGHT); in setMonthParams()349 if (mRowHeight < MIN_HEIGHT) { in setMonthParams()350 mRowHeight = MIN_HEIGHT; in setMonthParams()416 setMeasuredDimension(MeasureSpec.getSize(widthMeasureSpec), mRowHeight * mNumRows in onMeasure()479 int y = (((mRowHeight + MINI_DAY_NUMBER_TEXT_SIZE) / 2) - DAY_SEPARATOR_WIDTH) in drawMonthNums()486 int yRelativeToDay = (mRowHeight + MINI_DAY_NUMBER_TEXT_SIZE) / 2 - DAY_SEPARATOR_WIDTH; in drawMonthNums()491 final int stopY = (int)(startY + mRowHeight); in drawMonthNums()498 y += mRowHeight; in drawMonthNums()[all …]
44 private int mRowHeight = 0; field in CardPresenter59 if (mRowHeight == 0) { in setupRowHeights()66 mRowHeight = v.getMeasuredHeight(); in setupRowHeights()75 return mRowHeight; in getRowHeight()
286 private int mRowHeight; field in ListRowPresenter354 mRowHeight = rowHeight; in setRowHeight()361 return mRowHeight; in getRowHeight()380 return mExpandedRowHeight != 0 ? mExpandedRowHeight : mRowHeight; in getExpandedRowHeight()572 if (mRowHeight != 0) { in createRowViewHolder()573 rowView.getGridView().setRowHeight(mRowHeight); in createRowViewHolder()
57 private int mRowHeight; field in IconMenuView133 … mRowHeight = a.getDimensionPixelSize(com.android.internal.R.styleable.IconMenuView_rowHeight, 64); in IconMenuView()414 final int desiredHeight = (mRowHeight + mHorizontalDividerHeight) * in onMeasure()