Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java819 final int availableAboveTopAnchor = getLoc(upperAnchorView).y - visibleDisplayFrame.top; in testGetMaxAvailableHeight()
885 final int availableAboveLowerAnchor = getLoc(lowerAnchorView).y - visibleDisplayFrame.top; in testGetMaxAvailableHeight()
892 final int availableAboveMiddleAnchor = getLoc(middleAnchorView).y - visibleDisplayFrame.top; in testGetMaxAvailableHeight()
955 final int distanceToTop = getLoc(anchorView).y - visibleDisplayFrame.top + offset; in testGetMaxAvailableHeight_topAnchor_largeOffset()
975 final int distanceToTop = getLoc(anchorView).y - visibleDisplayFrame.top + offset; in testGetMaxAvailableHeight_topAnchor_largeOffset_ignoringBottomDecoration()
992 final int expected = getLoc(anchorView).y - visibleDisplayFrame.top + offset; in testGetMaxAvailableHeight_topAnchor_maxOffset()
1005 final int expected = getLoc(anchorView).y - visibleDisplayFrame.top + offset; in testGetMaxAvailableHeight_topAnchor_maxOffset_ignoringBottomDecoration()
1043 final int distanceToTop = getLoc(anchorView).y - visibleDisplayFrame.top; in testGetMaxAvailableHeight_middleAnchor()
1060 final int distanceToTop = getLoc(anchorView).y - visibleDisplayFrame.top; in testGetMaxAvailableHeight_middleAnchor_ignoreBottomDecoration()
1074 final int expected = getLoc(anchorView).y - getVisibleDisplayFrame(anchorView).top; in testGetMaxAvailableHeight_bottomAnchor()
[all …]