Searched refs:view5 (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewGroup_ScrollCaptureTest.java | 267 final MockView view5 = new MockView(context, 150, 100, 200, 200); in testDispatchScrollCaptureSearch_toChildren() local 268 view5.setScrollCaptureCallback(view5Callback); in testDispatchScrollCaptureSearch_toChildren() 269 view5.setScrollCaptureHint(View.SCROLL_CAPTURE_HINT_INCLUDE); in testDispatchScrollCaptureSearch_toChildren() 270 viewGroup.addView(view5); in testDispatchScrollCaptureSearch_toChildren() 300 view5.assertDispatchScrollCaptureSearchCount(1); in testDispatchScrollCaptureSearch_toChildren() 301 view5.assertDispatchScrollCaptureSearchLastArgs( in testDispatchScrollCaptureSearch_toChildren()
|
D | ViewPaddingTest.java | 61 View view5 = viewGroup.findViewById(R.id.view5); in testPadding() local 86 checkBounds(view5, defaultBounds, insetLeft, insetTop, insetRight, insetBottom); in testPadding()
|
D | ViewGroup_MarginLayoutParamsTest.java | 239 View view5 = viewGroup.findViewById(R.id.view5); in testVerticalHorizontalMargins() local 256 checkBounds(view5, defaultBounds, marginHorizontal, marginVertical, in testVerticalHorizontalMargins()
|
D | ViewTest.java | 4339 final MockView view5 = (MockView) mActivity.findViewById(R.id.scroll_view_5); in testScrollbarSize() local 4342 assertEquals(trackWidth, view5.getVerticalScrollbarWidth()); in testScrollbarSize() 4343 assertEquals(trackHeight, view5.getHorizontalScrollbarHeight()); in testScrollbarSize() 4345 view5.setScrollBarSize(customScrollbarSize); in testScrollbarSize() 4346 assertEquals(trackWidth, view5.getVerticalScrollbarWidth()); in testScrollbarSize() 4347 assertEquals(trackHeight, view5.getHorizontalScrollbarHeight()); in testScrollbarSize()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | RelativeLayout_LayoutParamsTest.java | 148 View view5 = mActivity.findViewById(R.id.relative_view5); in testConstructor() local 149 ViewAsserts.assertLeftAligned(relativeLayout, view5); in testConstructor() 150 ViewAsserts.assertBottomAligned(relativeLayout, view5); in testConstructor() 151 layoutParams = (RelativeLayout.LayoutParams) (view5.getLayoutParams()); in testConstructor() 283 View view5 = mActivity.findViewById(R.id.relative_view25); in testStartEnd() local 284 ViewAsserts.assertLeftAligned(relativeLayout, view5); in testStartEnd() 285 ViewAsserts.assertBottomAligned(relativeLayout, view5); in testStartEnd() 286 layoutParams = (RelativeLayout.LayoutParams) (view5.getLayoutParams()); in testStartEnd()
|