Searched refs:titleTextView (Results 1 – 3 of 3) sorted by relevance
42 private val titleTextView by lazy { findViewById<TextView>(R.id.stack_education_title) } in <lambda>() constant77 titleTextView.setTextColor(textColor) in setTextColor()
45 private val titleTextView by lazy { findViewById<TextView>(R.id.user_education_title) } in <lambda>() constant79 titleTextView.setTextColor(textColor) in setTextColor()
240 public TextView titleTextView; field in BatteryStatsViewerActivity.BatteryStatsDataAdapter.ViewHolder248 titleTextView = itemView.findViewById(R.id.title); in ViewHolder()351 viewHolder.titleTextView.setText(title); in setTitleIconAndBackground()