Searched defs:textView (Results 1 – 11 of 11) sorted by relevance
64 TextView textView = new TextView(mContext); in onCreateViewHolder() local74 TextView textView = ((TextView) holder.itemView); in onBindViewHolder() local
74 TextView textView; field in AsyncListUtilActivity.TextViewHolder
218 public TextView textView; field in RemoveLargeItemsDemo.MyViewHolder
726 public TextView textView; field in MyViewHolder
44 TextView textView = new TextView(/* context= */ this); in onCreate() local
52 TextView textView = new TextView(getContext()); in onCreateView() local
136 final TextView textView = findViewById(textViewResId); in printInsetType() local157 final TextView textView = findViewById(textViewResId); in printLegacyInset() local
109 TextView textView = new TextView(container.getContext()); in onCreateView() local152 TextView textView = new TextView(container.getContext()); in onCreateView() local
132 TextView textView = new TextView(parent.getContext()); in onCreateViewHolder() local
369 TextView textView = in onCreateViewHolder() local396 private RecyclerViewItemViewHolder(TextView textView) { in RecyclerViewItemViewHolder()