Searched refs:firstId (Results 1 – 4 of 4) sorted by relevance
106 int firstId = Integer.MIN_VALUE; in testManyScrolls() local111 prevId = firstId; in testManyScrolls()118 firstId = firstChild.getId(); in testManyScrolls()120 } while ((prevId != firstId) || (prevTop != firstTop)); in testManyScrolls()127 firstId = Integer.MIN_VALUE; in testManyScrolls()130 prevId = firstId; in testManyScrolls()137 firstId = firstChild.getId(); in testManyScrolls()139 } while ((prevId != firstId) || (prevTop != firstTop)); in testManyScrolls()
122 int firstId = Integer.MIN_VALUE; in testManyScrolls() local127 prevId = firstId; in testManyScrolls()134 firstId = firstChild.getId(); in testManyScrolls()136 } while ((prevId != firstId) || (prevTop != firstTop)); in testManyScrolls()142 firstId = Integer.MIN_VALUE; in testManyScrolls()145 prevId = firstId; in testManyScrolls()152 firstId = firstChild.getId(); in testManyScrolls()154 } while ((prevId != firstId) || (prevTop != firstTop)); in testManyScrolls()
1365 ss.firstId = mAdapter.getItemId(position); in onSaveInstanceState()1579 long firstId = -1; field in StaggeredGridView.SavedState1589 firstId = in.readLong(); in SavedState()1597 out.writeLong(firstId); in writeToParcel()1606 + " firstId=" + firstId in toString()
1677 long firstId; field in AbsListView.SavedState1700 firstId = in.readLong(); in SavedState()1723 out.writeLong(firstId); in writeToParcel()1744 + " firstId=" + firstId in toString()1783 ss.firstId = mPendingSync.firstId; in onSaveInstanceState()1804 ss.firstId = INVALID_POSITION; in onSaveInstanceState()1823 ss.firstId = mAdapter.getItemId(firstPos); in onSaveInstanceState()1826 ss.firstId = INVALID_POSITION; in onSaveInstanceState()1880 } else if (ss.firstId >= 0) { in onRestoreInstanceState()1887 mSyncRowId = ss.firstId; in onRestoreInstanceState()