Searched defs:topRadius (Results 1 – 10 of 10) sorted by relevance
23 val topRadius: Int, constant in com.android.systemui.statusbar.notification.stack.shared.model.ShadeScrimShape
342 val topRadius = topRoundness * maxRadius constant359 val topRadius = topRoundness * maxRadius constant
52 float topRadius = RoundedCorners.getRoundedCornerTopRadius(resources, displayUniqueId) in getWindowCornerRadius() local
456 val topRadius = animatorState.topCornerRadius in drawBackground() constant
101 float topRadius = mAlwaysRoundBothCorners ? getMaxRadius() : getTopCornerRadius(); in getClipPath() local
668 private void applyBackgroundRoundness(float topRadius, float bottomRadius) { in applyBackgroundRoundness()
463 val topRadius = if (isTopRounded) radius else 0.dp in toRoundedCornerShape() constant
134 int topRadius = radii.first > 0 ? radii.first : 0; in fromRadii() local
1307 int topRadius = mSplitShadeEnabled in applyClippingImmediately() local
5755 public void setRoundedClippingBounds(int left, int top, int right, int bottom, int topRadius, in setRoundedClippingBounds()