Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java66 mEditText.setCustomSelectionActionModeCallback(new NoAction()); in FindActionModeCallback()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewActivityTest.java389 textView.setCustomSelectionActionModeCallback( in testToolbarMenuItemClickAfterSelectionChange()
427 textView.setCustomSelectionActionModeCallback( in testSelectionOnCreateActionModeReturnsFalse()
925 ((TextView) mActivity.findViewById(R.id.textview)).setCustomSelectionActionModeCallback( in testSelectionHandles_visibleEvenWithEmptyMenu()
958 textView.setCustomSelectionActionModeCallback(amCallback); in testSetSelectionAndActionMode()
1049 mActivityRule.runOnUiThread(() -> textView.setCustomSelectionActionModeCallback( in testResetMenuItemTitle()
1076 mActivityRule.runOnUiThread(() -> textView.setCustomSelectionActionModeCallback( in testAssistItemIsAtIndexZero()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java14758 public void setCustomSelectionActionModeCallback(ActionMode.Callback actionModeCallback) { in setCustomSelectionActionModeCallback() method
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt60354 method public void setCustomSelectionActionModeCallback(android.view.ActionMode.Callback);