Home | History | Annotate | Download | only in ui

Lines Matching refs:tempX

481         float tempX = (tapX - mPlatform.mCurrentX) / b.mCurrentScale;
484 int x = (int) (-tempX * targetScale + 0.5f);