Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsAnimationCallbackTests.java49 private static final Bounds BOUNDS = new Bounds(NONE, Insets.of(1000, 2000, 3000, 4000)); field in WindowInsetsAnimationCallbackTests
52 .setSystemWindowInsets(BOUNDS.getUpperBound()).build();
98 mRoot.dispatchWindowInsetsAnimationStart(ANIMATION, BOUNDS); in dispatchWindowInsetsAnimationStart()
104 assertSame(BOUNDS, mRootCallback.mOnStartBoundsIn); in dispatchWindowInsetsAnimationStart()
/cts/tests/tests/view/src/android/view/cts/
DViewOutlineProviderTest.java96 ViewOutlineProvider.BOUNDS.getOutline(view, outline); in testBounds()
102 ViewOutlineProvider.BOUNDS.getOutline(view, outline); in testBounds()