Home
last modified time | relevance | path

Searched refs:ScrollTextHolder (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/
H A DScrollFragment.java104 return new ScrollTextHolder(view); in onCreateViewHolder()
119 ((ScrollTextHolder) viewHolder).setHeight(mItems.get(position).getHeight()); in onBindViewHolder()
130 private static class ScrollTextHolder extends RecyclerView.ViewHolder { class in ScrollFragment
135 ScrollTextHolder(@NonNull View itemView) { in ScrollTextHolder() method in ScrollFragment.ScrollTextHolder