Searched refs:mLastVisibleRowIndex (Results 1 – 1 of 1) sorted by relevance
25 int mLastVisibleRowIndex; field in ListRowDataAdapter56 mLastVisibleRowIndex = -1; in initialize()61 mLastVisibleRowIndex = i; in initialize()70 return mLastVisibleRowIndex + 1; in size()104 if (positionStart <= mLastVisibleRowIndex) { in onItemRangeChanged()106 Math.min(itemCount, mLastVisibleRowIndex - positionStart + 1)); in onItemRangeChanged()112 if (positionStart <= mLastVisibleRowIndex) { in onItemRangeInserted()113 mLastVisibleRowIndex += itemCount; in onItemRangeInserted()118 int lastVisibleRowIndex = mLastVisibleRowIndex; in onItemRangeInserted()120 if (mLastVisibleRowIndex > lastVisibleRowIndex) { in onItemRangeInserted()[all …]