Home
last modified time | relevance | path

Searched refs:startSupportActionMode (Results 1 – 25 of 32) sorted by relevance

12

/appcompat/appcompat/src/androidTest/java/androidx/appcompat/app/
DBaseBasicsTestCase.java282 final ActionMode actionMode = activity.startSupportActionMode(callback); in testSupportActionModeCallbacks()
306 final ActionMode actionMode = activity.startSupportActionMode(callback); in testSupportActionModeCallbacksInvalidate()
330 final ActionMode actionMode = activity.startSupportActionMode(callback); in testSupportActionModeCallbacksWithFalseOnCreate()
368 final ActionMode actionMode = activity.startSupportActionMode(amCallback); in testSupportActionModeAppCompatCallbacks()
DBaseKeyEventsTestCase.kt75 startSupportActionMode( in testBackDismissesActionMode()
131 scenario.withActivity { startSupportActionMode(callback)!! } in testBackDismissesActionModeTwice()
139 scenario.withActivity { startSupportActionMode(callback)!! } in testBackDismissesActionModeTwice()
/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAppCompatActivity.java363 public @Nullable ActionMode startSupportActionMode(ActionMode.@NonNull Callback callback) { in startSupportActionMode() method in AppCompatActivity
364 return getDelegate().startSupportActionMode(callback); in startSupportActionMode()
DAppCompatDelegate.java529 public abstract @Nullable ActionMode startSupportActionMode( in startSupportActionMode() method in AppCompatDelegate
DAppCompatDelegateImpl.java1249 public ActionMode startSupportActionMode(final ActionMode.@NonNull Callback callback) {
3479 startSupportActionMode(callbackWrapper);
/appcompat/appcompat/api/
D1.1.0-rc01.txt240 …method public androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcompat.view.A…
292 …method public abstract androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcomp…
D1.1.0-beta01.txt240 …method public androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcompat.view.A…
292 …method public abstract androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcomp…
D1.2.0-beta01.txt240 …method public androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcompat.view.A…
293 …method public abstract androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcomp…
D1.3.0-beta02.txt240 …method public androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcompat.view.A…
293 …method public abstract androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcomp…
D1.3.0-beta01.txt240 …method public androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcompat.view.A…
293 …method public abstract androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcomp…
D1.1.0-beta02.txt240 …method public androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcompat.view.A…
292 …method public abstract androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcomp…
D1.4.0-beta01.txt240 …method public androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcompat.view.A…
293 …method public abstract androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcomp…
D1.4.0-beta02.txt240 …method public androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcompat.view.A…
293 …method public abstract androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcomp…
D1.6.0-beta02.txt241 …method public androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcompat.view.A…
298 …method public abstract androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcomp…
Dapi_lint.ignore34 ExecutorRegistration: androidx.appcompat.app.AppCompatDelegate#startSupportActionMode(androidx.appc…
35 … Registration methods should have overload that accepts delivery Executor: `startSupportActionMode`
D1.6.0-beta01.txt241 …method public androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcompat.view.A…
298 …method public abstract androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcomp…
D1.5.0-beta01.txt240 …method public androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcompat.view.A…
293 …method public abstract androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcomp…
Dcurrent.txt241 …method public androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcompat.view.A…
298 …method public abstract androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcomp…
D1.7.0-beta01.txt241 …method public androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcompat.view.A…
298 …method public abstract androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcomp…
Drestricted_1.3.0-beta01.txt261 …method public androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcompat.view.A…
314 …method public abstract androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcomp…
Drestricted_1.1.0-beta01.txt261 …method public androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcompat.view.A…
313 …method public abstract androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcomp…
Drestricted_1.3.0-beta02.txt261 …method public androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcompat.view.A…
314 …method public abstract androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcomp…
Drestricted_1.0.0.txt259 …method public androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcompat.view.A…
307 …method public abstract androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcomp…
Drestricted_1.1.0-rc01.txt261 …method public androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcompat.view.A…
313 …method public abstract androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcomp…
Drestricted_1.2.0-beta01.txt261 …method public androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcompat.view.A…
314 …method public abstract androidx.appcompat.view.ActionMode? startSupportActionMode(androidx.appcomp…

12