Lines Matching refs:IMPL

345             this(IMPL.newAccessibilityAction(actionId, label));
358 return IMPL.getAccessibilityActionId(mAction);
368 return IMPL.getAccessibilityActionLabel(mAction);
391 return new CollectionInfoCompat(IMPL.obtainCollectionInfo(rowCount, columnCount,
400 return IMPL.getCollectionInfoColumnCount(mInfo);
404 return IMPL.getCollectionInfoRowCount(mInfo);
408 return IMPL.isCollectionInfoHierarchical(mInfo);
423 return new CollectionItemInfoCompat(IMPL.obtainCollectionItemInfo(rowIndex, rowSpan,
432 return IMPL.getCollectionItemColumnIndex(mInfo);
436 return IMPL.getCollectionItemColumnSpan(mInfo);
440 return IMPL.getCollectionItemRowIndex(mInfo);
444 return IMPL.getCollectionItemRowSpan(mInfo);
448 return IMPL.isCollectionItemHeading(mInfo);
452 return IMPL.isCollectionItemSelected(mInfo);
1878 IMPL = new AccessibilityNodeInfoApi22Impl();
1880 IMPL = new AccessibilityNodeInfoApi21Impl();
1882 IMPL = new AccessibilityNodeInfoKitKatImpl();
1884 IMPL = new AccessibilityNodeInfoJellybeanMr2Impl();
1886 IMPL = new AccessibilityNodeInfoJellybeanMr1Impl();
1888 IMPL = new AccessibilityNodeInfoJellybeanImpl();
1890 IMPL = new AccessibilityNodeInfoIcsImpl();
1892 IMPL = new AccessibilityNodeInfoStubImpl();
1896 private static final AccessibilityNodeInfoImpl IMPL;
2269 return AccessibilityNodeInfoCompat.wrapNonNullInstance(IMPL.obtain(source));
2284 IMPL.obtain(root, virtualDescendantId));
2293 return AccessibilityNodeInfoCompat.wrapNonNullInstance(IMPL.obtain());
2304 return AccessibilityNodeInfoCompat.wrapNonNullInstance(IMPL.obtain(info.mInfo));
2313 IMPL.setSource(mInfo, source);
2336 IMPL.setSource(mInfo, root, virtualDescendantId);
2351 return AccessibilityNodeInfoCompat.wrapNonNullInstance(IMPL.findFocus(mInfo, focus));
2369 return AccessibilityNodeInfoCompat.wrapNonNullInstance(IMPL.focusSearch(mInfo, direction));
2378 return IMPL.getWindowId(mInfo);
2387 return IMPL.getChildCount(mInfo);
2404 return AccessibilityNodeInfoCompat.wrapNonNullInstance(IMPL.getChild(mInfo, index));
2419 IMPL.addChild(mInfo, child);
2437 IMPL.addChild(mInfo, root, virtualDescendantId);
2455 return IMPL.removeChild(mInfo, child);
2469 return IMPL.removeChild(mInfo, root, virtualDescendantId);
2482 return IMPL.getActions(mInfo);
2497 IMPL.addAction(mInfo, action);
2512 IMPL.addAction(mInfo, action.mAction);
2530 return IMPL.removeAction(mInfo, action.mAction);
2546 return IMPL.performAction(mInfo, action);
2563 return IMPL.performAction(mInfo, action, arguments);
2579 IMPL.setMovementGranularities(mInfo, granularities);
2588 return IMPL.getMovementGranularities(mInfo);
2606 List<Object> infos = IMPL.findAccessibilityNodeInfosByText(mInfo, text);
2626 return AccessibilityNodeInfoCompat.wrapNonNullInstance(IMPL.getParent(mInfo));
2641 IMPL.setParent(mInfo, parent);
2664 IMPL.setParent(mInfo, root, virtualDescendantId);
2673 IMPL.getBoundsInParent(mInfo, outBounds);
2688 IMPL.setBoundsInParent(mInfo, bounds);
2697 IMPL.getBoundsInScreen(mInfo, outBounds);
2712 IMPL.setBoundsInScreen(mInfo, bounds);
2721 return IMPL.isCheckable(mInfo);
2736 IMPL.setCheckable(mInfo, checkable);
2745 return IMPL.isChecked(mInfo);
2760 IMPL.setChecked(mInfo, checked);
2769 return IMPL.isFocusable(mInfo);
2784 IMPL.setFocusable(mInfo, focusable);
2793 return IMPL.isFocused(mInfo);
2808 IMPL.setFocused(mInfo, focused);
2817 return IMPL.isVisibleToUser(mInfo);
2833 IMPL.setVisibleToUser(mInfo, visibleToUser);
2842 return IMPL.isAccessibilityFocused(mInfo);
2858 IMPL.setAccessibilityFocused(mInfo, focused);
2867 return IMPL.isSelected(mInfo);
2882 IMPL.setSelected(mInfo, selected);
2891 return IMPL.isClickable(mInfo);
2906 IMPL.setClickable(mInfo, clickable);
2915 return IMPL.isLongClickable(mInfo);
2930 IMPL.setLongClickable(mInfo, longClickable);
2939 return IMPL.isEnabled(mInfo);
2954 IMPL.setEnabled(mInfo, enabled);
2963 return IMPL.isPassword(mInfo);
2978 IMPL.setPassword(mInfo, password);
2987 return IMPL.isScrollable(mInfo);
3002 IMPL.setScrollable(mInfo, scrollable);
3011 return IMPL.getPackageName(mInfo);
3026 IMPL.setPackageName(mInfo, packageName);
3035 return IMPL.getClassName(mInfo);
3050 IMPL.setClassName(mInfo, className);
3059 return IMPL.getText(mInfo);
3074 IMPL.setText(mInfo, text);
3083 return IMPL.getContentDescription(mInfo);
3098 IMPL.setContentDescription(mInfo, contentDescription);
3109 IMPL.recycle(mInfo);
3124 IMPL.setViewIdResourceName(mInfo, viewId);
3140 return IMPL.getViewIdResourceName(mInfo);
3162 return IMPL.getLiveRegion(mInfo);
3178 IMPL.setLiveRegion(mInfo, mode);
3188 Object info = IMPL.getCollectionInfo(mInfo);
3194 IMPL.setCollectionInfo(mInfo, ((CollectionInfoCompat) collectionInfo).mInfo);
3198 IMPL.setCollectionItemInfo(mInfo, ((CollectionItemInfoCompat) collectionItemInfo).mInfo);
3208 Object info = IMPL.getCollectionItemInfo(mInfo);
3219 Object info = IMPL.getRangeInfo(mInfo);
3235 IMPL.setRangeInfo(mInfo, rangeInfo.mInfo);
3244 List<Object> actions = IMPL.getActionList(mInfo);
3270 IMPL.setContentInvalid(mInfo, contentInvalid);
3280 return IMPL.isContentInvalid(mInfo);
3296 IMPL.setError(mInfo, error);
3305 return IMPL.getError(mInfo);
3315 IMPL.setLabelFor(mInfo, labeled);
3333 IMPL.setLabelFor(mInfo, root, virtualDescendantId);
3348 return AccessibilityNodeInfoCompat.wrapNonNullInstance(IMPL.getLabelFor(mInfo));
3358 IMPL.setLabeledBy(mInfo, label);
3381 IMPL.setLabeledBy(mInfo, root, virtualDescendantId);
3396 return AccessibilityNodeInfoCompat.wrapNonNullInstance(IMPL.getLabeledBy(mInfo));
3405 return IMPL.canOpenPopup(mInfo);
3419 IMPL.setCanOpenPopup(mInfo, opensPopup);
3445 List<Object> nodes = IMPL.findAccessibilityNodeInfosByViewId(mInfo, viewId);
3471 return IMPL.getExtras(mInfo);
3480 return IMPL.getInputType(mInfo);
3497 IMPL.setInputType(mInfo, inputType);
3516 IMPL.setMaxTextLength(mInfo, max);
3526 return IMPL.getMaxTextLength(mInfo);
3543 IMPL.setTextSelection(mInfo, start, end);
3552 return IMPL.getTextSelectionStart(mInfo);
3561 return IMPL.getTextSelectionEnd(mInfo);
3574 return AccessibilityNodeInfoCompat.wrapNonNullInstance(IMPL.getTraversalBefore(mInfo));
3592 IMPL.setTraversalBefore(mInfo, view);
3617 IMPL.setTraversalBefore(mInfo, root, virtualDescendantId);
3631 return AccessibilityNodeInfoCompat.wrapNonNullInstance(IMPL.getTraversalAfter(mInfo));
3649 IMPL.setTraversalAfter(mInfo, view);
3673 IMPL.setTraversalAfter(mInfo, root, virtualDescendantId);
3684 return AccessibilityWindowInfoCompat.wrapNonNullInstance(IMPL.getWindow(mInfo));
3693 return IMPL.isDismissable(mInfo);
3707 IMPL.setDismissable(mInfo, dismissable);
3716 return IMPL.isEditable(mInfo);
3732 IMPL.setEditable(mInfo, editable);
3741 return IMPL.isMultiLine(mInfo);
3755 IMPL.setMultiLine(mInfo, multiLine);
3768 return IMPL.refresh(mInfo);