Searched refs:firstId (Results 1 – 7 of 7) 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()
78 final ComplicationId firstId = idCaptor.getValue(); in testStableIds() local86 assertEquals(secondId, firstId); in testStableIds()104 final ComplicationId firstId = idCaptor.getValue(); in testUniqueIds() local112 assertNotEquals(secondId, firstId); in testUniqueIds()
50 val firstId = viewModel.addAction(ActionButtonAppearance(null, "", ""), false, {}) in testRemoveAction() constant54 assertThat(firstId).isNotEqualTo(secondId) in testRemoveAction()56 viewModel.removeAction(firstId) in testRemoveAction()
162 VerifierDeviceIdentity firstId = new VerifierDeviceIdentity(esidByteBuffer.getLong()); in calculateEnterpriseId() local164 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()
1799 long firstId; field in AbsListView.SavedState1823 firstId = in.readLong(); in SavedState()1846 out.writeLong(firstId); in writeToParcel()1867 + " firstId=" + firstId in toString()1906 ss.firstId = mPendingSync.firstId; in onSaveInstanceState()1927 ss.firstId = INVALID_POSITION; in onSaveInstanceState()1946 ss.firstId = mAdapter.getItemId(firstPos); in onSaveInstanceState()1949 ss.firstId = INVALID_POSITION; in onSaveInstanceState()2003 } else if (ss.firstId >= 0) { in onRestoreInstanceState()2010 mSyncRowId = ss.firstId; in onRestoreInstanceState()