Home | History | Annotate | Download | only in view

Lines Matching refs:extendSelection

8078                     final boolean extendSelection = arguments.getBoolean(
8080 return traverseAtGranularity(granularity, true, extendSelection);
8087 final boolean extendSelection = arguments.getBoolean(
8089 return traverseAtGranularity(granularity, false, extendSelection);
8116 boolean extendSelection) {
8137 if (extendSelection && isAccessibilitySelectionExtendable()) {