Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java110 float topRoundness = mAlwaysRoundBothCorners in getClipPath() local
147 float topRoundness, float bottomRoundness, Path outPath) { in getRoundedRectPath()
249 public boolean setTopRoundness(float topRoundness, boolean animate) { in setTopRoundness()
303 private void setTopRoundnessInternal(float topRoundness) { in setTopRoundnessInternal()
DNotificationBackgroundView.java230 public void setRoundness(float topRoundness, float bottomRoundness) { in setRoundness()
DExpandableView.java794 public boolean setTopRoundness(float topRoundness, boolean animate) { in setTopRoundness()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java91 float topRoundness = getRoundness(view, true /* top */); in updateViewWithoutCallback() local