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.java632 int[] popupContentViewOnScreenXY = new int[2]; in testShowAtLocation() local
656 mPopupWindow.getContentView().getLocationOnScreen(popupContentViewOnScreenXY); in testShowAtLocation()
662 popupContentViewOnScreenXY[0]); in testShowAtLocation()
664 popupContentViewOnScreenXY[1]); in testShowAtLocation()