Searched refs:firstPos (Results 1 – 3 of 3) sorted by relevance
1167 final int firstPos = mFirstPosition; in updateOnScreenCheckedViews() local1173 final int position = firstPos + i; in updateOnScreenCheckedViews()1831 int firstPos = mFirstPosition; in onSaveInstanceState() local1832 if (firstPos >= mItemCount) { in onSaveInstanceState()1833 firstPos = mItemCount - 1; in onSaveInstanceState()1835 ss.position = firstPos; in onSaveInstanceState()1836 ss.firstId = mAdapter.getItemId(firstPos); in onSaveInstanceState()4918 final int firstPos = mFirstPosition;4920 final int lastPos = firstPos + childCount;4925 (firstPos == 0 && getChildAt(0).getTop() == topLimit && distance < 0) ||[all …]
2325 final int firstPos = ii.position;2327 for (int pos = firstPos; pos < lastPos; pos++) {
2459 final int firstPos = ii.position;2461 for (int pos = firstPos; pos < lastPos; pos++) {