Home
last modified time | relevance | path

Searched refs:currentBottomRoundness (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java138 float currentBottomRoundness = getCurrentBottomRoundness(); in getClipPath() local
140 / (currentTopRoundness + currentBottomRoundness); in getClipPath()
141 bottomRoundness -= overShoot * currentBottomRoundness in getClipPath()
142 / (currentTopRoundness + currentBottomRoundness); in getClipPath()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java1273 public void setCurrentBottomRoundness(float currentBottomRoundness) {
1280 float bottomRoundness = last ? currentBottomRoundness : 0.0f;