Home | History | Annotate | Download | only in widget

Lines Matching defs:mSyncRowId

75      * Position from which to start looking for mSyncRowId
82 long mSyncRowId = INVALID_ROW_ID;
85 * Height of the view when mSyncPosition and mSyncRowId where set
90 * True if we need to sync to mSyncRowId
1054 * Searches the adapter for a position matching mSyncRowId. The search starts at mSyncPosition
1058 * @return Position of the row that matches mSyncRowId, or {@link #INVALID_POSITION} if it can't
1068 long idToMatch = mSyncRowId;
1172 mSyncRowId = mNextSelectedRowId;
1188 mSyncRowId = mNextSelectedRowId;
1199 mSyncRowId = adapter.getItemId(mFirstPosition);
1201 mSyncRowId = NO_ID;