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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java94 private final int[] mDrawingLocation = new int[2]; field in class:PopupWindow
1402 anchor.getLocationInWindow(mDrawingLocation);
1403 p.x = mDrawingLocation[0] + xoff;
1404 p.y = mDrawingLocation[1] + anchorHeight + yoff;
1439 anchor.getLocationInWindow(mDrawingLocation);
1440 p.x = mDrawingLocation[0] + xoff;
1441 p.y = mDrawingLocation[1] + anchorHeight + yoff;
1454 p.y = root.getHeight() - mDrawingLocation[1] + yoff;
1456 p.y = mDrawingLocation[1] + anchorHeight + yoff;
1537 final int[] anchorPos = mDrawingLocation;
[all...]

Completed in 22 milliseconds