Searched refs:ptParent (Results 1 – 1 of 1) sorted by relevance
971 Point ptParent = new Point(); in testGetGlobalVisibleRectPoint() local972 viewGroup.getGlobalVisibleRect(rcParent, ptParent); in testGetGlobalVisibleRectPoint()977 assertEquals(ptParent.x, point.x); in testGetGlobalVisibleRectPoint()978 assertEquals(ptParent.y, point.y); in testGetGlobalVisibleRectPoint()1005 assertEquals(ptParent.x, point.x); in testGetGlobalVisibleRectPoint()1006 assertEquals(ptParent.y, point.y); in testGetGlobalVisibleRectPoint()