Searched refs:customTitleView (Results 1 – 4 of 4) sorted by relevance
29 val customTitleView = layoutInflater.inflate(R.layout.sensor_use_started_title, null) constant30 customTitleView.requireViewById<DialogTitle>(R.id.sensor_use_started_title_message)40 customTitleView.requireViewById<ImageView>(R.id.sensor_use_microphone_icon).visibility =47 customTitleView.requireViewById<ImageView>(R.id.sensor_use_camera_icon).visibility =55 setCustomTitle(customTitleView)
264 public void setCustomTitle(View customTitleView) { in setCustomTitle() argument265 mAlert.setCustomTitle(customTitleView); in setCustomTitle()551 public Builder setCustomTitle(View customTitleView) { in setCustomTitle() argument552 P.mCustomTitleView = customTitleView; in setCustomTitle()
297 public void setCustomTitle(View customTitleView) { in setCustomTitle() argument298 mCustomTitleView = customTitleView; in setCustomTitle()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...