Home | History | Annotate | Download | only in ui

Lines Matching refs:tempY

482         float tempY = (tapY - b.mCurrentY) / b.mCurrentScale;
485 int y = (int) (-tempY * targetScale + 0.5f);