Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DUtils.java210 int leftRightInset = (int) ((width - chord) / 2); in calculateBottomInsetsOnRoundDevice() local
212 Log.d(TAG, "calculateBottomInsetsOnRoundDevice: " + bottomInset + ", " + leftRightInset); in calculateBottomInsetsOnRoundDevice()
214 return new Rect(leftRightInset, 0, leftRightInset, bottomInset); in calculateBottomInsetsOnRoundDevice()