Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationCallbackTests.java50 private static final Bounds BOUNDS = new Bounds(NONE, Insets.of(1000, 2000, 3000, 4000)); field in WindowInsetsAnimationCallbackTests
53 .setSystemWindowInsets(BOUNDS.getUpperBound()).build();
99 mRoot.dispatchWindowInsetsAnimationStart(ANIMATION, BOUNDS); in dispatchWindowInsetsAnimationStart()
105 assertSame(BOUNDS, mRootCallback.mOnStartBoundsIn); in dispatchWindowInsetsAnimationStart()
/cts/tests/tests/view/src/android/view/cts/
DViewOutlineProviderTest.java98 ViewOutlineProvider.BOUNDS.getOutline(view, outline); in testBounds()
104 ViewOutlineProvider.BOUNDS.getOutline(view, outline); in testBounds()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt53793 field public static final android.view.ViewOutlineProvider BOUNDS;