Home
last modified time | relevance | path

Searched refs:dialogContext (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/reardisplay/
H A DRearDisplayDialogController.java103 Context dialogContext = mRearDisplayEducationDialog.getContext(); in onConfigurationChanged() local
104 View dialogView = createDialogView(dialogContext); in onConfigurationChanged()
112 Context dialogContext = mRearDisplayEducationDialog.getContext(); in createAndShowDialog() local
114 View dialogView = createDialogView(dialogContext); in createAndShowDialog()
116 mDialogViewContainer = new LinearLayout(dialogContext); in createAndShowDialog()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaProjectionPermissionActivity.java214 Context dialogContext = getApplicationContext(); in onCreate() local
216 mDialog = new MediaProjectionPermissionDialog(dialogContext, getMediaProjectionConfig(), in onCreate()
224 AlertDialog.Builder dialogBuilder = new AlertDialog.Builder(dialogContext, in onCreate()
279 Context dialogContext = getApplicationContext(); in showScreenCaptureDisabledDialogIfNeeded() local
280 AlertDialog dialog = new ScreenCaptureDisabledDialog(dialogContext); in showScreenCaptureDisabledDialogIfNeeded()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodMenuController.java135 final Context dialogContext = mDialogBuilder.getContext(); in showInputMethodMenu() local
136 final TypedArray a = dialogContext.obtainStyledAttributes(null, in showInputMethodMenu()
145 final LayoutInflater inflater = dialogContext.getSystemService(LayoutInflater.class); in showInputMethodMenu()
166 final ImeSubtypeListAdapter adapter = new ImeSubtypeListAdapter(dialogContext, in showInputMethodMenu()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DFgsManagerController.kt382 val dialogContext = dialog.context regex
384 val recyclerView = RecyclerView(dialogContext)
385 recyclerView.layoutManager = LinearLayoutManager(dialogContext)
388 val topSpacing = dialogContext.resources