Searched refs:mRowTitleHeight (Results 1 – 1 of 1) sorted by relevance
70 private final int mRowTitleHeight; field in MenuLayoutManager97 mRowTitleHeight = res.getDimensionPixelSize(R.dimen.menu_row_title_height); in MenuLayoutManager()332 childTop -= mRowTitleHeight; in getViewLayouts()346 childTop += mRowTitleHeight; in getViewLayouts()871 animators.add(createTranslationYAnimator(view, 0, entry.getValue() * mRowTitleHeight)); in onMenuRowUpdated()