Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRow.java100 private int[] mParentLocation = new int[2]; field in NotificationMenuRow
496 mParent.getLocationOnScreen(mParentLocation); in onClick()
499 final int x = mIconLocation[0] - mParentLocation[0] + centerX; in onClick()
500 final int y = mIconLocation[1] - mParentLocation[1] + centerY; in onClick()