Searched refs:BOUNDS (Results 1 – 2 of 2) sorted by relevance
49 private static final Bounds BOUNDS = new Bounds(NONE, Insets.of(1000, 2000, 3000, 4000)); field in WindowInsetsAnimationCallbackTests52 .setSystemWindowInsets(BOUNDS.getUpperBound()).build();98 mRoot.dispatchWindowInsetsAnimationStart(ANIMATION, BOUNDS); in dispatchWindowInsetsAnimationStart()104 assertSame(BOUNDS, mRootCallback.mOnStartBoundsIn); in dispatchWindowInsetsAnimationStart()
96 ViewOutlineProvider.BOUNDS.getOutline(view, outline); in testBounds()102 ViewOutlineProvider.BOUNDS.getOutline(view, outline); in testBounds()