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.java308 TextView bottomView = (TextView) mActivity.findViewById(R.id.gravity_bottom); in testLayoutHorizontal() local
313 assertNotNull(bottomView); in testLayoutHorizontal()
320 bottomView.getText().toString()); in testLayoutHorizontal()
326 ViewAsserts.assertBottomAligned(parent, bottomView); in testLayoutHorizontal()
337 assertEquals(bottomView.getLeft(), centerView.getRight()); in testLayoutHorizontal()
339 assertEquals(parent.getHeight() - bottomView.getHeight(), bottomView.getTop()); in testLayoutHorizontal()
340 assertEquals(parent.getHeight(), bottomView.getBottom()); in testLayoutHorizontal()
341 assertEquals(centerView.getRight(), bottomView.getLeft()); in testLayoutHorizontal()
342 assertEquals(parent.getWidth(), bottomView.getRight()); in testLayoutHorizontal()