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.java1677 long firstId; field in AbsListView.SavedState
1700 firstId = in.readLong(); in SavedState()
1723 out.writeLong(firstId); in writeToParcel()
1744 + " firstId=" + firstId in toString()
1783 ss.firstId = mPendingSync.firstId; in onSaveInstanceState()
1804 ss.firstId = INVALID_POSITION; in onSaveInstanceState()
1823 ss.firstId = mAdapter.getItemId(firstPos); in onSaveInstanceState()
1826 ss.firstId = INVALID_POSITION; in onSaveInstanceState()
1880 } else if (ss.firstId >= 0) { in onRestoreInstanceState()
1887 mSyncRowId = ss.firstId; in onRestoreInstanceState()