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.java306 TextView topView = (TextView) mActivity.findViewById(R.id.gravity_top); in testLayoutHorizontal() local
311 assertNotNull(topView); in testLayoutHorizontal()
316 topView.getText().toString()); in testLayoutHorizontal()
324 ViewAsserts.assertTopAligned(parent, topView); in testLayoutHorizontal()
328 assertEquals(0, topView.getTop()); in testLayoutHorizontal()
329 assertEquals(topView.getHeight(), topView.getBottom()); in testLayoutHorizontal()
330 assertEquals(0, topView.getLeft()); in testLayoutHorizontal()
331 assertEquals(centerView.getLeft(), topView.getRight()); in testLayoutHorizontal()
336 assertEquals(topView.getRight(), centerView.getLeft()); in testLayoutHorizontal()