Searched refs:mDownLocation (Results 1 – 1 of 1) sorted by relevance
111 private final float[] mDownLocation = new float[2]; field in SwipeHelper122 final int x = (int) mDownLocation[0] - mViewOffset[0];123 final int y = (int) mDownLocation[1] - mViewOffset[1];334 mDownLocation[0] = ev.getRawX(); in onInterceptTouchEvent()335 mDownLocation[1] = ev.getRawY(); in onInterceptTouchEvent()