Searched refs:CheeseAdapter (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/frameworks/support/samples/SupportCarDemos/src/main/java/com/example/androidx/car/
H A DAlphaJumpActivity.java80 pagedListView.setAdapter(new CheeseAdapter());
86 public static class CheeseAdapter extends RecyclerView.Adapter<CheeseAdapter.ViewHolder> class in class:AlphaJumpActivity
91 CheeseAdapter() { method in class:AlphaJumpActivity.CheeseAdapter
98 public CheeseAdapter.ViewHolder onCreateViewHolder(ViewGroup parent, int viewType) {
101 return new CheeseAdapter.ViewHolder(view);
105 public void onBindViewHolder(CheeseAdapter.ViewHolder holder, int position) {
140 * ViewHolder for CheeseAdapter.
/frameworks/support/samples/SupportCarDemos/src/main/java/com/example/androidx/car/
H A DAlphaJumpActivity.java80 pagedListView.setAdapter(new CheeseAdapter());
86 public static class CheeseAdapter extends RecyclerView.Adapter<CheeseAdapter.ViewHolder> class in class:AlphaJumpActivity
91 CheeseAdapter() { method in class:AlphaJumpActivity.CheeseAdapter
98 public CheeseAdapter.ViewHolder onCreateViewHolder(ViewGroup parent, int viewType) {
101 return new CheeseAdapter.ViewHolder(view);
105 public void onBindViewHolder(CheeseAdapter.ViewHolder holder, int position) {
140 * ViewHolder for CheeseAdapter.

Completed in 156 milliseconds