Searched refs:dialogView (Results 1 – 5 of 5) sorted by relevance
449 final View dialogView = createDialogView(quickSettingsContext); in createDialog() local457 mDialog.setView(dialogView); in createDialog()495 View dialogView = LayoutInflater.from(quickSettingsContext) in createOrganizationDialogView() local500 dialogView.findViewById(R.id.device_management_subtitle); in createOrganizationDialogView()506 dialogView.findViewById(R.id.device_management_disclosures).setVisibility(View.GONE); in createOrganizationDialogView()508 dialogView.findViewById(R.id.device_management_disclosures).setVisibility(View.VISIBLE); in createOrganizationDialogView()510 (TextView) dialogView.findViewById(R.id.device_management_warning); in createOrganizationDialogView()519 dialogView.findViewById(R.id.ca_certs_disclosures).setVisibility(View.GONE); in createOrganizationDialogView()521 dialogView.findViewById(R.id.ca_certs_disclosures).setVisibility(View.VISIBLE); in createOrganizationDialogView()522 TextView caCertsWarning = (TextView) dialogView.findViewById(R.id.ca_certs_warning); in createOrganizationDialogView()[all …]
97 View dialogView; in createAndShowDialog() local99 dialogView = View.inflate(dialogContext, in createAndShowDialog()102 dialogView = View.inflate(dialogContext, in createAndShowDialog()105 LottieAnimationView animationView = dialogView.findViewById( in createAndShowDialog()108 mRearDisplayEducationDialog.setView(dialogView); in createAndShowDialog()
85 protected static SeekBar getSeekBar(View dialogView) { in getSeekBar() argument86 return (SeekBar) dialogView.findViewById(R.id.seekbar); in getSeekBar()
150 protected void onAddEditTextToDialogView(View dialogView, EditText editText) { in onAddEditTextToDialogView() argument151 ViewGroup container = (ViewGroup) dialogView in onAddEditTextToDialogView()
98 View dialogView = LayoutInflater.from(getContext()).inflate(R.layout.volume_panel_dialog, in onCreate() local101 window.setContentView(dialogView); in onCreate()103 Button doneButton = dialogView.findViewById(R.id.done_button); in onCreate()105 Button settingsButton = dialogView.findViewById(R.id.settings_button); in onCreate()120 mVolumePanelSlices = dialogView.findViewById(R.id.volume_panel_parent_layout); in onCreate()