Searched defs:readOnly (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditor.java63 public void setValues(DataKind kind, ValuesDelta values, RawContactDelta state, boolean readOnly, argument
H A DEventFieldEditorView.java108 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, argument
111 super.setValues(kind, entry, state, readOnly, vig);
113 mDateView.setEnabled(isEnabled() && !readOnly);
H A DPhoneticNameEditorView.java105 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, argument
110 super.setValues(kind, entry, state, readOnly, vig);
H A DPhotoEditorView.java96 public void setValues(DataKind kind, ValuesDelta values, RawContactDelta state, boolean readOnly, argument
99 mReadOnly = readOnly;
H A DKindSectionView.java133 public void setState(DataKind kind, RawContactDelta state, boolean readOnly, ViewIdGenerator vig) { argument
136 mReadOnly = readOnly;
H A DStructuredNameEditorView.java66 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, argument
68 super.setValues(kind, entry, state, readOnly, vig);
H A DTextFieldsEditorView.java188 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, argument
190 super.setValues(kind, entry, state, readOnly, vig);
260 fieldView.setEnabled(isEnabled() && !readOnly);
283 mExpansionView.setEnabled(!readOnly && isEnabled());
H A DLabeledEditorView.java344 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, argument
349 mReadOnly = readOnly;
363 mLabel.setEnabled(!readOnly && isEnabled());
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DContactsSource.java64 public boolean readOnly; field in class:ContactsSource
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java438 boolean eventColorInitialized, int eventColor, boolean readOnly, Intent intent) {
440 mIsReadOnly = readOnly;
437 EditEventFragment(EventInfo event, ArrayList<ReminderEntry> reminders, boolean eventColorInitialized, int eventColor, boolean readOnly, Intent intent) argument

Completed in 92 milliseconds