Searched refs:parentLocation (Results 1 – 1 of 1) sorted by relevance
886 int[] parentLocation = new int[2]; in isCapturableViewUnder() local887 this.getLocationOnScreen(parentLocation); in isCapturableViewUnder()888 int screenX = parentLocation[0] + x; in isCapturableViewUnder()889 int screenY = parentLocation[1] + y; in isCapturableViewUnder()