Searched refs:anchorHeight (Results 1 – 1 of 1) sorted by relevance
1947 final int anchorHeight = mActivity.findViewById(R.id.anchor_lower_right).getHeight(); in testAnchorInPopup() local1949 assertEquals(anchorHeight, mActivity.findViewById(R.id.anchor_lower_left).getHeight()); in testAnchorInPopup()1950 assertEquals(anchorHeight, mActivity.findViewById(R.id.anchor_lower).getHeight()); in testAnchorInPopup()1952 final int verticalSpaceBelowAnchor = anchorHeight * 2; in testAnchorInPopup()