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