Home
last modified time | relevance | path

Searched refs:mRowAlignFromBottom (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/menu/
DMenuLayoutManager.java66 private final int mRowAlignFromBottom; field in MenuLayoutManager
91 mRowAlignFromBottom = res.getDimensionPixelOffset(R.dimen.menu_row_align_from_bottom); in MenuLayoutManager()
258 int childTop = relativeBottom - mRowAlignFromBottom - rowContentsHeight / 2 in getViewLayouts()
268 int childBottomMax = relativeBottom - mRowAlignFromBottom + rowContentsHeight / 2 in getViewLayouts()