Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java2018 final int[] newSubPopupLocation = new int[2]; in testAnchorInPopup() local
2019 subPopup.getContentView().getLocationOnScreen(newSubPopupLocation); in testAnchorInPopup()
2020 assertEquals(subPopupLocation[0] - deltaX, newSubPopupLocation[0]); in testAnchorInPopup()
2021 assertEquals(subPopupLocation[1] - deltaY, newSubPopupLocation[1]); in testAnchorInPopup()