Searched refs:drawingLocation (Results 1 – 1 of 1) sorted by relevance
1747 final int[] drawingLocation = mTmpDrawingLocation; in findDropDownPosition() local1748 drawingLocation[0] = screenLocation[0] - appScreenLocation[0]; in findDropDownPosition()1749 drawingLocation[1] = screenLocation[1] - appScreenLocation[1]; in findDropDownPosition()1750 outParams.x = drawingLocation[0] + xOffset; in findDropDownPosition()1751 outParams.y = drawingLocation[1] + anchorHeight + yOffset; in findDropDownPosition()1777 anchorHeight, drawingLocation[1], screenLocation[1], displayFrame.top, in findDropDownPosition()1782 anchorWidth, drawingLocation[0], screenLocation[0], displayFrame.left, in findDropDownPosition()1794 drawingLocation[0] = screenLocation[0] - appScreenLocation[0]; in findDropDownPosition()1795 drawingLocation[1] = screenLocation[1] - appScreenLocation[1]; in findDropDownPosition()1796 outParams.x = drawingLocation[0] + xOffset; in findDropDownPosition()[all …]