Searched refs:firstId (Results 1 – 5 of 5) 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()
1357 int64_t firstId = experimentIds[0]; in sendBinaryPushStateChangedAtom() local1360 experimentIds.push_back(firstId + 1); in sendBinaryPushStateChangedAtom()1363 experimentIds.push_back(firstId + 2); in sendBinaryPushStateChangedAtom()1366 experimentIds.push_back(firstId + 3); in sendBinaryPushStateChangedAtom()
1730 long firstId; field in AbsListView.SavedState1754 firstId = in.readLong(); in SavedState()1777 out.writeLong(firstId); in writeToParcel()1798 + " firstId=" + firstId in toString()1837 ss.firstId = mPendingSync.firstId; in onSaveInstanceState()1858 ss.firstId = INVALID_POSITION; in onSaveInstanceState()1877 ss.firstId = mAdapter.getItemId(firstPos); in onSaveInstanceState()1880 ss.firstId = INVALID_POSITION; in onSaveInstanceState()1934 } else if (ss.firstId >= 0) { in onRestoreInstanceState()1941 mSyncRowId = ss.firstId; in onRestoreInstanceState()