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/statusbar/stack/
DNotificationStackScrollLayout.java262 private int[] mTempInt2 = new int[2]; field in NotificationStackScrollLayout
1034 getLocationOnScreen(mTempInt2); in getClosestChildAtRawPosition()
1035 float localTouchY = touchY - mTempInt2[1]; in getClosestChildAtRawPosition()
1064 getLocationOnScreen(mTempInt2); in getChildAtRawPosition()
1065 return getChildAtPosition(touchX - mTempInt2[0], touchY - mTempInt2[1]); in getChildAtRawPosition()
2212 getLocationInWindow(mTempInt2); in updateBackgroundBounds()
2213 mBackgroundBounds.left = mTempInt2[0]; in updateBackgroundBounds()
2214 mBackgroundBounds.right = mTempInt2[0] + getWidth(); in updateBackgroundBounds()
4472 view.getLocationOnScreen(mTempInt2); in isTouchInView()
4473 final int x = mTempInt2[0]; in isTouchInView()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java122 private final int[] mTempInt2 = new int[2]; field in DividerView
453 getLocationOnScreen(mTempInt2); in getCurrentPosition()
455 return mTempInt2[1] + mDividerInsets; in getCurrentPosition()
457 return mTempInt2[0] + mDividerInsets; in getCurrentPosition()