Home
last modified time | relevance | path

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

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