Home | History | Annotate | Download | only in view

Lines Matching refs:startActionModeForChild

371      * 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)
513 * Empty ActionMode used as a sentinel in recursive entries to startActionModeForChild.
515 * @see #startActionModeForChild(View, android.view.ActionMode.Callback)
516 * @see #startActionModeForChild(View, android.view.ActionMode.Callback, int)
795 public ActionMode startActionModeForChild(View originalView, ActionMode.Callback callback) {
800 return startActionModeForChild(originalView, callback, ActionMode.TYPE_PRIMARY);
811 public ActionMode startActionModeForChild(
818 mode = startActionModeForChild(originalView, callback);
828 return mParent.startActionModeForChild(originalView, callback, type);
831 return mParent.startActionModeForChild(originalView, callback);