Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DUtils.java204 int bottomInset = systemInsets.bottom > minInset ? systemInsets.bottom : minInset; in calculateBottomInsetsOnRoundDevice() local
208 double apothem = radius - bottomInset; in calculateBottomInsetsOnRoundDevice()
212 Log.d(TAG, "calculateBottomInsetsOnRoundDevice: " + bottomInset + ", " + leftRightInset); in calculateBottomInsetsOnRoundDevice()
214 return new Rect(leftRightInset, 0, leftRightInset, bottomInset); in calculateBottomInsetsOnRoundDevice()