Searched refs:view5 (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewPaddingTest.java | 59 View view5 = viewGroup.findViewById(R.id.view5); in testPadding() local 84 checkBounds(view5, defaultBounds, insetLeft, insetTop, insetRight, insetBottom); in testPadding()
|
D | ViewGroup_ScrollCaptureTest.java | 265 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()
|
D | ViewGroup_MarginLayoutParamsTest.java | 237 View view5 = viewGroup.findViewById(R.id.view5); in testVerticalHorizontalMargins() local 254 checkBounds(view5, defaultBounds, marginHorizontal, marginVertical, in testVerticalHorizontalMargins()
|
D | ViewTest.java | 4200 final MockView view5 = (MockView) mActivity.findViewById(R.id.scroll_view_5); in testScrollbarSize() local 4203 assertEquals(trackWidth, view5.getVerticalScrollbarWidth()); in testScrollbarSize() 4204 assertEquals(trackHeight, view5.getHorizontalScrollbarHeight()); in testScrollbarSize() 4206 view5.setScrollBarSize(customScrollbarSize); in testScrollbarSize() 4207 assertEquals(trackWidth, view5.getVerticalScrollbarWidth()); in testScrollbarSize() 4208 assertEquals(trackHeight, view5.getHorizontalScrollbarHeight()); in testScrollbarSize()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | RelativeLayout_LayoutParamsTest.java | 139 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()
|