Searched refs:expectedChildCount (Results 1 – 1 of 1) sorted by relevance
127 int expectedChildCount = infoList.size() + Math.max(0, infoList.size() - 1); in onBindViewHolder() local130 if (expectedChildCount > childCount) { in onBindViewHolder()131 for (int i = childCount ; i < expectedChildCount; i++) { in onBindViewHolder()146 } else if (expectedChildCount < childCount) { in onBindViewHolder()147 for (int i = expectedChildCount ; i < childCount; i++) { in onBindViewHolder()