Searched refs:positionEnd (Results 1 – 2 of 2) sorted by relevance
95 final int positionEnd = positionStart + itemCount; in cleanState()97 if (holder.mPosition >= positionEnd) { in cleanState()108 final int positionEnd = positionStart + itemCount; in cleanState()110 if (holder.mPosition >= positionEnd) { in cleanState()120 final int positionEnd = positionStart + itemCount; in cleanState()122 if (holder.mPosition >= positionStart && holder.mPosition < positionEnd) { in cleanState()
3731 final int positionEnd = positionStart + itemCount; in offsetPositionRecordsForRemove() local3736 if (holder.mPosition >= positionEnd) { in offsetPositionRecordsForRemove()3767 final int positionEnd = positionStart + itemCount; in viewRangeUpdate() local3775 if (holder.mPosition >= positionStart && holder.mPosition < positionEnd) { in viewRangeUpdate()5575 final int positionEnd = positionStart + itemCount; in viewRangeUpdate() local5584 if (pos >= positionStart && pos < positionEnd) { in viewRangeUpdate()