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

/frameworks/base/core/java/android/widget/
H A DEditor.java2105 new TextActionModeCallback(TextActionMode.INSERTION);
2221 ActionMode.Callback actionModeCallback = new TextActionModeCallback(actionMode);
3900 private class TextActionModeCallback extends ActionMode.Callback2 { class in class:Editor
3907 TextActionModeCallback(@TextActionMode int mode) { method in class:Editor.TextActionModeCallback

Completed in 46 milliseconds