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

/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DActionMode.java31 * <p>For information about how to provide contextual actions with {@code ActionMode},
37 public abstract class ActionMode { class
43 * Set a tag object associated with this ActionMode.
46 * data with an ActionMode for later reference.
48 * @param tag Tag to associate with this ActionMode
57 * Retrieve the tag object associated with this ActionMode.
60 * data with an ActionMode for later reference.
62 * @return Tag associated with this ActionMode
165 * {@link ActionMode.Callback} will have its
166 * {@link Callback#onPrepareActionMode(ActionMode, Men
[all...]
/frameworks/base/core/java/android/view/
H A DActionMode.java29 * <p>For information about how to provide contextual actions with {@code ActionMode},
34 public abstract class ActionMode { class
58 * Set a tag object associated with this ActionMode.
61 * data with an ActionMode for later reference.
63 * @param tag Tag to associate with this ActionMode
72 * Retrieve the tag object associated with this ActionMode.
75 * data with an ActionMode for later reference.
77 * @return Tag associated with this ActionMode
199 * {@link ActionMode.Callback} will have its
200 * {@link Callback#onPrepareActionMode(ActionMode, Men
[all...]

Completed in 2170 milliseconds