Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DHorizontalBreadcrumb.java92 int lastItemCount = mAdapter.getLastItemSize(); in show() local
93 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()