Searched refs:dstHeight (Results 1 – 1 of 1) sorted by relevance
358 final int dstHeight = (int) (sBallDiameter * mMetersToPixelsY + 0.5f); in SimulationView() local359 mBitmap = Bitmap.createScaledBitmap(ball, dstWidth, dstHeight, true); in SimulationView()