Home
last modified time | relevance | path

Searched refs:firstId (Results 1 – 4 of 4) 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/core/java/android/widget/
DAbsListView.java1691 long firstId; field in AbsListView.SavedState
1714 firstId = in.readLong(); in SavedState()
1737 out.writeLong(firstId); in writeToParcel()
1758 + " firstId=" + firstId in toString()
1797 ss.firstId = mPendingSync.firstId; in onSaveInstanceState()
1818 ss.firstId = INVALID_POSITION; in onSaveInstanceState()
1837 ss.firstId = mAdapter.getItemId(firstPos); in onSaveInstanceState()
1840 ss.firstId = INVALID_POSITION; in onSaveInstanceState()
1894 } else if (ss.firstId >= 0) { in onRestoreInstanceState()
1901 mSyncRowId = ss.firstId; in onRestoreInstanceState()