Searched refs:boundsInParent (Results 1 – 3 of 3) sorted by relevance
228 final Rect boundsInParent = key.getHitBox(); in createAccessibilityNodeInfo() local231 mTempBoundsInScreen.set(boundsInParent); in createAccessibilityNodeInfo()242 info.setBoundsInParent(boundsInParent); in createAccessibilityNodeInfo()
68 Rect boundsInParent = new Rect(); in testBuildDefaultNode() local69 node.getBoundsInParent(boundsInParent); in testBuildDefaultNode()70 assertThat(boundsInParent.isEmpty()).isFalse(); in testBuildDefaultNode()
237 NodeBuilder setBoundsInParent(@NonNull Rect boundsInParent) { in setBoundsInParent() argument238 mBoundsInParent = boundsInParent; in setBoundsInParent()