Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java69 private float mBottomRoundness; field in ExpandableOutlineView
261 if (mBottomRoundness != bottomRoundness) { in setBottomRoundness()
262 float diff = Math.abs(bottomRoundness - mBottomRoundness); in setBottomRoundness()
263 mBottomRoundness = bottomRoundness; in setBottomRoundness()