Home
last modified time | relevance | path

Searched refs:sizeOfUpdatedList (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/
DTabAdapter.java247 private void notifyOnListChanged(int previousItemCount, int sizeOfUpdatedList, in notifyOnListChanged() argument
262 sizeOfUpdatedList - previousItemCount); in notifyOnListChanged()
266 notifyItemRangeChanged(0, sizeOfUpdatedList); in notifyOnListChanged()
267 if (sizeOfUpdatedList < previousItemCount) { in notifyOnListChanged()
268 notifyItemRangeRemoved(sizeOfUpdatedList, in notifyOnListChanged()
269 previousItemCount - sizeOfUpdatedList); in notifyOnListChanged()