Searched refs:lastItemCount (Results 1 – 1 of 1) sorted by relevance
92 int lastItemCount = mAdapter.getLastItemSize(); in show() local93 if (currentItemCount > lastItemCount) { in show()94 mAdapter.notifyItemRangeInserted(lastItemCount, in show()95 currentItemCount - lastItemCount); in show()96 mAdapter.notifyItemChanged(lastItemCount - 1); in show()97 } else if (currentItemCount < lastItemCount) { in show()99 lastItemCount - currentItemCount); in show()