isMeasurementCacheEnabled

In addition to the View Framework's measurement cache, RecyclerView uses its own additional measurement cache for its children to avoid re-measuring them when not necessary. It is on by default but it can be turned off via setMeasurementCacheEnabled.

Return

True if measurement cache is enabled, false otherwise.

See also