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

  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
CardPresenter.java 37 private int mRowHeight = 0;
52 if (mRowHeight == 0) {
59 mRowHeight = v.getMeasuredHeight();
68 return mRowHeight;
  /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/support/v17/leanback/src/android/support/v17/leanback/widget/
ListRowPresenter.java 273 private int mRowHeight;
341 mRowHeight = rowHeight;
348 return mRowHeight;
367 return mExpandedRowHeight != 0 ? mExpandedRowHeight : mRowHeight;
561 if (mRowHeight != 0) {
562 rowView.getGridView().setRowHeight(mRowHeight);
  /packages/apps/TV/src/com/android/tv/guide/
ProgramGrid.java 87 private final int mRowHeight;
128 mRowHeight = res.getDimensionPixelSize(R.dimen.program_guide_table_item_row_height);
372 int minY = (mSelectionRow - 1) * mRowHeight;
374 int maxY = (mSelectionRow + 1) * mRowHeight + mDetailHeight;
ProgramGuide.java 100 private final int mRowHeight;
187 mRowHeight = res.getDimensionPixelSize(R.dimen.program_guide_table_item_row_height);
283 mGrid.setWindowAlignmentOffset(mSelectionRow * mRowHeight);
390 + mDetailHeight + mRowHeight * mGrid.getAdapter().getItemCount() + topPadding
409 int selectionRowOffset = mSelectionRow * mRowHeight;
414 mGrid.setWindowAlignmentOffset(selectionRowOffset + mRowHeight + mDetailHeight);
    [all...]
  /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 183 milliseconds