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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java117 private int[] mDrawingLocation = new int[2]; field in class:PopupWindow
1231 anchor.getLocationInWindow(mDrawingLocation);
1232 p.x = mDrawingLocation[0] + xoff;
1233 p.y = mDrawingLocation[1] + anchorHeight + yoff;
1268 anchor.getLocationInWindow(mDrawingLocation);
1269 p.x = mDrawingLocation[0] + xoff;
1270 p.y = mDrawingLocation[1] + anchorHeight + yoff;
1283 p.y = root.getHeight() - mDrawingLocation[1] + yoff;
1285 p.y = mDrawingLocation[1] + anchorHeight + yoff;
1314 mAnchorRelativeX = mDrawingLocation[
[all...]

Completed in 53 milliseconds