Searched refs:mLastCoords (Results 1 – 1 of 1) sorted by relevance
33 private int[] mLastCoords = CoordinateUtils.newInstance(); field in NonDistinctMultitouchHelper69 mainTracker.getLastCoordinates(mLastCoords); in processMotionEvent()70 final int x = CoordinateUtils.x(mLastCoords); in processMotionEvent()71 final int y = CoordinateUtils.y(mLastCoords); in processMotionEvent()