Searched refs:dialogLayout (Results 1 – 5 of 5) sorted by relevance
160 final AspectRatioDialogLayout dialogLayout = new AspectRatioDialogLayout( in promptAspectRatioPreferenceDialog() local162 dialogLayout.setListener(new AspectRatioDialogLayout.AspectRatioDialogListener() { in promptAspectRatioPreferenceDialog()196 mAspectRatioPreferenceDialog.setContentView(dialogLayout, new ViewGroup.LayoutParams( in promptAspectRatioPreferenceDialog()231 final LocationDialogLayout dialogLayout = new LocationDialogLayout( in promptLocationPreferenceDialog() local233 dialogLayout.setListener(new LocationDialogLayout.LocationDialogListener() { in promptLocationPreferenceDialog()259 mLocationPreferenceDialog.setContentView(dialogLayout, new ViewGroup.LayoutParams( in promptLocationPreferenceDialog()
146 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()
42 setupBackgroundColorControls(R.id.dialogLayout); in onCreate()
98 final View dialogLayout = inflater.inflate( in onCreateDialog() local100 final ListView actionListView = (ListView) dialogLayout.findViewById( in onCreateDialog()107 .setView(dialogLayout) in onCreateDialog()
147 final int dialogLayout = getDialogLayoutResource(); in onPrepareDialogBuilder() local148 final View picker = LayoutInflater.from(context).inflate(dialogLayout, null); in onPrepareDialogBuilder()