Searched refs:findContainingViewHolder (Results 1 – 2 of 2) sorted by relevance
185 recyclerView.findContainingViewHolder(viewAtPoint); in onInterceptTouchEvent()
3400 final ViewHolder focusedVh = child == null ? null : findContainingViewHolder(child); in saveFocusInfo()4330 public ViewHolder findContainingViewHolder(View view) { in findContainingViewHolder() method