Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java271 int[] targetLoc = new int[2]; in closeControls() local
273 eventSource.getLocationOnScreen(targetLoc); in closeControls()
276 final int x = targetLoc[0] - parentLoc[0] + centerX; in closeControls()
277 final int y = targetLoc[1] - parentLoc[1] + centerY; in closeControls()