Searched refs:dialogContext (Results 1 – 4 of 4) sorted by relevance
103 Context dialogContext = mRearDisplayEducationDialog.getContext(); in onConfigurationChanged() local104 View dialogView = createDialogView(dialogContext); in onConfigurationChanged()112 Context dialogContext = mRearDisplayEducationDialog.getContext(); in createAndShowDialog() local114 View dialogView = createDialogView(dialogContext); in createAndShowDialog()116 mDialogViewContainer = new LinearLayout(dialogContext); in createAndShowDialog()
214 Context dialogContext = getApplicationContext(); in onCreate() local216 mDialog = new MediaProjectionPermissionDialog(dialogContext, getMediaProjectionConfig(), in onCreate()224 AlertDialog.Builder dialogBuilder = new AlertDialog.Builder(dialogContext, in onCreate()279 Context dialogContext = getApplicationContext(); in showScreenCaptureDisabledDialogIfNeeded() local280 AlertDialog dialog = new ScreenCaptureDisabledDialog(dialogContext); in showScreenCaptureDisabledDialogIfNeeded()
135 final Context dialogContext = mDialogBuilder.getContext(); in showInputMethodMenu() local136 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()
382 val dialogContext = dialog.context regex384 val recyclerView = RecyclerView(dialogContext)385 recyclerView.layoutManager = LinearLayoutManager(dialogContext)388 val topSpacing = dialogContext.resources