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.java990 Point ptParent = new Point(); in testGetGlobalVisibleRectPoint() local
991 viewGroup.getGlobalVisibleRect(rcParent, ptParent); in testGetGlobalVisibleRectPoint()
996 assertEquals(ptParent.x, point.x); in testGetGlobalVisibleRectPoint()
997 assertEquals(ptParent.y, point.y); in testGetGlobalVisibleRectPoint()
1024 assertEquals(ptParent.x, point.x); in testGetGlobalVisibleRectPoint()
1025 assertEquals(ptParent.y, point.y); in testGetGlobalVisibleRectPoint()