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

  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
MonthView.java 154 protected int mRowHeight = DEFAULT_HEIGHT;
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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardRow.java 44 private final int mRowHeight;
101 mRowHeight = (int)ResourceUtils.getDimensionOrFraction(keyboardAttr,
115 return mRowHeight;
  /frameworks/base/core/java/android/widget/
SimpleMonthView.java 104 private int mRowHeight = DEFAULT_HEIGHT;
177 mRowHeight = (res.getDimensionPixelOffset(R.dimen.datepicker_view_animator_height)
327 if (mRowHeight < MIN_HEIGHT) {
328 mRowHeight = MIN_HEIGHT;
418 setMeasuredDimension(MeasureSpec.getSize(widthMeasureSpec), mRowHeight * mNumRows
463 int y = (((mRowHeight + mMiniDayNumberTextSize) / 2) - DAY_SEPARATOR_WIDTH)
485 y += mRowHeight;
508 int row = (int) (y - mMonthHeaderSize) / mRowHeight;
659 final int cellHeight = mRowHeight;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ListRowPresenter.java 83 private int mRowHeight;
124 mRowHeight = rowHeight;
131 return mRowHeight;
150 return mExpandedRowHeight != 0 ? mExpandedRowHeight : mRowHeight;
351 if (mRowHeight != 0) {
352 rowView.getGridView().setRowHeight(mRowHeight);
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuView.java 57 private int mRowHeight;
133 mRowHeight = a.getDimensionPixelSize(com.android.internal.R.styleable.IconMenuView_rowHeight, 64);
414 final int desiredHeight = (mRowHeight + mHorizontalDividerHeight) *
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 2448 milliseconds