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

/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DActionMode.java34 * <p>For information about how to provide contextual actions with {@code ActionMode},
40 public abstract class ActionMode { class
46 * Set a tag object associated with this ActionMode.
49 * data with an ActionMode for later reference.
51 * @param tag Tag to associate with this ActionMode
60 * Retrieve the tag object associated with this ActionMode.
63 * data with an ActionMode for later reference.
65 * @return Tag associated with this ActionMode
168 * {@link ActionMode.Callback} will have its
169 * {@link Callback#onPrepareActionMode(ActionMode, Men
[all...]
/frameworks/base/core/java/android/view/
H A DActionMode.java30 * <p>For information about how to provide contextual actions with {@code ActionMode},
35 public abstract class ActionMode { class
59 * Set a tag object associated with this ActionMode.
62 * data with an ActionMode for later reference.
64 * @param tag Tag to associate with this ActionMode
73 * Retrieve the tag object associated with this ActionMode.
76 * data with an ActionMode for later reference.
78 * @return Tag associated with this ActionMode
200 * {@link ActionMode.Callback} will have its
201 * {@link Callback#onPrepareActionMode(ActionMode, Men
[all...]

Completed in 239 milliseconds