Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java118 private final int[] mTempInt2 = new int[2]; field in DividerView
482 getLocationOnScreen(mTempInt2); in getCurrentPosition()
484 return mTempInt2[1] + mDividerInsets; in getCurrentPosition()
486 return mTempInt2[0] + mDividerInsets; in getCurrentPosition()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java334 private int[] mTempInt2 = new int[2]; field in NotificationStackScrollLayout
1517 getLocationOnScreen(mTempInt2);
1518 float localTouchY = touchY - mTempInt2[1];
1601 getLocationOnScreen(mTempInt2);
1602 return getChildAtPosition(touchX - mTempInt2[0], touchY - mTempInt2[1]);