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

Class ViewHolder

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

A ViewHolder describes an item view and metadata about its place within the RecyclerView. Adapter implementations should subclass ViewHolder and add fields for caching potentially expensive View#findViewById(int) results. While LayoutParams belong to the {@link La

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