Home | History | Annotate | Download | only in widget

Lines Matching defs:firstId

1694         long firstId;
1717 firstId = in.readLong();
1740 out.writeLong(firstId);
1761 + " firstId=" + firstId
1800 ss.firstId = mPendingSync.firstId;
1821 ss.firstId = INVALID_POSITION;
1840 ss.firstId = mAdapter.getItemId(firstPos);
1843 ss.firstId = INVALID_POSITION;
1897 } else if (ss.firstId >= 0) {
1904 mSyncRowId = ss.firstId;