Searched refs:titleTextView (Results 1 – 6 of 6) sorted by relevance
56 final TextView titleTextView = findViewById(R.id.title); in FaceEnrollAccessibilityToggle() local57 titleTextView.setText(title); in FaceEnrollAccessibilityToggle()
51 TextView titleTextView = (TextView) v.findViewById( in bindView() local53 titleTextView.setText(cursor.getString(AlbumSetLoader.INDEX_TITLE)); in bindView()
53 private val titleTextView by lazy { findViewById<TextView>(R.id.stack_education_title) } regex110 titleTextView.setTextColor(textColor)
144 final TextView titleTextView = (TextView) itemView.findViewById(R.id.title); in getView() local147 titleTextView.setText(item.getDisplayName()); in getView()
240 public TextView titleTextView; field in BatteryStatsViewerActivity.BatteryStatsDataAdapter.ViewHolder248 titleTextView = itemView.findViewById(R.id.title); in ViewHolder()351 viewHolder.titleTextView.setText(title); in setTitleIconAndBackground()
700 TextView titleTextView = findViewById(R.id.alertTitle); in updateAlertText() local702 if (titleTextView != null) { in updateAlertText()705 titleTextView.setSingleLine(false); in updateAlertText()709 titleTextView.setText(title); in updateAlertText()