HomeSort by relevance Sort by last modified time
    Searched refs:infoClone (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/accessibility/
AccessibilityWindowInfo.java 456 AccessibilityWindowInfo infoClone = obtain();
458 infoClone.mType = info.mType;
459 infoClone.mLayer = info.mLayer;
460 infoClone.mBooleanProperties = info.mBooleanProperties;
461 infoClone.mId = info.mId;
462 infoClone.mParentId = info.mParentId;
463 infoClone.mBoundsInScreen.set(info.mBoundsInScreen);
464 infoClone.mTitle = info.mTitle;
465 infoClone.mAnchorId = info.mAnchorId;
466 infoClone.mInPictureInPicture = info.mInPictureInPicture
    [all...]
AccessibilityNodeInfo.java     [all...]

Completed in 97 milliseconds