Searched refs:tempParentRect (Results 1 – 1 of 1) sorted by relevance
431 final Rect tempParentRect = mTempParentRect; in createNodeForChild() local451 node.getBoundsInParent(tempParentRect); in createNodeForChild()452 if (tempParentRect.equals(INVALID_PARENT_BOUNDS)) { in createNodeForChild()482 if (intersectVisibleToUser(tempParentRect)) { in createNodeForChild()484 node.setBoundsInParent(tempParentRect); in createNodeForChild()491 tempScreenRect.set(tempParentRect); in createNodeForChild()