Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DLinearLayoutTest.java236 TextView bottomView = (TextView) mActivity.findViewById(R.id.gravity_bottom); in testLayoutHorizontal() local
241 assertNotNull(bottomView); in testLayoutHorizontal()
248 bottomView.getText().toString()); in testLayoutHorizontal()
254 ViewAsserts.assertBottomAligned(parent, bottomView); in testLayoutHorizontal()
265 assertEquals(bottomView.getLeft(), centerView.getRight()); in testLayoutHorizontal()
267 assertEquals(parent.getHeight() - bottomView.getHeight(), bottomView.getTop()); in testLayoutHorizontal()
268 assertEquals(parent.getHeight(), bottomView.getBottom()); in testLayoutHorizontal()
269 assertEquals(centerView.getRight(), bottomView.getLeft()); in testLayoutHorizontal()
270 assertEquals(parent.getWidth(), bottomView.getRight()); in testLayoutHorizontal()