Home
last modified time | relevance | path

Searched refs:view5 (Results 1 – 5 of 5) 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_ScrollCaptureTest.java265 final MockView view5 = new MockView(context, 150, 100, 200, 200); in testDispatchScrollCaptureSearch_toChildren() local
266 view5.setScrollCaptureCallback(view5Callback); in testDispatchScrollCaptureSearch_toChildren()
267 view5.setScrollCaptureHint(View.SCROLL_CAPTURE_HINT_INCLUDE); in testDispatchScrollCaptureSearch_toChildren()
268 viewGroup.addView(view5); in testDispatchScrollCaptureSearch_toChildren()
298 view5.assertDispatchScrollCaptureSearchCount(1); in testDispatchScrollCaptureSearch_toChildren()
299 view5.assertDispatchScrollCaptureSearchLastArgs( in testDispatchScrollCaptureSearch_toChildren()
DViewGroup_MarginLayoutParamsTest.java237 View view5 = viewGroup.findViewById(R.id.view5); in testVerticalHorizontalMargins() local
254 checkBounds(view5, defaultBounds, marginHorizontal, marginVertical, in testVerticalHorizontalMargins()
DViewTest.java4196 final MockView view5 = (MockView) mActivity.findViewById(R.id.scroll_view_5); in testScrollbarSize() local
4199 assertEquals(trackWidth, view5.getVerticalScrollbarWidth()); in testScrollbarSize()
4200 assertEquals(trackHeight, view5.getHorizontalScrollbarHeight()); in testScrollbarSize()
4202 view5.setScrollBarSize(customScrollbarSize); in testScrollbarSize()
4203 assertEquals(trackWidth, view5.getVerticalScrollbarWidth()); in testScrollbarSize()
4204 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()