Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java67 private float mCurrentBottomRoundness; field in ExpandableOutlineView
85 && mCurrentBottomRoundness == 0.0f && !mAlwaysRoundBothCorners
139 / (mCurrentTopRoundness + mCurrentBottomRoundness); in getClipPath()
140 bottomRoundness -= overShoot * mCurrentBottomRoundness in getClipPath()
141 / (mCurrentTopRoundness + mCurrentBottomRoundness); in getClipPath()
300 return mCurrentBottomRoundness; in getCurrentBottomRoundness()
304 return mCurrentBottomRoundness * mOutlineRadius; in getCurrentBackgroundRadiusBottom()
334 mCurrentBottomRoundness = bottomRoundness; in setBottomRoundnessInternal()