Searched refs:ProgramRowHolder (Results 1 – 2 of 2) sorted by relevance
66 public class ProgramTableAdapter extends RecyclerView.Adapter<ProgramTableAdapter.ProgramRowHolder>178 public void onBindViewHolder(ProgramRowHolder holder, int position) { in onBindViewHolder()183 public ProgramRowHolder onCreateViewHolder(ViewGroup parent, int viewType) { in onCreateViewHolder()187 return new ProgramRowHolder(itemView); in onCreateViewHolder()199 public class ProgramRowHolder extends RecyclerView.ViewHolder class in ProgramTableAdapter246 public ProgramRowHolder(View itemView) { in ProgramRowHolder() method in ProgramTableAdapter.ProgramRowHolder565 private static ImageLoaderCallback<ProgramRowHolder> createProgramPosterArtCallback(566 ProgramRowHolder holder, final Program program) {567 return new ImageLoaderCallback<ProgramRowHolder>(holder) {569 public void onBitmapLoaded(ProgramRowHolder holder, @Nullable Bitmap posterArt) {[all …]
412 ((ProgramTableAdapter.ProgramRowHolder) getChildViewHolder(childView)) in updateInputLogo()416 ((ProgramTableAdapter.ProgramRowHolder) getChildViewHolder(childView)) in updateInputLogo()