Searched defs:textView (Results 1 – 11 of 11) sorted by relevance
32 public static void bind(Contact contact, TextView textView) { in bind()
94 ContactViewHolder(@NonNull TextView textView) { in ContactViewHolder()
38 TextView textView = findViewById(R.id.styled_text); in onCreate() local
40 private final TextView textView; field in CustomAdapter.ViewHolder
41 val textView: TextView constant in com.example.android.recyclerview.CustomAdapter
43 class ViewHolder(val textView: TextView) : RecyclerView.ViewHolder(textView) in <lambda>() constant in com.example.android.navigationdrawer.PlanetAdapter.ViewHolder
195 TextView textView = (TextView) findViewById( in showAlreadyAuthenticated() local
172 TextView textView = new TextView(context); in createDefaultTabView() local
111 TextView textView = (TextView) view.findViewById(R.id.textView); in instantiateItem() local
336 TextView textView = (TextView) view.findViewById(R.id.item_text); in insertItemRow() local