Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewPaddingTest.java81 checkBounds(view2, defaultBounds, insetAll, insetAll, insetAll, insetAll); in testPadding()
82 checkBounds(view3, defaultBounds, insetLeft, insetTop, 0, 0); in testPadding()
83 checkBounds(view4, defaultBounds, 0, 0, insetRight, insetBottom); in testPadding()
84 checkBounds(view5, defaultBounds, insetLeft, insetTop, insetRight, insetBottom); in testPadding()
85 checkBounds(view6, defaultBounds, insetHorizontal, 0, insetHorizontal, 0); in testPadding()
86 checkBounds(view7, defaultBounds, 0, insetVertical, 0, insetVertical); in testPadding()
87 checkBounds(view8, defaultBounds, insetHorizontal, insetVertical, insetHorizontal, in testPadding()
89 checkBounds(view9, defaultBounds, insetHorizontal, insetVertical, insetHorizontal, in testPadding()
91 checkBounds(view10, defaultBounds, insetAll, insetAll, insetAll, insetAll); in testPadding()
92 checkBounds(view11, defaultBounds, insetStart, insetAll, insetEnd, insetAll); in testPadding()
[all …]
DViewGroup_MarginLayoutParamsTest.java250 checkBounds(view2, defaultBounds, marginHorizontal, 0, marginHorizontal, 0); in testVerticalHorizontalMargins()
251 checkBounds(view3, defaultBounds, 0, marginVertical, 0, marginVertical); in testVerticalHorizontalMargins()
252 checkBounds(view4, defaultBounds, marginHorizontal, marginVertical, in testVerticalHorizontalMargins()
254 checkBounds(view5, defaultBounds, marginHorizontal, marginVertical, in testVerticalHorizontalMargins()
256 checkBounds(view6, defaultBounds, marginStart, marginVertical, marginEnd, marginVertical); in testVerticalHorizontalMargins()
257 checkBounds(view7, defaultBounds, marginAll, marginAll, marginAll, marginAll); in testVerticalHorizontalMargins()
260 private void checkBounds(View view, Rect defaultBounds, in checkBounds() method in ViewGroup_MarginLayoutParamsTest
DViewTest.java2936 private void checkBounds(final ViewGroup viewGroup, final View view, in checkBounds() method in ViewTest
2978 checkBounds(viewGroup, parent, countDownLatch1, 0, 0, 0, parentHeight); in testAddRemoveAffectsWrapContentLayout()
2985 checkBounds(viewGroup, parent, countDownLatch2, 0, 0, childWidth, parentHeight); in testAddRemoveAffectsWrapContentLayout()
2992 checkBounds(viewGroup, parent, countDownLatch3, 0, 0, 0, parentHeight); in testAddRemoveAffectsWrapContentLayout()