Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java2105 final int[] popupLocation = mDecorView.getLocationOnScreen(); in getTransitionEpicenter() local
2109 bounds.offset(anchorLocation[0] - popupLocation[0], anchorLocation[1] - popupLocation[1]); in getTransitionEpicenter()