Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java1740 final int[] appScreenLocation = mTmpAppLocation; in findDropDownPosition() local
1742 appRootView.getLocationOnScreen(appScreenLocation); in findDropDownPosition()
1748 drawingLocation[0] = screenLocation[0] - appScreenLocation[0]; in findDropDownPosition()
1749 drawingLocation[1] = screenLocation[1] - appScreenLocation[1]; in findDropDownPosition()
1794 drawingLocation[0] = screenLocation[0] - appScreenLocation[0]; in findDropDownPosition()
1795 drawingLocation[1] = screenLocation[1] - appScreenLocation[1]; in findDropDownPosition()