Searched refs:titleTextView (Results 1 – 4 of 4) sorted by relevance
184 val titleTextView = view.requireViewById<TextView>(android.R.id.text1) in getDropDownView() constant186 titleTextView.text = getItem(position) in getDropDownView()190 titleTextView.isEnabled = true in getDropDownView()193 titleTextView.isEnabled = false in getDropDownView()
209 TextView titleTextView = new TextView(this); in onCreate() local210 titleTextView.setText(PAGE_TITLE_TEXT); in onCreate()211 contentLayout.addView(titleTextView); in onCreate()
54 private val titleTextView by lazy { requireViewById<TextView>(R.id.stack_education_title) } in <lambda>() constant112 titleTextView.setTextColor(textColor) in setTextColor()
242 public TextView titleTextView; field in BatteryStatsViewerActivity.BatteryStatsDataAdapter.ViewHolder250 titleTextView = itemView.findViewById(R.id.title); in ViewHolder()367 viewHolder.titleTextView.setText(title); in setTitleIconAndBackground()