Searched refs:dialogView (Results 1 – 3 of 3) sorted by relevance
376 View dialogView = LayoutInflater.from(mContext) in createOrganizationDialogView() local381 dialogView.findViewById(R.id.device_management_subtitle); in createOrganizationDialogView()387 dialogView.findViewById(R.id.device_management_disclosures).setVisibility(View.GONE); in createOrganizationDialogView()389 dialogView.findViewById(R.id.device_management_disclosures).setVisibility(View.VISIBLE); in createOrganizationDialogView()391 (TextView) dialogView.findViewById(R.id.device_management_warning); in createOrganizationDialogView()400 dialogView.findViewById(R.id.ca_certs_disclosures).setVisibility(View.GONE); in createOrganizationDialogView()402 dialogView.findViewById(R.id.ca_certs_disclosures).setVisibility(View.VISIBLE); in createOrganizationDialogView()403 TextView caCertsWarning = (TextView) dialogView.findViewById(R.id.ca_certs_warning); in createOrganizationDialogView()413 dialogView.findViewById(R.id.network_logging_disclosures).setVisibility(View.GONE); in createOrganizationDialogView()415 dialogView.findViewById(R.id.network_logging_disclosures).setVisibility(View.VISIBLE); in createOrganizationDialogView()[all …]
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()