Searched refs:topRadius (Results 1 – 2 of 2) sorted by relevance
179 val topRadius = context.resources.getDimension(R.dimen.sc_card_corner_radius_large) in <lambda>() constant184 topRadius in <lambda>()190 topRadius in <lambda>()194 topRadius, in <lambda>()195 topRadius, in <lambda>()196 topRadius, in <lambda>()197 topRadius, in <lambda>()
2473 float topRadius = ResourceUtils.getDimenByName("rounded_corner_radius_top", resources, 0);2474 if (topRadius == 0f) {2475 topRadius = defaultRadius;2485 Log.d(TAG, "Rounded corners top: " + topRadius + " bottom: " + bottomRadius);2486 return Math.max(topRadius, bottomRadius) + tmpBuffer;