Home | History | Annotate | Download | only in widget

Lines Matching defs:findContainingViewHolder

3615         final ViewHolder focusedVh = child == null ? null : findContainingViewHolder(child);
4532 * @see #findContainingViewHolder(View)
4553 public ViewHolder findContainingViewHolder(@NonNull View view) {
8388 * @see RecyclerView#findContainingViewHolder(View)