Home
last modified time | relevance | path

Searched refs:firstId (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
DGridTouchVerticalSpacingTest.java106 int firstId = Integer.MIN_VALUE; in testManyScrolls() local
111 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()
DGridTouchVerticalSpacingStackFromBottomTest.java122 int firstId = Integer.MIN_VALUE; in testManyScrolls() local
127 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()
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java1365 ss.firstId = mAdapter.getItemId(position); in onSaveInstanceState()
1579 long firstId = -1; field in StaggeredGridView.SavedState
1589 firstId = in.readLong(); in SavedState()
1597 out.writeLong(firstId); in writeToParcel()
1606 + " firstId=" + firstId in toString()
/frameworks/base/cmds/statsd/src/
DStatsService.cpp1357 int64_t firstId = experimentIds[0]; in sendBinaryPushStateChangedAtom() local
1360 experimentIds.push_back(firstId + 1); in sendBinaryPushStateChangedAtom()
1363 experimentIds.push_back(firstId + 2); in sendBinaryPushStateChangedAtom()
1366 experimentIds.push_back(firstId + 3); in sendBinaryPushStateChangedAtom()
/frameworks/base/core/java/android/widget/
DAbsListView.java1730 long firstId; field in AbsListView.SavedState
1754 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()