Searched refs:mItemSpacing (Results 1 – 3 of 3) sorted by relevance
31 mItemSpacing = dp(16); in createContent()32 mItemWidth = std::min((height - mItemSpacing * 2), (int)dp(300)); in createContent()34 int heightWithSpacing = mItemHeight + mItemSpacing; in createContent()56 int itemIndexOffset = scrollPx / (mItemSpacing + mItemHeight); in doFrame()57 int pxOffset = -(scrollPx % (mItemSpacing + mItemHeight)); in doFrame()65 int top = ((int)ci) * (mItemSpacing + mItemHeight) + pxOffset; in doFrame()
33 int mItemSpacing; variable
406 private int mItemSpacing; field in UserGridRecyclerView.ItemSpacingDecoration409 mItemSpacing = itemSpacing; in ItemSpacingDecoration()424 outRect.bottom = mItemSpacing; in getItemOffsets()