Home
last modified time | relevance | path

Searched refs:titleTextView (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DStackEducationView.kt42 private val titleTextView by lazy { findViewById<TextView>(R.id.stack_education_title) } in <lambda>() constant
77 titleTextView.setTextColor(textColor) in setTextColor()
DManageEducationView.kt45 private val titleTextView by lazy { findViewById<TextView>(R.id.user_education_title) } in <lambda>() constant
79 titleTextView.setTextColor(textColor) in setTextColor()
/frameworks/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/
DBatteryStatsViewerActivity.java240 public TextView titleTextView; field in BatteryStatsViewerActivity.BatteryStatsDataAdapter.ViewHolder
248 titleTextView = itemView.findViewById(R.id.title); in ViewHolder()
351 viewHolder.titleTextView.setText(title); in setTitleIconAndBackground()