Searched refs:popupLocation (Results 1 – 1 of 1) sorted by relevance
1628 final int[] popupLocation = mDecorView.getLocationOnScreen(); in getRelativeAnchorBounds() local1632 bounds.offset(anchorLocation[0] - popupLocation[0], anchorLocation[1] - popupLocation[1]); in getRelativeAnchorBounds()