Home
last modified time | relevance | path

Searched refs:dialogLayout (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/app/
DFirstRunDialog.java160 final AspectRatioDialogLayout dialogLayout = new AspectRatioDialogLayout( in promptAspectRatioPreferenceDialog() local
162 dialogLayout.setListener(new AspectRatioDialogLayout.AspectRatioDialogListener() { in promptAspectRatioPreferenceDialog()
196 mAspectRatioPreferenceDialog.setContentView(dialogLayout, new ViewGroup.LayoutParams( in promptAspectRatioPreferenceDialog()
231 final LocationDialogLayout dialogLayout = new LocationDialogLayout( in promptLocationPreferenceDialog() local
233 dialogLayout.setListener(new LocationDialogLayout.LocationDialogListener() { in promptLocationPreferenceDialog()
259 mLocationPreferenceDialog.setContentView(dialogLayout, new ViewGroup.LayoutParams( in promptLocationPreferenceDialog()
/packages/services/Car/tests/ThemePlayground/src/com/android/car/themeplayground/
DAbstractSampleActivity.java146 View dialogLayout = findViewById(backgroundLayoutId); in setupBackgroundColorControls()
147 dialogLayout.setBackgroundColor(color); in setupBackgroundColorControls()
155 View dialogLayout = findViewById(backgroundLayoutId); in setupBackgroundColorControls()
156 dialogLayout.setBackgroundColor(android.R.color.black); in setupBackgroundColorControls()
DDialogSamples.java42 setupBackgroundColorControls(R.id.dialogLayout); in onCreate()
/packages/apps/Messaging/src/com/android/messaging/ui/
DSmsStorageLowWarningFragment.java98 final View dialogLayout = inflater.inflate( in onCreateDialog() local
100 final ListView actionListView = (ListView) dialogLayout.findViewById( in onCreateDialog()
107 .setView(dialogLayout) in onCreateDialog()
/packages/apps/Settings/src/com/android/settings/accessibility/
DListDialogPreference.java147 final int dialogLayout = getDialogLayoutResource(); in onPrepareDialogBuilder() local
148 final View picker = LayoutInflater.from(context).inflate(dialogLayout, null); in onPrepareDialogBuilder()