Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableOutlineView.java150 float bottomRoundness = mAlwaysRoundBothCorners in getClipPath() local
169 float topRoundness, float bottomRoundness, Path outPath) { in getRoundedRectPath()
327 public boolean setBottomRoundness(float bottomRoundness, boolean animate) { in setBottomRoundness()
349 private void setBottomRoundnessInternal(float bottomRoundness) { in setBottomRoundnessInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationRoundnessManager.java57 float bottomRoundness = getRoundness(view, false /* top */); in updateRounding() local