Searched refs:boundsInParent (Results 1 – 1 of 1) sorted by relevance
121 private Rect boundsInParent = new Rect(); field in ShadowAccessibilityNodeInfo840 if (boundsInParent == null) { in getBoundsInParent()841 boundsInParent = new Rect(); in getBoundsInParent()843 outBounds.set(boundsInParent); in getBoundsInParent()857 if (boundsInParent == null) { in setBoundsInParent()858 boundsInParent = new Rect(b); in setBoundsInParent()860 boundsInParent.set(b); in setBoundsInParent()