Home | History | Annotate | Download | only in widget

Lines Matching refs:popupLocation

1961         final int[] popupLocation = mDecorView.getLocationOnScreen();
1965 bounds.offset(anchorLocation[0] - popupLocation[0], anchorLocation[1] - popupLocation[1]);