Searched refs:appScreenLocation (Results 1 – 1 of 1) sorted by relevance
1590 final int[] appScreenLocation = mTmpAppLocation; in findDropDownPosition() local1592 appRootView.getLocationOnScreen(appScreenLocation); in findDropDownPosition()1598 drawingLocation[0] = screenLocation[0] - appScreenLocation[0]; in findDropDownPosition()1599 drawingLocation[1] = screenLocation[1] - appScreenLocation[1]; in findDropDownPosition()1644 drawingLocation[0] = screenLocation[0] - appScreenLocation[0]; in findDropDownPosition()1645 drawingLocation[1] = screenLocation[1] - appScreenLocation[1]; in findDropDownPosition()