Searched refs:initialBounds (Results 1 – 2 of 2) sorted by relevance
105 Rect initialBounds = drawable.copyBounds(); in fromDrawableDoesntMutateBounds() local109 Assert.assertEquals(drawable.getBounds(), initialBounds); in fromDrawableDoesntMutateBounds() local
1849 final Rect initialBounds = new Rect(); in testDirectAccessibilityConnection_UsesCurrentWindowSpec() local1851 layoutNode.getBoundsInScreen(initialBounds); in testDirectAccessibilityConnection_UsesCurrentWindowSpec()1872 return !boundsAfterMagnification.equals(initialBounds); in testDirectAccessibilityConnection_UsesCurrentWindowSpec()