Home
last modified time | relevance | path

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

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