Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSmartSelectSprite.java119 private float mRoundRatio = 1.0f; field in SmartSelectSprite.RoundedRectangleShape
186 mRoundRatio = roundRatio; in setRoundRatio()
190 return mRoundRatio; in getRoundRatio()
214 return (getCornerRadius() * mRoundRatio); in getAdjustedCornerRadius()