Searched refs:popupContentViewInWindowXY (Results 1 – 1 of 1) sorted by relevance
713 int[] popupContentViewInWindowXY = new int[2]; in testShowAtLocation() local728 mPopupWindow.getContentView().getLocationInWindow(popupContentViewInWindowXY); in testShowAtLocation()729 assertEquals(0, popupContentViewInWindowXY[0]); in testShowAtLocation()730 assertEquals(0, popupContentViewInWindowXY[1]); in testShowAtLocation()737 mPopupWindow.getContentView().getLocationInWindow(popupContentViewInWindowXY); in testShowAtLocation()741 assertTrue(popupContentViewInWindowXY[0] >= 0); in testShowAtLocation()742 assertTrue(popupContentViewInWindowXY[1] >= 0); in testShowAtLocation()743 …assertEquals(containingRect.left + popupContentViewInWindowXY[0] + xOff, popupContentViewOnScreenX… in testShowAtLocation()744 …assertEquals(containingRect.top + popupContentViewInWindowXY[1] + yOff, popupContentViewOnScreenXY… in testShowAtLocation()