Searched refs:firstPos (Results 1 – 3 of 3) sorted by relevance
1168 final int firstPos = mFirstPosition; in updateOnScreenCheckedViews() local1174 final int position = firstPos + i; in updateOnScreenCheckedViews()1832 int firstPos = mFirstPosition; in onSaveInstanceState() local1833 if (firstPos >= mItemCount) { in onSaveInstanceState()1834 firstPos = mItemCount - 1; in onSaveInstanceState()1836 ss.position = firstPos; in onSaveInstanceState()1837 ss.firstId = mAdapter.getItemId(firstPos); in onSaveInstanceState()4913 final int firstPos = mFirstPosition;4915 final int lastPos = firstPos + childCount;4920 (firstPos == 0 && getChildAt(0).getTop() == topLimit && distance < 0) ||[all …]
2298 final int firstPos = ii.position;2300 for (int pos = firstPos; pos < lastPos; pos++) {
2500 final int firstPos = ii.position;2502 for (int pos = firstPos; pos < lastPos; pos++) {