Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java1721 textView.startActionMode(NO_OP_ACTION_MODE_CALLBACK, ActionMode.TYPE_PRIMARY); in testStartActionModeForChildRespectsSubclassModeOnPrimary()
1737 textView.startActionMode(NO_OP_ACTION_MODE_CALLBACK, ActionMode.TYPE_FLOATING); in testStartActionModeForChildIgnoresSubclassModeOnFloating()
1752 textView.startActionMode(NO_OP_ACTION_MODE_CALLBACK, ActionMode.TYPE_FLOATING); in testStartActionModeForChildTypedBubblesUpToParent()
1765 textView.startActionMode(NO_OP_ACTION_MODE_CALLBACK); in testStartActionModeForChildTypelessBubblesUpToParent()
1930 private static final ActionMode.Callback NO_OP_ACTION_MODE_CALLBACK = field in ViewGroupTest