Searched refs:titleTextView (Results 1 – 6 of 6) sorted by relevance
147 val titleTextView = view.findViewById<TextView>(android.R.id.text1) regex149 titleTextView.text = getItem(position)153 titleTextView.isEnabled = true156 titleTextView.isEnabled = false
77 TextView titleTextView = findViewById(R.id.bottom_sheet_title); in initUI() local84 titleTextView.setText(title); in initUI()
209 TextView titleTextView = new TextView(this); in onCreate() local210 titleTextView.setText(PAGE_TITLE_TEXT); in onCreate()211 contentLayout.addView(titleTextView); in onCreate()
79 TextView titleTextView = findViewById(R.id.bottom_sheet_title); in initUI() local86 titleTextView.setText(title); in initUI()
52 private val titleTextView by lazy { requireViewById<TextView>(R.id.stack_education_title) } regex110 titleTextView.setTextColor(textColor)
242 public TextView titleTextView; field in BatteryStatsViewerActivity.BatteryStatsDataAdapter.ViewHolder250 titleTextView = itemView.findViewById(R.id.title); in ViewHolder()367 viewHolder.titleTextView.setText(title); in setTitleIconAndBackground()