LayoutParams
LayoutParams subclass for children of RecyclerView. Custom layout managers are encouraged to create their own subclass of this LayoutParams
class to store any additional required per-child view metadata about the layout.
Inheritors
Functions
Link copied to clipboard
Returns the up-to-date adapter position that the view this LayoutParams is attached to corresponds to in the RecyclerView.
Link copied to clipboard
Returns the up-to-date adapter position that the view this LayoutParams is attached to corresponds to with respect to the Adapter that bound this View.
Link copied to clipboard
Link copied to clipboard
Returns the adapter position that the view this LayoutParams is attached to corresponds to as of latest layout calculation.
Link copied to clipboard
Link copied to clipboard
Returns true if the adapter data item corresponding to the view this LayoutParams is attached to has been changed in the data set.
Link copied to clipboard
Returns true if the adapter data item corresponding to the view this LayoutParams is attached to has been removed from the data set.
Link copied to clipboard
Returns true if the view this LayoutParams is attached to is now representing potentially invalid data.
Link copied to clipboard
Returns true if the view this LayoutParams is attached to needs to have its content updated from the corresponding adapter.