Searched refs:currentItemCount (Results 1 – 1 of 1) sorted by relevance
91 int currentItemCount = mAdapter.getItemCount(); in show() local93 if (currentItemCount > lastItemCount) { in show()95 currentItemCount - lastItemCount); in show()97 } else if (currentItemCount < lastItemCount) { in show()98 mAdapter.notifyItemRangeRemoved(currentItemCount, in show()99 lastItemCount - currentItemCount); in show()100 mAdapter.notifyItemChanged(currentItemCount - 1); in show()102 mAdapter.notifyItemChanged(currentItemCount - 1); in show()