Searched refs:findContainingViewHolder (Results 1 – 2 of 2) sorted by relevance
471 public ViewHolder findContainingViewHolder(View view) { in findContainingViewHolder() method in PagedRecyclerView473 return mNestedRecyclerView.findContainingViewHolder(view); in findContainingViewHolder()475 return super.findContainingViewHolder(view); in findContainingViewHolder()
204 recyclerView.findContainingViewHolder(viewAtPoint); in onInterceptTouchEvent()