Searched refs:mBottomRoundness (Results 1 – 1 of 1) sorted by relevance
69 private float mBottomRoundness; field in ExpandableOutlineView261 if (mBottomRoundness != bottomRoundness) { in setBottomRoundness()262 float diff = Math.abs(bottomRoundness - mBottomRoundness); in setBottomRoundness()263 mBottomRoundness = bottomRoundness; in setBottomRoundness()