Searched refs:mItemPrefetchEnabled (Results 1 – 1 of 1) sorted by relevance
6950 private boolean mItemPrefetchEnabled = true; field in RecyclerView.LayoutManager7287 if (enabled != mItemPrefetchEnabled) { in setItemPrefetchEnabled()7288 mItemPrefetchEnabled = enabled; in setItemPrefetchEnabled()7305 return mItemPrefetchEnabled; in isItemPrefetchEnabled()