Searched refs:tempY (Results 1 – 1 of 1) sorted by relevance
482 float tempY = (tapY - b.mCurrentY) / b.mCurrentScale; in zoomIn() local485 int y = (int) (-tempY * targetScale + 0.5f); in zoomIn()