Home
last modified time | relevance | path

Searched refs:OreoCallback (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/widget/
DTextViewCompat.java498 textView.setCustomSelectionActionModeCallback(new OreoCallback(callback, textView)); in setCustomSelectionActionModeCallback()
502 private static class OreoCallback implements ActionMode.Callback { class in TextViewCompat
518 OreoCallback(ActionMode.Callback callback, TextView textView) { in OreoCallback() method in TextViewCompat.OreoCallback