Searched refs:drawingLocation (Results 1 – 1 of 1) sorted by relevance
1749 final int[] drawingLocation = mTmpDrawingLocation; in findDropDownPosition() local1750 drawingLocation[0] = screenLocation[0] - appScreenLocation[0]; in findDropDownPosition()1751 drawingLocation[1] = screenLocation[1] - appScreenLocation[1]; in findDropDownPosition()1752 outParams.x = drawingLocation[0] + xOffset; in findDropDownPosition()1753 outParams.y = drawingLocation[1] + anchorHeight + yOffset; in findDropDownPosition()1779 anchorHeight, drawingLocation[1], screenLocation[1], displayFrame.top, in findDropDownPosition()1784 anchorWidth, drawingLocation[0], screenLocation[0], displayFrame.left, in findDropDownPosition()1796 drawingLocation[0] = screenLocation[0] - appScreenLocation[0]; in findDropDownPosition()1797 drawingLocation[1] = screenLocation[1] - appScreenLocation[1]; in findDropDownPosition()1798 outParams.x = drawingLocation[0] + xOffset; in findDropDownPosition()[all …]