Home
last modified time | relevance | path

Searched refs:topRadius (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
102 topRadius, in createRoundedRectDrawable()
103 topRadius, in createRoundedRectDrawable()
104 topRadius, in createRoundedRectDrawable()
105 topRadius, in createRoundedRectDrawable()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java1485 float topRadius = ResourceUtils.getDimenByName("rounded_corner_radius_top", resources, 0);
1486 if (topRadius == 0f) {
1487 topRadius = defaultRadius;
1497 return Math.min(topRadius, bottomRadius);