Home
last modified time | relevance | path

Searched refs:boundsInParent (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccessibilityNodeInfo.java121 private Rect boundsInParent = new Rect(); field in ShadowAccessibilityNodeInfo
840 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()