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/
DExpandableOutlineView.java68 private float mCurrentBottomRoundness; field in ExpandableOutlineView
88 && mCurrentBottomRoundness == 0.0f && !mAlwaysRoundBothCorners
155 / (mCurrentTopRoundness + mCurrentBottomRoundness); in getClipPath()
156 bottomRoundness -= overShoot * mCurrentBottomRoundness in getClipPath()
157 / (mCurrentTopRoundness + mCurrentBottomRoundness); in getClipPath()
316 return mCurrentBottomRoundness; in getCurrentBottomRoundness()
320 return mCurrentBottomRoundness * mOutlineRadius; in getCurrentBackgroundRadiusBottom()
350 mCurrentBottomRoundness = bottomRoundness; in setBottomRoundnessInternal()