Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DAppOpsInfo.java166 int[] targetLoc = new int[2]; in closeControls() local
168 v.getLocationOnScreen(targetLoc); in closeControls()
171 final int x = targetLoc[0] - parentLoc[0] + centerX; in closeControls()
172 final int y = targetLoc[1] - parentLoc[1] + centerY; in closeControls()
DNotificationSnooze.java382 int[] targetLoc = new int[2]; in undoSnooze() local
384 v.getLocationOnScreen(targetLoc); in undoSnooze()
387 final int x = targetLoc[0] - parentLoc[0] + centerX; in undoSnooze()
388 final int y = targetLoc[1] - parentLoc[1] + centerY; in undoSnooze()
DNotificationInfo.java748 int[] targetLoc = new int[2];
750 v.getLocationOnScreen(targetLoc);
753 final int x = targetLoc[0] - parentLoc[0] + centerX;
754 final int y = targetLoc[1] - parentLoc[1] + centerY;