Searched refs:mScreenLocation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java95 private final int[] mScreenLocation = new int[2]; field in class:PopupWindow
1418 anchor.getLocationOnScreen(mScreenLocation);
1422 final int screenY = mScreenLocation[1] + anchorHeight + yoff;
1449 anchor.getLocationOnScreen(mScreenLocation);
1450 onTop = (displayFrame.bottom - mScreenLocation[1] - anchorHeight - yoff) <
1451 (mScreenLocation[1] - yoff - displayFrame.top);
1473 final int popupTop = mScreenLocation[1] + yoff - mPopupHeight;

Completed in 195 milliseconds