Searched refs:mCustomTitleView (Results 1 – 4 of 4) sorted by relevance
129 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>()
112 private View mCustomTitleView; field in AlertController298 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.AlertParams1111 if (mCustomTitleView != null) { in apply()1112 dialog.setCustomTitle(mCustomTitleView); in apply()
95 p.mCustomTitleView = mInflater.inflate(R.layout.foreground_service_title, null); in onCreate()
552 P.mCustomTitleView = customTitleView; in setCustomTitle()