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

/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DActionBarContainerTest.java41 ActionMode mode = mActionBarContainer.startActionModeForChild(
49 mode = mActionBarContainer.startActionModeForChild(null, null);
61 ActionMode mode = mActionBarContainer.startActionModeForChild(
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/base/core/java/android/view/
H A DViewParent.java205 * @see #startActionModeForChild(View, android.view.ActionMode.Callback, int)
207 public ActionMode startActionModeForChild(View originalView, ActionMode.Callback callback); method in interface:ViewParent
222 public ActionMode startActionModeForChild( method in interface:ViewParent
H A DViewGroup.java371 * When true, indicates that a call to startActionModeForChild was made with the type parameter
375 * @see #startActionModeForChild(View, android.view.ActionMode.Callback)
376 * @see #startActionModeForChild(View, android.view.ActionMode.Callback, int)
381 * When true, indicates that a call to startActionModeForChild was made without the type
385 * @see #startActionModeForChild(View, android.view.ActionMode.Callback)
386 * @see #startActionModeForChild(View, android.view.ActionMode.Callback, int)
507 * Empty ActionMode used as a sentinel in recursive entries to startActionModeForChild.
509 * @see #startActionModeForChild(View, android.view.ActionMode.Callback)
510 * @see #startActionModeForChild(View, android.view.ActionMode.Callback, int)
776 public ActionMode startActionModeForChild(Vie method in class:ViewGroup
795 public ActionMode startActionModeForChild( method in class:ViewGroup
[all...]
H A DViewRootImpl.java6313 public ActionMode startActionModeForChild(View originalView, ActionMode.Callback callback) { method in class:ViewRootImpl
6318 public ActionMode startActionModeForChild( method in class:ViewRootImpl
H A DView.java5341 return parent.startActionModeForChild(this, callback, type);
5344 return parent.startActionModeForChild(this, callback);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarContainer.java229 public ActionMode startActionModeForChild(View child, ActionMode.Callback callback) { method in class:ActionBarContainer
235 public android.view.ActionMode startActionModeForChild(View originalView, method in class:ActionBarContainer
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContainer.java254 public ActionMode startActionModeForChild( method in class:ActionBarContainer
257 return super.startActionModeForChild(child, callback, type);
/frameworks/base/core/java/android/app/
H A DSearchDialog.java628 public ActionMode startActionModeForChild( method in class:SearchDialog.SearchBar
632 return super.startActionModeForChild(child, callback, type);
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java2721 public ActionMode startActionModeForChild(View originalView, method in class:PhoneWindow.DecorView
2723 return startActionModeForChild(originalView, callback, ActionMode.TYPE_PRIMARY);
2727 public ActionMode startActionModeForChild( method in class:PhoneWindow.DecorView

Completed in 264 milliseconds