Home
last modified time | relevance | path

Searched refs:customView (Results 1 – 8 of 8) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/
DDialogUtils.java38 View customView = in showDialog() local
41 TextView dialogTitle = customView.findViewById(R.id.title); in showDialog()
42 TextView dialogMessage = customView.findViewById(R.id.message); in showDialog()
43 Button gotItButton = customView.findViewById(R.id.okButton); in showDialog()
48 builder.setView(customView); in showDialog()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DFullScreenDialogFragment.java141 View customView = createCustomView(customViewContainer); in onCreateView() local
142 if (customView != null) { in onCreateView()
143 customViewContainer.addView(customView); in onCreateView()
/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/view/
DCameraPickerDialog.kt55 val customView = in <lambda>() constant
58 val containerView: View = customView.findViewById(R.id.selector_container_view)!! in <lambda>()
61 val recyclerView: RecyclerView = customView.findViewById(R.id.camera_selector_view)!! in <lambda>()
64 dialog.setView(customView) in <lambda>()
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityDialogUtils.java513 View customView, CharSequence positiveButtonText, in createCustomDialog() argument
517 .setView(customView) in createCustomDialog()
523 if (customView instanceof ScrollView || customView instanceof AbsListView) { in createCustomDialog()
524 setScrollIndicators(customView); in createCustomDialog()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DActionModeHandler.java134 View customView = LayoutInflater.from(a).inflate( in startActionMode() local
136 mActionMode.setCustomView(customView); in startActionMode()
138 (Button) customView.findViewById(R.id.selection_menu), this); in startActionMode()
/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DDeviceAsWebcamPreview.java488 View customView = alertDialog.getLayoutInflater().inflate( in toggleHQWithWarningIfNeeded() local
490 alertDialog.setView(customView); in toggleHQWithWarningIfNeeded()
491 CheckBox dontShow = customView.findViewById(R.id.hq_warning_dont_show_again_checkbox); in toggleHQWithWarningIfNeeded()
495 Button ackButton = customView.findViewById(R.id.hq_warning_ack_button); in toggleHQWithWarningIfNeeded()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFragment.java1562 View customView = actionBar.getCustomView(); in updateActionBar() local
1563 if (customView == null || customView.getId() != R.id.conversation_title_container) { in updateActionBar()
1566 customView = inflator.inflate(R.layout.action_bar_conversation_name, null); in updateActionBar()
1567 customView.setOnClickListener(new View.OnClickListener() { in updateActionBar()
1573 actionBar.setCustomView(customView); in updateActionBar()
1577 (TextView) customView.findViewById(R.id.conversation_title); in updateActionBar()
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DSpecialCharSequenceMgr.java324 View customView = LayoutInflater.from(context).inflate(R.layout.dialog_deviceids, null); in handleDeviceIdDisplay() local
325 ViewGroup holder = customView.findViewById(R.id.deviceids_holder); in handleDeviceIdDisplay()
351 .setView(customView) in handleDeviceIdDisplay()