Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWorkspace.java81 float bottomRadius = ResourceUtils.getDimenByName( in getWindowCornerRadius() local
83 if (bottomRadius == 0f) { in getWindowCornerRadius()
84 bottomRadius = defaultRadius; in getWindowCornerRadius()
89 return Math.min(topRadius, bottomRadius); in getWindowCornerRadius()