Home
last modified time | relevance | path

Searched defs:dialogView (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/reardisplay/
DRearDisplayDialogController.java104 View dialogView = createDialogView(dialogContext); in onConfigurationChanged() local
114 View dialogView = createDialogView(dialogContext); in createAndShowDialog() local
131 View dialogView; in createDialogView() local
/frameworks/base/core/java/android/preference/
DSeekBarDialogPreference.java85 protected static SeekBar getSeekBar(View dialogView) { in getSeekBar()
DEditTextPreference.java150 protected void onAddEditTextToDialogView(View dialogView, EditText editText) { in onAddEditTextToDialogView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSSecurityFooterUtils.java450 final View dialogView = createDialogView(quickSettingsContext); in createDialog() local
496 View dialogView = LayoutInflater.from(quickSettingsContext) in createOrganizationDialogView() local
584 View dialogView = LayoutInflater.from(quickSettingsContext) in createParentalControlsDialogView() local
602 boolean showNetworkLogging, boolean showVpn, View dialogView) { in configSubtitleVisibility()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumePanelDialog.java98 View dialogView = LayoutInflater.from(getContext()).inflate(R.layout.volume_panel_dialog, in onCreate() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/contrast/
DContrastDialog.kt48 lateinit var dialogView: View in <lambda>() variable