Searched refs:drawingLocation (Results 1 – 1 of 1) sorted by relevance
1746 final int[] drawingLocation = mTmpDrawingLocation; in findDropDownPosition() local1747 drawingLocation[0] = screenLocation[0] - appScreenLocation[0]; in findDropDownPosition()1748 drawingLocation[1] = screenLocation[1] - appScreenLocation[1]; in findDropDownPosition()1749 outParams.x = drawingLocation[0] + xOffset; in findDropDownPosition()1750 outParams.y = drawingLocation[1] + anchorHeight + yOffset; in findDropDownPosition()1776 anchorHeight, drawingLocation[1], screenLocation[1], displayFrame.top, in findDropDownPosition()1781 anchorWidth, drawingLocation[0], screenLocation[0], displayFrame.left, in findDropDownPosition()1793 drawingLocation[0] = screenLocation[0] - appScreenLocation[0]; in findDropDownPosition()1794 drawingLocation[1] = screenLocation[1] - appScreenLocation[1]; in findDropDownPosition()1795 outParams.x = drawingLocation[0] + xOffset; in findDropDownPosition()[all …]