MCPcopy Create free account
hub / github.com/DrownCoder/RecyclerViewStudy / Recycler

Class Recycler

app/src/main/assets/RecyclerView.java:5731–6820  ·  view source on GitHub ↗

A Recycler is responsible for managing scrapped or detached item views for reuse. A "scrapped" view is a view that is still attached to its parent RecyclerView but that has been marked for removal or reuse. Typical use of a Recycler by a LayoutManager will be to obtain views for

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected