Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccessibilityWindowInfo.java147 Rect anotherBounds = new Rect(); in equals() local
148 otherShadow.getBoundsInScreen(anotherBounds); in equals()
149 areEqual &= (boundsInScreen.equals(anotherBounds)); in equals()