Home
last modified time | relevance | path

Searched refs:canFindInPreLayout (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DAdapterHelper.java142 if (vh != null || canFindInPreLayout(position)) { in applyRemove()
195 if (vh != null || canFindInPreLayout(position)) { // deferred in applyUpdate()
411 private boolean canFindInPreLayout(int position) { in canFindInPreLayout() method in AdapterHelper