Searched defs:editor (Results 1 - 25 of 64) sorted by path

123

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAccountHeaderPresenter.java16 package com.android.contacts.editor;
H A DAggregationSuggestionEngine.java17 package com.android.contacts.editor;
H A DAggregationSuggestionView.java17 package com.android.contacts.editor;
31 import com.android.contacts.editor.AggregationSuggestionEngine.Suggestion;
H A DCancelEditDialogFragment.java17 package com.android.contacts.editor;
H A DContactEditorFragment.java17 package com.android.contacts.editor;
67 import com.android.contacts.editor.AggregationSuggestionEngine.Suggestion;
106 * Contact editor with only the most important fields displayed initially.
169 * An intent extra that forces the editor to add the edited contact
181 * {@link com.android.contacts.quickcontact.QuickContactActivity} to the editor.
188 * {@link com.android.contacts.quickcontact.QuickContactActivity} to the editor.
194 * Intent key to pass the ID of the photo to display on the editor.
201 * Intent key to pass the ID of the raw contact id that should be displayed in the full editor
232 * The editor tries best to chose the most natural contact here.
261 * editor field
[all...]
H A DContactEditorUtils.java17 package com.android.contacts.editor;
53 * passed to the contact editor.
56 * @param requestLookupUri The lookup Uri originally passed to the contact editor
H A DEditor.java17 package com.android.contacts.editor;
35 public void onDeleteRequested(Editor editor); argument
49 // The editor has switched between different representations of the same
53 // Focus has changed inside the editor.
63 * Prepares this editor for the given {@link ValuesDelta}, which
101 * allows the appropriate editor UI to be presented immediately.
H A DEditorAnimator.java17 package com.android.contacts.editor;
195 "The editor should be contained inside a ScrollView.");
H A DEditorIntents.java16 package com.android.contacts.editor;
92 * Returns an Intent to edit a different raw contact in the editor with whatever
93 * values were already entered on the current editor.
H A DEditorUiUtils.java17 package com.android.contacts.editor;
66 * Utility methods for creating contact editor.
70 // Maps DataKind.mimeType to editor view layouts.
H A DEventFieldEditorView.java17 package com.android.contacts.editor;
H A DGroupMembershipView.java17 package com.android.contacts.editor;
55 * An editor for group membership. Displays the current group membership list and
H A DJoinContactConfirmationDialogFragment.java17 package com.android.contacts.editor;
H A DKindSectionData.java17 package com.android.contacts.editor;
31 * Holder for the multi account raw contact data needed to back an editor input field.
H A DKindSectionView.java17 package com.android.contacts.editor;
83 public void onDeleteRequested(Editor editor) { argument
84 editor.clearAllFields();
99 public void onDeleteRequested(Editor editor) { argument
100 editor.clearAllFields();
106 * Whether a new empty editor is added is controlled by {@link #setShowOneEmptyEditor} and
121 public void onDeleteRequested(Editor editor) { argument
123 // If there is only 1 editor in the section, then don't allow the user to
124 // delete it. Just clear the fields in the editor.
125 editor
140 onDeleteRequested(Editor editor) argument
[all...]
H A DLabeledEditorView.java17 package com.android.contacts.editor;
178 // safe to remove views (in case the user requests to delete this editor).
387 * Prepare this editor using the given {@link DataKind} for defining structure and
H A DPhotoActionPopup.java17 package com.android.contacts.editor;
H A DPhotoEditorView.java17 package com.android.contacts.editor;
H A DPhotoSourceDialogFragment.java17 package com.android.contacts.editor;
30 import com.android.contacts.editor.PhotoActionPopup.ChoiceListItem;
H A DPickRawContactDialogFragment.java1 package com.android.contacts.editor;
22 import com.android.contacts.editor.PickRawContactLoader.RawContact;
23 import com.android.contacts.editor.PickRawContactLoader.RawContactsMetadata;
38 * Dialog containing the raw contacts that make up a contact. On selection the editor is loaded
114 // Use the same string as editor if it's an editable user profile raw contact.
H A DPickRawContactLoader.java1 package com.android.contacts.editor;
H A DRawContactDeltaComparator.java17 package com.android.contacts.editor;
H A DRawContactEditorView.java17 package com.android.contacts.editor;
93 * Invoked when the structured name editor field has changed.
101 * Invoked when the editor should rebind editors for a new account.
H A DSelectAccountDialogFragment.java17 package com.android.contacts.editor;
H A DSplitContactConfirmationDialogFragment.java17 package com.android.contacts.editor;

Completed in 103 milliseconds

123