Searched refs:mItemPrefetchEnabled (Results 1 – 1 of 1) sorted by relevance
6829 private boolean mItemPrefetchEnabled = true; field in RecyclerView.LayoutManager7166 if (enabled != mItemPrefetchEnabled) { in setItemPrefetchEnabled()7167 mItemPrefetchEnabled = enabled; in setItemPrefetchEnabled()7184 return mItemPrefetchEnabled; in isItemPrefetchEnabled()