Searched defs:mIconLocation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMenuRow.java88 private int[] mIconLocation = new int[2]; field in class:NotificationMenuRow
487 v.getLocationOnScreen(mIconLocation);
491 final int x = mIconLocation[0] - mParentLocation[0] + centerX;
492 final int y = mIconLocation[1] - mParentLocation[1] + centerY;

Completed in 42 milliseconds