Searched defs:Editor (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditor.java29 public interface Editor { interface
33 * Called when the given {@link Editor} is requested to be deleted by the user.
35 public void onDeleteRequested(Editor editor);
38 * Called when the given {@link Editor} has a request, for example it
54 * Returns whether or not all the fields are empty in this {@link Editor}.
69 * Add a specific {@link EditorListener} to this {@link Editor}.
80 * Performs the delete operation for this {@link Editor}.
85 * Clears all fields in this {@link Editor}.
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditor.java45 public class Editor implements OnSeekBarChangeListener, SwapButton.SwapButtonListener { class in inherits:OnSeekBarChangeListener,SwapButton.SwapButtonListener
54 private final String LOGTAG = "Editor";
74 protected Editor(int id) { method in class:Editor

Completed in 70 milliseconds