Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DBaseScreenSharePermissionDialog.kt147 val titleTextView = view.findViewById<TextView>(android.R.id.text1) regex
149 titleTextView.text = getItem(position)
153 titleTextView.isEnabled = true
156 titleTextView.isEnabled = false
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/tv/
H A DTvUsbDialogActivity.java77 TextView titleTextView = findViewById(R.id.bottom_sheet_title); in initUI() local
84 titleTextView.setText(title); in initUI()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/android/service/games/
H A DGameSessionTrampolineActivityTest.java209 TextView titleTextView = new TextView(this); in onCreate() local
210 titleTextView.setText(PAGE_TITLE_TEXT); in onCreate()
211 contentLayout.addView(titleTextView); in onCreate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/hdmi/
H A DHdmiCecSetMenuLanguageActivity.java79 TextView titleTextView = findViewById(R.id.bottom_sheet_title); in initUI() local
86 titleTextView.setText(title); in initUI()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DStackEducationView.kt52 private val titleTextView by lazy { requireViewById<TextView>(R.id.stack_education_title) } regex
110 titleTextView.setTextColor(textColor)
/aosp14/frameworks/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/
H A DBatteryStatsViewerActivity.java242 public TextView titleTextView; field in BatteryStatsViewerActivity.BatteryStatsDataAdapter.ViewHolder
250 titleTextView = itemView.findViewById(R.id.title); in ViewHolder()
367 viewHolder.titleTextView.setText(title); in setTitleIconAndBackground()