I need to get the positions of each touch when a double touch has done I know that you can get the position of one touch with:
int x = (int)event.getX(); int
Why dont you use a logic inside an onTouch function. Use static variable and keep a count if cout becomes two, it's a double click.