Searched refs:tapY (Results 1 – 1 of 1) sorted by relevance
475 public void zoomIn(float tapX, float tapY, float targetScale) { in zoomIn() argument477 tapY -= mViewH / 2; in zoomIn()482 float tempY = (tapY - b.mCurrentY) / b.mCurrentScale; in zoomIn()