Searched refs:hSpans (Results 1 – 1 of 1) sorted by relevance
3013 public int[] cellSpansToSize(int hSpans, int vSpans) { in cellSpansToSize() argument3015 size[0] = hSpans * mCellWidth + (hSpans - 1) * mWidthGap; in cellSpansToSize()