Searched refs:mTempInt2 (Results 1 – 1 of 1) sorted by relevance
216 private int[] mTempInt2 = new int[2]; field in NotificationStackScrollLayout595 getLocationOnScreen(mTempInt2); in getClosestChildAtRawPosition()596 float localTouchY = touchY - mTempInt2[1]; in getClosestChildAtRawPosition()624 getLocationOnScreen(mTempInt2); in getChildAtRawPosition()625 return getChildAtPosition(touchX - mTempInt2[0], touchY - mTempInt2[1]); in getChildAtRawPosition()