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

/frameworks/base/core/java/android/view/
H A DActionMode.java26 * <p>For information about how to provide contextual actions with {@code ActionMode},
31 public abstract class ActionMode { class
36 * Set a tag object associated with this ActionMode.
39 * data with an ActionMode for later reference.
41 * @param tag Tag to associate with this ActionMode
50 * Retrieve the tag object associated with this ActionMode.
53 * data with an ActionMode for later reference.
55 * @return Tag associated with this ActionMode
158 * {@link ActionMode.Callback} will have its
159 * {@link Callback#onPrepareActionMode(ActionMode, Men
[all...]
/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...]

Completed in 314 milliseconds