Home
last modified time | relevance | path

Searched refs:mCustomTitleView (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/sensorprivacy/
DSensorUseStartedActivity.kt129 mCustomTitleView = mInflater.inflate(R.layout.sensor_use_started_title, null) in <lambda>()
130 mCustomTitleView.findViewById<DialogTitle>(R.id.sensor_use_started_title_message)!! in <lambda>()
141 mCustomTitleView.findViewById<ImageView>(R.id.sensor_use_microphone_icon)!! in <lambda>()
147 mCustomTitleView.findViewById<ImageView>(R.id.sensor_use_camera_icon)!! in <lambda>()
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java112 private View mCustomTitleView; field in AlertController
298 mCustomTitleView = customTitleView; in setCustomTitle()
691 if (mCustomTitleView != null && mShowTitle) { in setupTitle()
696 topPanel.addView(mCustomTitleView, 0, lp); in setupTitle()
1030 public View mCustomTitleView; field in AlertController.AlertParams
1111 if (mCustomTitleView != null) { in apply()
1112 dialog.setCustomTitle(mCustomTitleView); in apply()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServicesDialog.java95 p.mCustomTitleView = mInflater.inflate(R.layout.foreground_service_title, null); in onCreate()
/frameworks/base/core/java/android/app/
DAlertDialog.java552 P.mCustomTitleView = customTitleView; in setCustomTitle()