Searched refs:mIconLocation (Results 1 – 1 of 1) sorted by relevance
85 private int[] mIconLocation = new int[2]; field in NotificationMenuRow459 v.getLocationOnScreen(mIconLocation);463 final int x = mIconLocation[0] - mParentLocation[0] + centerX;464 final int y = mIconLocation[1] - mParentLocation[1] + centerY;