Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java133 float bottomRoundness = mAlwaysRoundBothCorners in getClipPath() local
147 float topRoundness, float bottomRoundness, Path outPath) { in getRoundedRectPath()
286 public boolean setBottomRoundness(float bottomRoundness, boolean animate) { in setBottomRoundness()
308 private void setBottomRoundnessInternal(float bottomRoundness) { in setBottomRoundnessInternal()
DNotificationBackgroundView.java230 public void setRoundness(float topRoundness, float bottomRoundness) { in setRoundness()
DExpandableView.java802 public boolean setBottomRoundness(float bottomRoundness, boolean animate) { in setBottomRoundness()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java92 float bottomRoundness = getRoundness(view, false /* top */); in updateViewWithoutCallback() local