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

/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DActionBarContainerTest.java43 ActionMode mode = mActionBarContainer.startActionModeForChild(
51 mode = mActionBarContainer.startActionModeForChild(null, null);
63 mActionBarContainer.startActionModeForChild(null, null, ActionMode.TYPE_FLOATING);
78 public ActionMode startActionModeForChild(View originalView, ActionMode.Callback callback) { method in class:ActionBarContainerTest.TestViewGroup
80 return super.startActionModeForChild(originalView, callback);
84 public ActionMode startActionModeForChild( method in class:ActionBarContainerTest.TestViewGroup
87 return super.startActionModeForChild(originalView, callback, type);
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DActionBarContainer.java237 public android.view.ActionMode startActionModeForChild(View child, method in class:ActionBarContainer
244 public android.view.ActionMode startActionModeForChild(View child, method in class:ActionBarContainer
247 return super.startActionModeForChild(child, callback, type);
/frameworks/base/core/java/android/app/
H A DSearchDialog.java627 public ActionMode startActionModeForChild( method in class:SearchDialog.SearchBar
631 return super.startActionModeForChild(child, callback, type);
/frameworks/base/core/java/android/view/
H A DViewParent.java274 * @see #startActionModeForChild(View, android.view.ActionMode.Callback, int)
276 public ActionMode startActionModeForChild(View originalView, ActionMode.Callback callback); method in interface:ViewParent
291 public ActionMode startActionModeForChild( method in interface:ViewParent
H A DViewGroup.java391 * When true, indicates that a call to startActionModeForChild was made with the type parameter
395 * @see #startActionModeForChild(View, android.view.ActionMode.Callback)
396 * @see #startActionModeForChild(View, android.view.ActionMode.Callback, int)
401 * When true, indicates that a call to startActionModeForChild was made without the type
405 * @see #startActionModeForChild(View, android.view.ActionMode.Callback)
406 * @see #startActionModeForChild(View, android.view.ActionMode.Callback, int)
593 * Empty ActionMode used as a sentinel in recursive entries to startActionModeForChild.
595 * @see #startActionModeForChild(View, android.view.ActionMode.Callback)
596 * @see #startActionModeForChild(View, android.view.ActionMode.Callback, int)
952 public ActionMode startActionModeForChild(Vie method in class:ViewGroup
968 public ActionMode startActionModeForChild( method in class:ViewGroup
[all...]
H A DViewRootImpl.java7512 public ActionMode startActionModeForChild(View originalView, ActionMode.Callback callback) { method in class:ViewRootImpl
7517 public ActionMode startActionModeForChild( method in class:ViewRootImpl
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContainer.java267 public ActionMode startActionModeForChild( method in class:ActionBarContainer
270 return super.startActionModeForChild(child, callback, type);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java430 public ActionMode startActionModeForChild(View originalView, ActionMode.Callback callback, method in class:StatusBarWindowView
435 return super.startActionModeForChild(originalView, callback, type);
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java835 public ActionMode startActionModeForChild(View originalView, method in class:DecorView
837 return startActionModeForChild(originalView, callback, ActionMode.TYPE_PRIMARY);
841 public ActionMode startActionModeForChild( method in class:DecorView

Completed in 189 milliseconds