Home
last modified time | relevance | path

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

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