Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewTest.java578 Point ptParent = new Point(); in testGetGlobalVisibleRectPoint() local
579 viewGroup.getGlobalVisibleRect(rcParent, ptParent); in testGetGlobalVisibleRectPoint()
584 assertEquals(ptParent.x, point.x); in testGetGlobalVisibleRectPoint()
585 assertEquals(ptParent.y, point.y); in testGetGlobalVisibleRectPoint()
624 assertEquals(ptParent.x, point.x); in testGetGlobalVisibleRectPoint()
625 assertEquals(ptParent.y, point.y); in testGetGlobalVisibleRectPoint()