Searched defs:xCenter (Results 1 – 2 of 2) sorted by relevance
381 val xCenter = MathUtils.lerp(startCenterX, endCenterX, xProgress) in <lambda>() constant
884 private static void calculatePositions(Paint paint, float radius, float xCenter, float yCenter, in calculatePositions()1353 final float xCenter = mXCenter + centerRadius * (float) Math.sin(radians); in getBoundsForVirtualView() local