Searched defs:xCenter (Results 1 – 1 of 1) sorted by relevance
879 private static void calculatePositions(Paint paint, float radius, float xCenter, float yCenter, in calculatePositions()1342 final float xCenter = mXCenter + centerRadius * (float) Math.sin(radians); in getBoundsForVirtualView() local