Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/widget/
DOverlappingPaneLayout.java886 int[] parentLocation = new int[2]; in isCapturableViewUnder() local
887 this.getLocationOnScreen(parentLocation); in isCapturableViewUnder()
888 int screenX = parentLocation[0] + x; in isCapturableViewUnder()
889 int screenY = parentLocation[1] + y; in isCapturableViewUnder()