Searched refs:widthPerItem (Results 1 – 1 of 1) sorted by relevance
246 int widthPerItem = totalWidth / mAdapter.getItemCount(); in initOptions() local247 int extraSpace = availableWidth - widthPerItem * numColumns; in initOptions()