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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java25 private int mRowHeight; field in class:ExpandableNotificationRow
39 return mRowHeight;
43 this.mRowHeight = rowHeight;
75 lp.height = mRowHeight;
H A DBaseStatusBar.java132 protected int mRowHeight; field in class:BaseStatusBar
699 entry.row.setRowHeight(mRowHeight);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DSimpleMonthView.java151 protected int mRowHeight = DEFAULT_HEIGHT; field in class:SimpleMonthView
211 mRowHeight = (res.getDimensionPixelOffset(R.dimen.date_picker_view_animator_height)
331 mRowHeight = params.get(VIEW_PARAMS_HEIGHT);
332 if (mRowHeight < MIN_HEIGHT) {
333 mRowHeight = MIN_HEIGHT;
395 setMeasuredDimension(MeasureSpec.getSize(widthMeasureSpec), mRowHeight * mNumRows
443 int y = (((mRowHeight + MINI_DAY_NUMBER_TEXT_SIZE) / 2) - DAY_SEPARATOR_WIDTH)
463 y += mRowHeight;
487 int row = (int) (y - MONTH_HEADER_SIZE) / mRowHeight;
630 final int cellHeight = mRowHeight;
[all...]
/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) *
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java2638 mRowHeight = res.getDimensionPixelSize(R.dimen.notification_row_min_height);

Completed in 261 milliseconds