Home
last modified time | relevance | path

Searched refs:popupContentViewOnScreenXY (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java644 int[] popupContentViewOnScreenXY = new int[2]; in testShowAtLocation() local
668 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()