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