Searched defs:editor (Results 51 - 71 of 71) sorted by relevance

123

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DPhotoEditorView.java17 package com.android.contacts.editor;
43 * Simple editor for {@link Photo}.
72 // Never called, since the user never adds a new photo-editor;
73 // you can only change the picture in an existing editor.
205 * Bind the {@param photoUri}'s photo to editor's UI. This doesn't affect {@link ValuesDelta}.
H A DRawContactEditorView.java17 package com.android.contacts.editor;
52 * Custom view that provides all the editor interaction for a specific
148 // The same header is used by both full editor and read-only editor view. The header is
149 // left-aligned with read-only editor view but is not aligned well with full editor. So we
150 // need to shift the text in the header a little bit for full editor.
232 // Show photo editor when supported
253 // Create editor sections for each possible data kind
260 // Handle special case editor fo
[all...]
H A DStructuredNameEditorView.java17 package com.android.contacts.editor;
44 * A dedicated editor for structured name. When the user collapses/expands
234 * Returns the display name currently displayed in the editor.
H A DTextFieldsEditorView.java17 package com.android.contacts.editor;
51 * Simple editor that handles labels and any {@link EditField} defined for the
127 final View editor = mFields.getChildAt(0);
133 if (!imm.showSoftInput(editor, InputMethodManager.SHOW_IMPLICIT)) {
330 * Returns true if the editor is currently configured to show optional fields.
341 * Populates the bound rectangle with the bounds of the last editor field inside this view.
H A DCompactPhotoSelectionFragment.java17 package com.android.contacts.editor;
H A DGroupMembershipView.java17 package com.android.contacts.editor;
53 * An editor for group membership. Displays the current group membership list and
H A DAggregationSuggestionEngine.java17 package com.android.contacts.editor;
H A DLabeledEditorView.java17 package com.android.contacts.editor;
176 // safe to remove views (in case the user requests to delete this editor).
384 * Prepare this editor using the given {@link DataKind} for defining structure and
H A DCompactRawContactsEditorView.java17 package com.android.contacts.editor;
95 * Invoked when the structured name editor field has changed.
103 * Invoked when the compact editor should rebind editors for a new account.
123 * Invoked when a rawcontact from linked contacts is selected in editor.
764 // the full editor (i.e. they are not newly created raw contacts)
783 // Only add raw contacts that can be opened in the editor
788 // in the compact editor in the full editor
1000 // Don't show more than one group editor on the compact editor
[all...]
H A DContactEditorBaseFragment.java17 package com.android.contacts.editor;
41 import com.android.contacts.editor.AggregationSuggestionEngine.Suggestion;
163 * An intent extra that forces the editor to add the edited contact
175 * {@link com.android.contacts.quickcontact.QuickContactActivity} to the editor and between
183 * {@link com.android.contacts.quickcontact.QuickContactActivity} to the editor and between
190 * Intent key to pass the ID of the photo to display on the editor.
195 * Intent key to pass the ID of the raw contact id that should be displayed in the full editor
203 * in the full editor by itself is read-only.
233 * The editor tries best to chose the most natural contact here.
265 * @param redirect indicates that the current editor shoul
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterBasicRepresentation.java170 public void setFilterView(FilterView editor) { argument
/packages/apps/Launcher2/src/com/android/launcher2/
H A DInstallShortcutReceiver.java69 SharedPreferences.Editor editor, String key, String value) {
77 editor.putStringSet(key, strings);
101 SharedPreferences.Editor editor = sharedPrefs.edit();
102 addToStringSet(sharedPrefs, editor, APPS_PENDING_INSTALL, json.toString());
103 editor.commit();
304 SharedPreferences.Editor editor = sharedPrefs.edit();
307 editor, NEW_APPS_LIST_KEY, intent.toUri(0));
309 editor.putInt(NEW_APPS_PAGE_KEY, screen);
310 editor.commit();
68 addToStringSet(SharedPreferences sharedPrefs, SharedPreferences.Editor editor, String key, String value) argument
/packages/services/Telephony/src/com/android/phone/vvm/omtp/protocol/
H A DVvm3EventHandler.java239 private static void postError(VoicemailStatus.Editor editor, @ErrorCode int errorCode) { argument
261 editor.setConfigurationState(errorCode);
269 editor.setDataChannelState(errorCode);
272 editor.setNotificationChannelState(errorCode);
277 editor.apply();
283 Log.e(TAG, "status editor has null phone account handle");
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/
H A DStatusMessage.java202 public VisualVoicemailPreferences.Editor putStatus(VisualVoicemailPreferences.Editor editor) { argument
203 return editor
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorGrad.java425 public void setFilterView(FilterView editor) { argument
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DDefaultSoftKeyboardJAJP.java699 @Override public void setPreferences(SharedPreferences pref, EditorInfo editor) { argument
712 super.setPreferences(pref, editor);
714 int inputType = editor.inputType;
1165 * Get the shift key state from the editor.
1167 * @param editor The editor information
1170 protected int getShiftKeyState(EditorInfo editor) { argument
1173 int caps = connection.getCursorCapsMode(editor.inputType);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnEN.java251 * Get the shift key state from the editor.
253 * @param editor Editor
257 protected int getShiftKeyState(EditorInfo editor) { argument
258 return (getCurrentInputConnection().getCursorCapsMode(editor.inputType) == 0) ? 0 : 1;
972 * Fits an editor info.
975 * @param info The editor info.
H A DDefaultSoftKeyboard.java739 public void setPreferences(SharedPreferences pref, EditorInfo editor) { argument
H A DOpenWnnJAJP.java2579 * Get the shift key state from the editor.
2581 * @param editor The editor
2584 protected int getShiftKeyState(EditorInfo editor) { argument
2585 return (getCurrentInputConnection().getCursorCapsMode(editor.inputType) == 0) ? 0 : 1;
2648 * Fits an editor info.
2651 * @param info The editor info.
/packages/apps/Settings/src/com/android/settings/
H A DApnEditor.java467 // Fill in all the values from the db in both text editor and summary
938 public static void showError(ApnEditor editor) { argument
940 dialog.setTargetFragment(editor, 0);
941 dialog.show(editor.getFragmentManager(), "error");
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 386 milliseconds

123