Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java1396 final int anchorHeight = anchor.getHeight(); in findDropDownPosition() local
1399 yoff -= anchorHeight; in findDropDownPosition()
1404 p.y = mDrawingLocation[1] + anchorHeight + yoff; in findDropDownPosition()
1422 final int screenY = mScreenLocation[1] + anchorHeight + yoff; in findDropDownPosition()
1433 scrollY + mPopupHeight + anchorHeight + yoff); in findDropDownPosition()
1441 p.y = mDrawingLocation[1] + anchorHeight + yoff; in findDropDownPosition()
1450 onTop = (displayFrame.bottom - mScreenLocation[1] - anchorHeight - yoff) < in findDropDownPosition()
1456 p.y = mDrawingLocation[1] + anchorHeight + yoff; in findDropDownPosition()