Home | History | Annotate | Download | only in accessibility

Lines Matching defs:mInfo

513         final Object mInfo;
563 mInfo = info;
573 return ((AccessibilityNodeInfo.CollectionInfo) mInfo).getColumnCount();
586 return ((AccessibilityNodeInfo.CollectionInfo) mInfo).getRowCount();
599 return ((AccessibilityNodeInfo.CollectionInfo) mInfo).isHierarchical();
617 return ((AccessibilityNodeInfo.CollectionInfo) mInfo).getSelectionMode();
636 final Object mInfo;
687 mInfo = info;
697 return ((AccessibilityNodeInfo.CollectionItemInfo) mInfo).getColumnIndex();
710 return ((AccessibilityNodeInfo.CollectionItemInfo) mInfo).getColumnSpan();
723 return ((AccessibilityNodeInfo.CollectionItemInfo) mInfo).getRowIndex();
736 return ((AccessibilityNodeInfo.CollectionItemInfo) mInfo).getRowSpan();
751 return ((AccessibilityNodeInfo.CollectionItemInfo) mInfo).isHeading();
764 return ((AccessibilityNodeInfo.CollectionItemInfo) mInfo).isSelected();
800 final Object mInfo;
803 mInfo = info;
813 return ((AccessibilityNodeInfo.RangeInfo) mInfo).getCurrent();
826 return ((AccessibilityNodeInfo.RangeInfo) mInfo).getMax();
839 return ((AccessibilityNodeInfo.RangeInfo) mInfo).getMin();
856 return ((AccessibilityNodeInfo.RangeInfo) mInfo).getType();
884 private final AccessibilityNodeInfo mInfo;
1318 mInfo = (AccessibilityNodeInfo) info;
1322 mInfo = info;
1339 return mInfo;
1349 return mInfo;
1399 return AccessibilityNodeInfoCompat.wrap(AccessibilityNodeInfo.obtain(info.mInfo));
1408 mInfo.setSource(source);
1432 mInfo.setSource(root, virtualDescendantId);
1449 return AccessibilityNodeInfoCompat.wrapNonNullInstance(mInfo.findFocus(focus));
1471 return AccessibilityNodeInfoCompat.wrapNonNullInstance(mInfo.focusSearch(direction));
1483 return mInfo.getWindowId();
1492 return mInfo.getChildCount();
1509 return AccessibilityNodeInfoCompat.wrapNonNullInstance(mInfo.getChild(index));
1524 mInfo.addChild(child);
1543 mInfo.addChild(root, virtualDescendantId);
1563 return mInfo.removeChild(child);
1581 return mInfo.removeChild(root, virtualDescendantId);
1597 return mInfo.getActions();
1612 mInfo.addAction(action);
1628 mInfo.addAction((AccessibilityNodeInfo.AccessibilityAction) action.mAction);
1648 return mInfo.removeAction((AccessibilityNodeInfo.AccessibilityAction) action.mAction);
1667 return mInfo.performAction(action);
1685 return mInfo.performAction(action, arguments);
1705 mInfo.setMovementGranularities(granularities);
1716 return mInfo.getMovementGranularities();
1737 List<AccessibilityNodeInfo> infos = mInfo.findAccessibilityNodeInfosByText(text);
1757 return AccessibilityNodeInfoCompat.wrapNonNullInstance(mInfo.getParent());
1772 mInfo.setParent(parent);
1797 mInfo.setParent(root, virtualDescendantId);
1807 mInfo.getBoundsInParent(outBounds);
1822 mInfo.setBoundsInParent(bounds);
1831 mInfo.getBoundsInScreen(outBounds);
1846 mInfo.setBoundsInScreen(bounds);
1855 return mInfo.isCheckable();
1870 mInfo.setCheckable(checkable);
1879 return mInfo.isChecked();
1894 mInfo.setChecked(checked);
1903 return mInfo.isFocusable();
1918 mInfo.setFocusable(focusable);
1927 return mInfo.isFocused();
1942 mInfo.setFocused(focused);
1952 return mInfo.isVisibleToUser();
1972 mInfo.setVisibleToUser(visibleToUser);
1983 return mInfo.isAccessibilityFocused();
2003 mInfo.setAccessibilityFocused(focused);
2013 return mInfo.isSelected();
2028 mInfo.setSelected(selected);
2037 return mInfo.isClickable();
2052 mInfo.setClickable(clickable);
2061 return mInfo.isLongClickable();
2076 mInfo.setLongClickable(longClickable);
2085 return mInfo.isEnabled();
2100 mInfo.setEnabled(enabled);
2109 return mInfo.isPassword();
2124 mInfo.setPassword(password);
2133 return mInfo.isScrollable();
2148 mInfo.setScrollable(scrollable);
2161 return mInfo.isImportantForAccessibility();
2180 mInfo.setImportantForAccessibility(important);
2190 return mInfo.getPackageName();
2205 mInfo.setPackageName(packageName);
2214 return mInfo.getClassName();
2229 mInfo.setClassName(className);
2238 return mInfo.getText();
2253 mInfo.setText(text);
2262 return mInfo.getContentDescription();
2277 mInfo.setContentDescription(contentDescription);
2288 mInfo.recycle();
2304 mInfo.setViewIdResourceName(viewId);
2322 return mInfo.getViewIdResourceName();
2348 return mInfo.getLiveRegion();
2368 mInfo.setLiveRegion(mode);
2385 return mInfo.getDrawingOrder();
2404 mInfo.setDrawingOrder(drawingOrderInParent);
2416 AccessibilityNodeInfo.CollectionInfo info = mInfo.getCollectionInfo();
2426 mInfo.setCollectionInfo((collectionInfo == null) ? null
2428 collectionInfo).mInfo);
2435 mInfo.setCollectionItemInfo((collectionItemInfo == null) ? null
2437 collectionItemInfo).mInfo);
2449 AccessibilityNodeInfo.CollectionItemInfo info = mInfo.getCollectionItemInfo();
2464 AccessibilityNodeInfo.RangeInfo info = mInfo.getRangeInfo();
2484 mInfo.setRangeInfo((AccessibilityNodeInfo.RangeInfo) rangeInfo.mInfo);
2497 actions = (List<Object>) (List<?>) mInfo.getActionList();
2525 mInfo.setContentInvalid(contentInvalid);
2537 return mInfo.isContentInvalid();
2550 return mInfo.isContextClickable();
2569 mInfo.setContextClickable(contextClickable);
2580 return mInfo.getHintText();
2582 return mInfo.getExtras().getCharSequence(HINT_TEXT_KEY);
2602 mInfo.setHintText(hintText);
2604 mInfo.getExtras().putCharSequence(HINT_TEXT_KEY, hintText);
2623 mInfo.setError(error);
2634 return mInfo.getError();
2648 mInfo.setLabelFor(labeled);
2668 mInfo.setLabelFor(root, virtualDescendantId);
2685 return AccessibilityNodeInfoCompat.wrapNonNullInstance(mInfo.getLabelFor());
2699 mInfo.setLabeledBy(label);
2724 mInfo.setLabeledBy(root, virtualDescendantId);
2741 return AccessibilityNodeInfoCompat.wrapNonNullInstance(mInfo.getLabeledBy());
2754 return mInfo.canOpenPopup();
2772 mInfo.setCanOpenPopup(opensPopup);
2800 List<AccessibilityNodeInfo> nodes = mInfo.findAccessibilityNodeInfosByViewId(viewId);
2826 return mInfo.getExtras();
2839 return mInfo.getInputType();
2860 mInfo.setInputType(inputType);
2881 mInfo.setMaxTextLength(max);
2893 return mInfo.getMaxTextLength();
2914 mInfo.setTextSelection(start, end);
2925 return mInfo.getTextSelectionStart();
2938 return mInfo.getTextSelectionEnd();
2955 return AccessibilityNodeInfoCompat.wrapNonNullInstance(mInfo.getTraversalBefore());
2977 mInfo.setTraversalBefore(view);
3004 mInfo.setTraversalBefore(root, virtualDescendantId);
3020 return AccessibilityNodeInfoCompat.wrapNonNullInstance(mInfo.getTraversalAfter());
3042 mInfo.setTraversalAfter(view);
3068 mInfo.setTraversalAfter(root, virtualDescendantId);
3081 return AccessibilityWindowInfoCompat.wrapNonNullInstance(mInfo.getWindow());
3094 return mInfo.isDismissable();
3112 mInfo.setDismissable(dismissable);
3123 return mInfo.isEditable();
3143 mInfo.setEditable(editable);
3154 return mInfo.isMultiLine();
3172 mInfo.setMultiLine(multiLine);
3184 return mInfo.getTooltipText();
3186 return mInfo.getExtras().getCharSequence(TOOLTIP_TEXT_KEY);
3206 mInfo.setTooltipText(tooltipText);
3208 mInfo.getExtras().putCharSequence(TOOLTIP_TEXT_KEY, tooltipText);
3226 mInfo.setPaneTitle(paneTitle);
3228 mInfo.getExtras().putCharSequence(PANE_TITLE_KEY, paneTitle);
3240 return mInfo.getPaneTitle();
3242 return mInfo.getExtras().getCharSequence(PANE_TITLE_KEY);
3259 return mInfo.isScreenReaderFocusable();
3278 mInfo.setScreenReaderFocusable(screenReaderFocusable);
3293 return mInfo.isShowingHintText();
3313 mInfo.setShowingHintText(showingHintText);
3359 return mInfo.refresh();
3371 return mInfo.getExtras().getCharSequence(ROLE_DESCRIPTION_KEY);
3403 mInfo.getExtras().putCharSequence(ROLE_DESCRIPTION_KEY, roleDescription);
3409 return (mInfo == null) ? 0 : mInfo.hashCode();
3424 if (mInfo == null) {
3425 if (other.mInfo != null) {
3428 } else if (!mInfo.equals(other.mInfo)) {