Home
last modified time | relevance | path

Searched refs:view5 (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DViewPaddingTest.java59 View view5 = viewGroup.findViewById(R.id.view5); in testPadding() local
84 checkBounds(view5, defaultBounds, insetLeft, insetTop, insetRight, insetBottom); in testPadding()
DViewGroup_MarginLayoutParamsTest.java237 View view5 = viewGroup.findViewById(R.id.view5); in testVerticalHorizontalMargins() local
254 checkBounds(view5, defaultBounds, marginHorizontal, marginVertical, in testVerticalHorizontalMargins()
DViewTest.java4131 final MockView view5 = (MockView) mActivity.findViewById(R.id.scroll_view_5); in testScrollbarSize() local
4134 assertEquals(trackWidth, view5.getVerticalScrollbarWidth()); in testScrollbarSize()
4135 assertEquals(trackHeight, view5.getHorizontalScrollbarHeight()); in testScrollbarSize()
4137 view5.setScrollBarSize(customScrollbarSize); in testScrollbarSize()
4138 assertEquals(trackWidth, view5.getVerticalScrollbarWidth()); in testScrollbarSize()
4139 assertEquals(trackHeight, view5.getHorizontalScrollbarHeight()); in testScrollbarSize()
/cts/tests/tests/widget/src/android/widget/cts/
DRelativeLayout_LayoutParamsTest.java139 View view5 = mActivity.findViewById(R.id.relative_view5); in testConstructor() local
140 ViewAsserts.assertLeftAligned(relativeLayout, view5); in testConstructor()
141 ViewAsserts.assertBottomAligned(relativeLayout, view5); in testConstructor()
142 layoutParams = (RelativeLayout.LayoutParams) (view5.getLayoutParams()); in testConstructor()
274 View view5 = mActivity.findViewById(R.id.relative_view25); in testStartEnd() local
275 ViewAsserts.assertLeftAligned(relativeLayout, view5); in testStartEnd()
276 ViewAsserts.assertBottomAligned(relativeLayout, view5); in testStartEnd()
277 layoutParams = (RelativeLayout.LayoutParams) (view5.getLayoutParams()); in testStartEnd()