Home
last modified time | relevance | path

Searched defs:bottomRoundness (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableOutlineView.java133 float bottomRoundness = mAlwaysRoundBothCorners in getClipPath() local
149 float topRoundness, float bottomRoundness, Path outPath) { in getRoundedRectPath()
260 public boolean setBottomRoundness(float bottomRoundness, boolean animate) { in setBottomRoundness()
291 private void setBottomRoundnessInternal(float bottomRoundness) { in setBottomRoundnessInternal()
H A DNotificationBackgroundView.java204 public void setRadius(float topRoundness, float bottomRoundness) { in setRadius()
H A DExpandableView.java796 public boolean setBottomRoundness(float bottomRoundness, boolean animate) { in setBottomRoundness()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManager.java95 final float bottomRoundness = getRoundness(view, false /* top */); in updateViewWithoutCallback() local
139 final float bottomRoundness = getRoundness(oldViewBefore, false /* top */); in setViewsAffectedBySwipe() local
149 final float bottomRoundness = getRoundness(oldSwipedview, false /* top */); in setViewsAffectedBySwipe() local