| Package | Description |
|---|---|
| android.app | |
| android.view | |
| android.widget |
| Modifier and Type | Method and Description |
|---|---|
ActionMode |
Activity.onWindowStartingActionMode(ActionMode.Callback callback) |
ActionMode |
Dialog.onWindowStartingActionMode(ActionMode.Callback callback) |
ActionMode |
Activity.startActionMode(ActionMode.Callback callback) |
| Modifier and Type | Method and Description |
|---|---|
ActionMode |
Window.Callback.onWindowStartingActionMode(ActionMode.Callback callback) |
ActionMode |
View.startActionMode(ActionMode.Callback callback) |
ActionMode |
ViewParent.startActionModeForChild(View originalView,
ActionMode.Callback callback) |
ActionMode |
ViewGroup.startActionModeForChild(View originalView,
ActionMode.Callback callback) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AbsListView.MultiChoiceModeListener |
| Modifier and Type | Method and Description |
|---|---|
ActionMode.Callback |
TextView.getCustomSelectionActionModeCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
TextView.setCustomSelectionActionModeCallback(ActionMode.Callback actionModeCallback) |
Copyright © 2008-2013. All Rights Reserved.