Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java69 private int[] mTmp = new int[2]; field in NotificationShelf
818 mCollapsedIcons.getLocationOnScreen(mTmp);
819 mRelativeOffset = mTmp[0];
820 getLocationOnScreen(mTmp);
821 mRelativeOffset -= mTmp[0];