Searched refs:halfHeight (Results 1 – 1 of 1) sorted by relevance
752 int halfHeight = display.getHeight() /2; in testGetGlobalVisibleRectPoint() local755 new LinearLayout.LayoutParams(halfWidth, halfHeight); in testGetGlobalVisibleRectPoint()767 assertEquals(rect.top + halfHeight, rect.bottom); in testGetGlobalVisibleRectPoint()809 int halfHeight = display.getHeight() /2; in testGetGlobalVisibleRect() local812 new LinearLayout.LayoutParams(halfWidth, halfHeight); in testGetGlobalVisibleRect()824 assertEquals(rect.top + halfHeight, rect.bottom); in testGetGlobalVisibleRect()2350 int halfHeight = display.getHeight() /2; in testGetLocalVisibleRect() local2353 new LinearLayout.LayoutParams(halfWidth, halfHeight); in testGetLocalVisibleRect()2366 assertEquals(halfHeight - 30, rect.bottom); in testGetLocalVisibleRect()