Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsListDrawableFactory.java96 private Drawable createRoundedRectDrawable(float topRadius, float bottomRadius) { in createRoundedRectDrawable() argument
106 bottomRadius, in createRoundedRectDrawable()
107 bottomRadius, in createRoundedRectDrawable()
108 bottomRadius, in createRoundedRectDrawable()
109 bottomRadius in createRoundedRectDrawable()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java1489 float bottomRadius = ResourceUtils.getDimenByName(
1491 if (bottomRadius == 0f) {
1492 bottomRadius = defaultRadius;
1497 return Math.min(topRadius, bottomRadius);