Home
last modified time | relevance | path

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

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