Searched refs:totalItems (Results 1 – 3 of 3) sorted by relevance
135 final int totalItems = adapter.getItemCount(); in getItemsHeight() local136 if (mTotalHeightCache.length < (totalItems + 1)) { in getItemsHeight()137 mTotalHeightCache = new int[totalItems + 1]; in getItemsHeight()140 if (untilIndex > totalItems) { in getItemsHeight()141 untilIndex = totalItems; in getItemsHeight()
131 final int totalItems = docs.size() + (uris != null ? uris.size() : 0); in generateListMessage() local132 return mContext.getResources().getQuantityString(resourceId, totalItems, list.toString()); in generateListMessage()
219 public void verifySynchronouslyBound(int totalItems) { in verifySynchronouslyBound() argument229 assertEquals(mItems.size(), totalItems); in verifySynchronouslyBound() local