Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DLinearLayoutTest.java368 TextView topView = (TextView) mActivity.findViewById(R.id.gravity_top); in testLayoutHorizontal() local
373 assertNotNull(topView); in testLayoutHorizontal()
378 topView.getText().toString()); in testLayoutHorizontal()
386 ViewAsserts.assertTopAligned(parent, topView); in testLayoutHorizontal()
390 assertEquals(0, topView.getTop()); in testLayoutHorizontal()
391 assertEquals(topView.getHeight(), topView.getBottom()); in testLayoutHorizontal()
392 assertEquals(0, topView.getLeft()); in testLayoutHorizontal()
393 assertEquals(centerView.getLeft(), topView.getRight()); in testLayoutHorizontal()
398 assertEquals(topView.getRight(), centerView.getLeft()); in testLayoutHorizontal()