Searched refs:anchorHeight (Results 1 – 1 of 1) sorted by relevance
1867 final int anchorHeight = mActivity.findViewById(R.id.anchor_lower_right).getHeight(); in testAnchorInPopup() local1869 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()