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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/
H A DActionMode.java35 * <p>For information about how to provide contextual actions with {@code ActionMode},
41 public abstract class ActionMode { class
47 * Set a tag object associated with this ActionMode.
50 * data with an ActionMode for later reference.
52 * @param tag Tag to associate with this ActionMode
61 * Retrieve the tag object associated with this ActionMode.
64 * data with an ActionMode for later reference.
66 * @return Tag associated with this ActionMode
169 * {@link ActionMode.Callback} will have its
170 * {@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 9 milliseconds