Searched refs:RttTranscriptAdapter (Results 1 – 2 of 2) sorted by relevance
28 public class RttTranscriptAdapter extends RecyclerView.Adapter<RttTranscriptMessageViewHolder> { class36 RttTranscriptAdapter(Context context) { in RttTranscriptAdapter() method in RttTranscriptAdapter
41 private RttTranscriptAdapter adapter;66 adapter = new RttTranscriptAdapter(this); in onCreate()