Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationUtils.java36 private static final int[] sLocationOffset = new int[2]; field in NotificationUtils
64 offsetView.getLocationOnScreen(sLocationOffset); in getRelativeYOffset()
65 return sLocationOffset[1] - sLocationBase[1]; in getRelativeYOffset()