Home
last modified time | relevance | path

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

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