Searched refs:mTempInt2 (Results 1 – 2 of 2) sorted by relevance
118 private final int[] mTempInt2 = new int[2]; field in DividerView482 getLocationOnScreen(mTempInt2); in getCurrentPosition()484 return mTempInt2[1] + mDividerInsets; in getCurrentPosition()486 return mTempInt2[0] + mDividerInsets; in getCurrentPosition()
334 private int[] mTempInt2 = new int[2]; field in NotificationStackScrollLayout1517 getLocationOnScreen(mTempInt2);1518 float localTouchY = touchY - mTempInt2[1];1601 getLocationOnScreen(mTempInt2);1602 return getChildAtPosition(touchX - mTempInt2[0], touchY - mTempInt2[1]);