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
86 && mCurrentBottomRoundness == 0.0f && !mAlwaysRoundBothCorners
138 / (mCurrentTopRoundness + mCurrentBottomRoundness); in getClipPath()
139 bottomRoundness -= overShoot * mCurrentBottomRoundness in getClipPath()
140 / (mCurrentTopRoundness + mCurrentBottomRoundness); in getClipPath()
278 return mCurrentBottomRoundness; in getCurrentBottomRoundness()
282 return mCurrentBottomRoundness * mOutlineRadius; in getCurrentBackgroundRadiusBottom()
309 mCurrentBottomRoundness = bottomRoundness; in setBottomRoundnessInternal()