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, EntityDelta state, boolean readOnly, argument
H A DEventFieldEditorView.java107 public void setValues(DataKind kind, ValuesDelta entry, EntityDelta state, boolean readOnly, argument
110 super.setValues(kind, entry, state, readOnly, vig);
112 mDateView.setEnabled(isEnabled() && !readOnly);
H A DPhoneticNameEditorView.java175 public void setValues(DataKind kind, ValuesDelta entry, EntityDelta state, boolean readOnly, argument
180 super.setValues(kind, entry, state, readOnly, vig);
H A DPhotoEditorView.java90 public void setValues(DataKind kind, ValuesDelta values, EntityDelta state, boolean readOnly, argument
93 mReadOnly = readOnly;
H A DKindSectionView.java131 public void setState(DataKind kind, EntityDelta state, boolean readOnly, ViewIdGenerator vig) { argument
134 mReadOnly = readOnly;
H A DStructuredNameEditorView.java64 public void setValues(DataKind kind, ValuesDelta entry, EntityDelta state, boolean readOnly, argument
66 super.setValues(kind, entry, state, readOnly, vig);
H A DTextFieldsEditorView.java162 public void setValues(DataKind kind, ValuesDelta entry, EntityDelta state, boolean readOnly, argument
164 super.setValues(kind, entry, state, readOnly, vig);
230 fieldView.setEnabled(isEnabled() && !readOnly);
253 mExpansionView.setEnabled(!readOnly && isEnabled());
H A DLabeledEditorView.java329 public void setValues(DataKind kind, ValuesDelta entry, EntityDelta state, boolean readOnly, argument
334 mReadOnly = readOnly;
348 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.java342 public EditEventFragment(EventInfo event, boolean readOnly, Intent intent) { argument
344 mIsReadOnly = readOnly;

Completed in 159 milliseconds