Searched refs:mIconLocation (Results 1 – 1 of 1) sorted by relevance
98 private int[] mIconLocation = new int[2]; field in NotificationMenuRow499 v.getLocationOnScreen(mIconLocation); in onClick()503 final int x = mIconLocation[0] - mParentLocation[0] + centerX; in onClick()504 final int y = mIconLocation[1] - mParentLocation[1] + centerY; in onClick()