Searched refs:chord (Results 1 – 1 of 1) sorted by relevance
209 double chord = Math.sqrt(Math.pow(radius, 2) - Math.pow(apothem, 2)) * 2; in calculateBottomInsetsOnRoundDevice() local210 int leftRightInset = (int) ((width - chord) / 2); in calculateBottomInsetsOnRoundDevice()