Searched refs:popupContentViewOnScreenXY (Results 1 – 1 of 1) sorted by relevance
714 int[] popupContentViewOnScreenXY = new int[2]; in testShowAtLocation() local738 mPopupWindow.getContentView().getLocationOnScreen(popupContentViewOnScreenXY); in testShowAtLocation()743 …tEquals(containingRect.left + popupContentViewInWindowXY[0] + xOff, popupContentViewOnScreenXY[0]); in testShowAtLocation()744 …rtEquals(containingRect.top + popupContentViewInWindowXY[1] + yOff, popupContentViewOnScreenXY[1]); in testShowAtLocation()