Lines Matching refs:edit
883 // If the edit response helper dialog is open, we'll need to
992 // Hide Edit/Delete buttons if in full screen mode on a phone
1211 // Show color/edit/delete buttons only in non-dialog configuration
1229 // Edit button - start the event edit activity and close the info
1782 View b = mView.findViewById(R.id.edit);
1808 button = mView.findViewById(R.id.edit);
1832 MenuItem edit = mMenu.findItem(R.id.info_action_edit);
1838 if (edit != null) {
1839 edit.setVisible(mCanModifyEvent);
1840 edit.setEnabled(mCanModifyEvent);
1972 // a) you can edit the event's containing calendar AND
2088 // Display the "delete confirmation" or "edit response helper" dialog if needed