Searched refs:anotherBounds (Results 1 – 1 of 1) sorted by relevance
147 Rect anotherBounds = new Rect(); in equals() local148 otherShadow.getBoundsInScreen(anotherBounds); in equals()149 areEqual &= (boundsInScreen.equals(anotherBounds)); in equals()