Searched refs:BOUNDS (Results 1 – 3 of 3) sorted by relevance
50 private static final Bounds BOUNDS = new Bounds(NONE, Insets.of(1000, 2000, 3000, 4000)); field in WindowInsetsAnimationCallbackTests53 .setSystemWindowInsets(BOUNDS.getUpperBound()).build();99 mRoot.dispatchWindowInsetsAnimationStart(ANIMATION, BOUNDS); in dispatchWindowInsetsAnimationStart()105 assertSame(BOUNDS, mRootCallback.mOnStartBoundsIn); in dispatchWindowInsetsAnimationStart()
98 ViewOutlineProvider.BOUNDS.getOutline(view, outline); in testBounds()104 ViewOutlineProvider.BOUNDS.getOutline(view, outline); in testBounds()
53793 field public static final android.view.ViewOutlineProvider BOUNDS;