Home
last modified time | relevance | path

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

/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DWallpaperColorsTest.java105 Rect initialBounds = drawable.copyBounds(); in fromDrawableDoesntMutateBounds() local
109 Assert.assertEquals(drawable.getBounds(), initialBounds); in fromDrawableDoesntMutateBounds() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java1849 final Rect initialBounds = new Rect(); in testDirectAccessibilityConnection_UsesCurrentWindowSpec() local
1851 layoutNode.getBoundsInScreen(initialBounds); in testDirectAccessibilityConnection_UsesCurrentWindowSpec()
1872 return !boundsAfterMagnification.equals(initialBounds); in testDirectAccessibilityConnection_UsesCurrentWindowSpec()