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()
124 int firstId = Integer.MIN_VALUE; in testManyScrolls() local129 prevId = firstId; in testManyScrolls()136 firstId = firstChild.getId(); in testManyScrolls()138 } while ((prevId != firstId) || (prevTop != firstTop)); in testManyScrolls()144 firstId = Integer.MIN_VALUE; in testManyScrolls()147 prevId = firstId; in testManyScrolls()154 firstId = firstChild.getId(); in testManyScrolls()156 } while ((prevId != firstId) || (prevTop != firstTop)); in testManyScrolls()
141 VerifierDeviceIdentity firstId = new VerifierDeviceIdentity(esidByteBuffer.getLong()); in calculateEnterpriseId() local143 return firstId.toString() + secondId.toString(); in calculateEnterpriseId()
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()
1723 long firstId; field in AbsListView.SavedState1747 firstId = in.readLong(); in SavedState()1770 out.writeLong(firstId); in writeToParcel()1791 + " firstId=" + firstId in toString()1830 ss.firstId = mPendingSync.firstId; in onSaveInstanceState()1851 ss.firstId = INVALID_POSITION; in onSaveInstanceState()1870 ss.firstId = mAdapter.getItemId(firstPos); in onSaveInstanceState()1873 ss.firstId = INVALID_POSITION; in onSaveInstanceState()1927 } else if (ss.firstId >= 0) { in onRestoreInstanceState()1934 mSyncRowId = ss.firstId; in onRestoreInstanceState()