Home
last modified time | relevance | path

Searched defs:topRadius (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
DScreenDecorationsUtils.java49 float topRadius = RoundedCorners.getRoundedCornerTopRadius(resources, displayUniqueId) in getWindowCornerRadius() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DRoundable.kt364 val topRadius = topRoundness * maxRadius constant
381 val topRadius = topRoundness * maxRadius constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java104 float topRadius = mAlwaysRoundBothCorners ? getMaxRadius() : getTopCornerRadius(); in getClipPath() local
DActivatableNotificationView.java593 private void applyBackgroundRoundness(float topRadius, float bottomRadius) { in applyBackgroundRoundness()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandable.kt456 val topRadius = animatorState.topCornerRadius in drawBackground() constant
/frameworks/base/core/java/android/view/
DRoundedCorners.java134 int topRadius = radii.first > 0 ? radii.first : 0; in fromRadii() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsController.java1287 int topRadius = mSplitShadeEnabled in applyClippingImmediately() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java5650 public void setRoundedClippingBounds(int left, int top, int right, int bottom, int topRadius, in setRoundedClippingBounds()