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.java58 View view5 = viewGroup.findViewById(R.id.view5); in testPadding() local
83 checkBounds(view5, defaultBounds, insetLeft, insetTop, insetRight, insetBottom); in testPadding()
DViewGroup_MarginLayoutParamsTest.java236 View view5 = viewGroup.findViewById(R.id.view5); in testVerticalHorizontalMargins() local
253 checkBounds(view5, defaultBounds, marginHorizontal, marginVertical, in testVerticalHorizontalMargins()
DViewTest.java3876 final MockView view5 = (MockView) mActivity.findViewById(R.id.scroll_view_5); in testScrollbarSize() local
3879 assertEquals(trackWidth, view5.getVerticalScrollbarWidth()); in testScrollbarSize()
3880 assertEquals(trackHeight, view5.getHorizontalScrollbarHeight()); in testScrollbarSize()
3882 view5.setScrollBarSize(customScrollbarSize); in testScrollbarSize()
3883 assertEquals(trackWidth, view5.getVerticalScrollbarWidth()); in testScrollbarSize()
3884 assertEquals(trackHeight, view5.getHorizontalScrollbarHeight()); in testScrollbarSize()
/cts/tests/tests/widget/src/android/widget/cts/
DRelativeLayout_LayoutParamsTest.java138 View view5 = mActivity.findViewById(R.id.relative_view5); in testConstructor() local
139 ViewAsserts.assertLeftAligned(relativeLayout, view5); in testConstructor()
140 ViewAsserts.assertBottomAligned(relativeLayout, view5); in testConstructor()
141 layoutParams = (RelativeLayout.LayoutParams) (view5.getLayoutParams()); in testConstructor()
273 View view5 = mActivity.findViewById(R.id.relative_view25); in testStartEnd() local
274 ViewAsserts.assertLeftAligned(relativeLayout, view5); in testStartEnd()
275 ViewAsserts.assertBottomAligned(relativeLayout, view5); in testStartEnd()
276 layoutParams = (RelativeLayout.LayoutParams) (view5.getLayoutParams()); in testStartEnd()