Here is the code to display listview items and onclick listener action.
ListView list = (ListView) findViewById(R.id.list); ArrayAdapter
Use the pointToPosition method of the listview in your onDoubleTap method:
pointToPosition
onDoubleTap
int position = list.pointToPosition(e.getX(), e.getY());