Searched refs:mTempInt2 (Results 1 – 2 of 2) sorted by relevance
122 private final int[] mTempInt2 = new int[2]; field in DividerView457 getLocationOnScreen(mTempInt2); in getCurrentPosition()459 return mTempInt2[1] + mDividerInsets; in getCurrentPosition()461 return mTempInt2[0] + mDividerInsets; in getCurrentPosition()
254 private int[] mTempInt2 = new int[2]; field in NotificationStackScrollLayout942 getLocationOnScreen(mTempInt2); in getClosestChildAtRawPosition()943 float localTouchY = touchY - mTempInt2[1]; in getClosestChildAtRawPosition()971 getLocationOnScreen(mTempInt2); in getChildAtRawPosition()972 return getChildAtPosition(touchX - mTempInt2[0], touchY - mTempInt2[1]); in getChildAtRawPosition()4206 view.getLocationOnScreen(mTempInt2); in closeControlsIfOutsideTouch()4207 final int x = mTempInt2[0]; in closeControlsIfOutsideTouch()4208 final int y = mTempInt2[1]; in closeControlsIfOutsideTouch()