Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java1867 final int anchorHeight = mActivity.findViewById(R.id.anchor_lower_right).getHeight(); in testAnchorInPopup() local
1869 assertEquals(anchorHeight, mActivity.findViewById(R.id.anchor_lower_left).getHeight()); in testAnchorInPopup()
1870 assertEquals(anchorHeight, mActivity.findViewById(R.id.anchor_lower).getHeight()); in testAnchorInPopup()
1872 final int verticalSpaceBelowAnchor = anchorHeight * 2; in testAnchorInPopup()