Searched defs:findViewHolderForLayoutPosition (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java117 * {@link #findViewHolderForLayoutPosition(int)}). These positions include all changes until the
4271 * @deprecated use {@link #findViewHolderForLayoutPosition(int)} or
4298 public ViewHolder findViewHolderForLayoutPosition(int position) { method in class:RecyclerView
4304 * {@link #findViewHolderForLayoutPosition(int)} this method takes into account any pending
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java134 * {@link #findViewHolderForLayoutPosition(int)}). These positions include all changes until the
4454 * @deprecated use {@link #findViewHolderForLayoutPosition(int)} or
4481 public ViewHolder findViewHolderForLayoutPosition(int position) { method in class:RecyclerView
4487 * {@link #findViewHolderForLayoutPosition(int)} this method takes into account any pending

Completed in 124 milliseconds