Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java222 private int[] mTempInt2 = new int[2]; field in NotificationStackScrollLayout
664 getLocationOnScreen(mTempInt2); in getClosestChildAtRawPosition()
665 float localTouchY = touchY - mTempInt2[1]; in getClosestChildAtRawPosition()
693 getLocationOnScreen(mTempInt2); in getChildAtRawPosition()
694 return getChildAtPosition(touchX - mTempInt2[0], touchY - mTempInt2[1]); in getChildAtRawPosition()