Home | History | Annotate | Download | only in widget

Lines Matching defs:firstId

1680         long firstId;
1703 firstId = in.readLong();
1726 out.writeLong(firstId);
1747 + " firstId=" + firstId
1786 ss.firstId = mPendingSync.firstId;
1807 ss.firstId = INVALID_POSITION;
1826 ss.firstId = mAdapter.getItemId(firstPos);
1829 ss.firstId = INVALID_POSITION;
1883 } else if (ss.firstId >= 0) {
1890 mSyncRowId = ss.firstId;