Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java4095 holder.offsetPosition(to - from, false); in offsetPositionRecordsForMove()
4097 holder.offsetPosition(inBetweenOffset, false); in offsetPositionRecordsForMove()
4115 holder.offsetPosition(itemCount, false); in offsetPositionRecordsForInsert()
4136 holder.offsetPosition(-itemCount, applyToPreLayout); in offsetPositionRecordsForRemove()
5394 private boolean tryBindViewHolderByDeadline(ViewHolder holder, int offsetPosition, in tryBindViewHolderByDeadline() argument
5404 mAdapter.bindViewHolder(holder, offsetPosition); in tryBindViewHolderByDeadline()
5436 final int offsetPosition = mAdapterHelper.findPositionOffset(position); in bindViewToPosition() local
5437 if (offsetPosition < 0 || offsetPosition >= mAdapter.getItemCount()) { in bindViewToPosition()
5439 + "position " + position + "(offset:" + offsetPosition + ")." in bindViewToPosition()
5442 tryBindViewHolderByDeadline(holder, offsetPosition, position, FOREVER_NS); in bindViewToPosition()
[all …]