Searched refs:customView (Results 1 – 8 of 8) sorted by relevance
38 View customView = in showDialog() local41 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()
141 View customView = createCustomView(customViewContainer); in onCreateView() local142 if (customView != null) { in onCreateView()143 customViewContainer.addView(customView); in onCreateView()
55 val customView = in <lambda>() constant58 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>()
513 View customView, CharSequence positiveButtonText, in createCustomDialog() argument517 .setView(customView) in createCustomDialog()523 if (customView instanceof ScrollView || customView instanceof AbsListView) { in createCustomDialog()524 setScrollIndicators(customView); in createCustomDialog()
134 View customView = LayoutInflater.from(a).inflate( in startActionMode() local136 mActionMode.setCustomView(customView); in startActionMode()138 (Button) customView.findViewById(R.id.selection_menu), this); in startActionMode()
488 View customView = alertDialog.getLayoutInflater().inflate( in toggleHQWithWarningIfNeeded() local490 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()
1562 View customView = actionBar.getCustomView(); in updateActionBar() local1563 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()
324 View customView = LayoutInflater.from(context).inflate(R.layout.dialog_deviceids, null); in handleDeviceIdDisplay() local325 ViewGroup holder = customView.findViewById(R.id.deviceids_holder); in handleDeviceIdDisplay()351 .setView(customView) in handleDeviceIdDisplay()