Home
last modified time | relevance | path

Searched refs:chord (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DUtils.java209 double chord = Math.sqrt(Math.pow(radius, 2) - Math.pow(apothem, 2)) * 2; in calculateBottomInsetsOnRoundDevice() local
210 int leftRightInset = (int) ((width - chord) / 2); in calculateBottomInsetsOnRoundDevice()