Searched refs:newShadow (Results 1 – 2 of 2) sorted by relevance
1091 final ShadowAccessibilityNodeInfo newShadow = Shadow.extract(newInfo); in getClone() local1093 newShadow.mOriginNodeId = mOriginNodeId; in getClone()1094 newShadow.boundsInScreen = new Rect(boundsInScreen); in getClone()1095 newShadow.propertyFlags = propertyFlags; in getClone()1096 newShadow.contentDescription = contentDescription; in getClone()1097 newShadow.text = text; in getClone()1098 newShadow.performedActionAndArgsList = performedActionAndArgsList; in getClone()1099 newShadow.parent = parent; in getClone()1100 newShadow.className = className; in getClone()1101 newShadow.labelFor = (labelFor == null) ? null : obtain(labelFor); in getClone()[all …]
78 final ShadowAccessibilityWindowInfo newShadow = Shadow.extract(newInfo); in getClone() local80 newShadow.boundsInScreen = new Rect(boundsInScreen); in getClone()81 newShadow.parent = parent; in getClone()82 newShadow.rootNode = rootNode; in getClone()83 newShadow.type = type; in getClone()84 newShadow.layer = layer; in getClone()85 newShadow.id = id; in getClone()86 newShadow.title = title; in getClone()87 newShadow.isAccessibilityFocused = isAccessibilityFocused; in getClone()88 newShadow.isActive = isActive; in getClone()[all …]